perf(server): skip full-message reads while streaming - #15
Conversation
|
@codex review Please review the latest commit for correctness, SQLite upsert semantics, attachment preservation, and missing validation. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. 🚀 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
What changed\n- Add an atomic SQLite append operation for streaming projected messages.\n- Preserve creation timestamps and omitted attachments while appending deltas.\n- Keep completion events on the existing replace-or-preserve path.\n\nReviewed against upstream PR #9032: https://github.com/pingdotgg/t3code/pull/9032\n\nValidation: targeted ProjectionThreadMessages and ProjectionPipeline tests pass (25 tests).