fix(ai-messages): avoid duplicate checkpoint copy - #345
Merged
Conversation
astyfx
requested review from
JongSikLim and
png-1105
and removed request for
a team
August 6, 2026 12:31
astyfx
enabled auto-merge (squash)
August 6, 2026 12:31
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
f2ee83d < |
2026-08-06 12:31 UTC | 0 | 0 | 0 |
Last scanned: f2ee83d · 2026-08-06 12:31 UTC
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
f2ee83d < |
2026-08-06 12:31 UTC | 0 | 0 | 0 |
Last scanned: f2ee83d · 2026-08-06 12:31 UTC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prevent Codex turn-start checkpoints from repeating the same message in an expanded trace accordion while preserving checkpoint restore controls.
Changes
Fixes
Test Evidence
bun run test:cibun run build:pagesbun test tests/assistant-message-body.test.tsx tests/chat-panel-utils.test.ts tests/assistant-trace-builder.test.tsbun test tests/custom-theme.test.tsNotes
The provider event and replay contract are unchanged; this is a renderer-only fix.