fix(proxy): recover compact bridge replays - #1733
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fafc596622
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
29cce81 to
28e00dd
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1ccb3f1717
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
1ccb3f1 to
0780d80
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Delightful! 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". |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0780d80715
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
|
Folded into #1744: post-compaction replay recovery joins the active-skill/compact-context carrier — one post-compaction context PR; history preserved via merge. |
Summary
tool_search_call/tool_search_outputpairs when projecting account-neutral fresh replay payloads after compaction.Live evidence
Fresh live readback on 2026-08-14 05:26 +04:00 showed
/healthand/health/readygreen on live headee602e520cb8348640948b90f6dc1c4b4c463d17, but request DB rows in the preceding 45 minutes still had post-compaction bridge failures:missing_response_created_timeout,stream_incomplete, andbridge_continuity_persistence_failed, while compaction rows themselves were mostly successful. That points at downstream bridge replay continuity, not the compact endpoint alone.Validation
uv run pytest -q tests/unit/test_replay_safety.py->209 passeduv run pytest -q tests/integration/test_http_responses_bridge.py -k 'quarantined_full_resend or account_neutral_replay or replays_full_resend_once'->3 passed, 126 deselectedopenspec validate recover-post-compact-bridge-replays --strict-> validgit diff --name-only origin/main...HEADcontains only proxy replay/bridge code, OpenSpec, and focused tests.