fix(oauth): recover Antigravity 401 with account-bound credentials - #3691
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Deterministic PR hygiene checks passed. |
리뷰 · 우선순위 62 / 80이 PR은 Antigravity OAuth가 upstream 401을 받았을 때 공유 forced-refresh + one-replay 경로를 타게 합니다. 원본 지금 계정·generation fence를 기존 경로에 태운 점이 좋습니다. 테스트 파일이 layout에 등록됩니다. draft· 경로/심볼 경로/심볼 경로 원본 경로 상위 메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
|
Owner explicitly authorized admin merging the C-lane stack. Independent security/code review: PASS at |
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. |
Summary
Antigravity OAuth requests receiving an upstream 401 currently skip the shared forced-refresh and one-replay path. Enable that existing path while keeping the rejected account's token and Cloud Code Assist project together. Refuse replay without a usable project and keep the second 401 terminal.
Carries #3576 and resolves #3575 after verified dev integration. Original agentHits commits are retained with cherry-pick provenance. Both native passthrough and adapted Responses recovery use the existing account/generation fences; no new account-pool or generic retry policy is introduced.
Stack layer 4/5, depends on #3688 (
codex/c-lane-3631-d778). Review this layer only; quota diagnostics follows above it. Merge bottom-up into dev.Verification
macmini-cfBun 1.4.0, exact head9b5ffaaaaa5ee954b1ff14707ed65785f22192b8: 208 pass / 0 fail across 11 files, including native path assertions and layout/core-boundary checks. Archive SHA256 verified.Checklist
Co-authored-by: agentHits zvercombat26rus@icloud.com