fix(proxy): fail over pre-visible refresh connect stalls#822
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 453eedba27
ℹ️ 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".
453eedb to
cd91a88
Compare
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Merge blocker found in owner review: compact initial refresh/connect failover can break file-pinned account ownership. The forced-refresh path now correctly fail-closes when That violates the same file-owner invariant the forced-refresh guard is trying to preserve. Please either fail-closed for file-pinned compact requests in the initial refresh/connect transient branch too, or add a convincing test/proof that cross-account compact retry is safe there. Also note current merge gates are not clean: fresh Codex review attempts hit usage limits, and this observable failover behavior change has no OpenSpec/issue trace. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. ℹ️ 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". |
|
Merge blocker: file-pinned compact requests can still cross accounts on the actual upstream compact connect path The new guards cover I reproduced this locally with a pinned That still violates the new OpenSpec requirement that a file-pinned compact request MUST surface upstream-unavailable instead of replaying on another account when the pinned account cannot open the upstream compact connection before output. Please add the same file-pin fail-closed guard/regression for the |
Summary
Tests
Follow-up
No linked issue; addresses the owner-review file-pinned compact failover blocker in this PR.