Document Antigravity data sources when the app is closed - #2666
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed August 5, 2026, 9:57 PM ET / August 6, 2026, 01:57 UTC. ClawSweeper reviewWhat this changesThe PR documents Antigravity’s Merge readinessKeep open: the prior P2 documentation blocker remains. The new closed-app guidance omits the IDE fallback even though the current pipeline proceeds from app to Priority: P3 Review scores
Verification
How this fits togetherCodexBar’s Antigravity provider selects a local app server, flowchart LR
App[Desktop app server] --> Select[Source selection]
CLI[agy CLI server] --> Select
IDE[IDE language server] --> Select
OAuth[Eligible Google OAuth] --> Select
Select --> Usage[Usage and quota snapshot]
Usage --> Display[Menu bar and CLI output]
Before merge
Findings
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Describe the closed-app automatic order as Do we have a high-confidence way to reproduce the issue? Yes: current source and focused tests establish that an available IDE is tried after Is this the best way to solve the issue? No: the documentation must include the IDE stage so its described automatic fallback order matches the implementation. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 4cdb349cbc57. LabelsLabel justifications:
EvidenceAcceptance criteria:
What I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (4 earlier review cycles)
|
|
Landed. Verified before merge: every factual claim checked against source — |
Summary
agyCLI install/login prerequisite (brew install --cask antigravity-cli,ANTIGRAVITY_CLI_PATHoverride) for using the Antigravity provider without keeping the desktop app open.agyCLI HTTPS and Google OAuth sources.Evidence behind the doc changes
All statements were verified live on 2026-08-05 with Antigravity.app open and closed on the same Mac (account email redacted below):
agyinstalled and signed in:swift run CodexBarCLI usage --provider antigravity --verbosereturns theclisource with real quota rows, e.g.Gemini Models: 2% left+Resets tomorrow, 11:52 AM,Claude and GPT: 100% left+ reset time.agy: the same command falls back to OAuth and shows only an all-100% availability row with no reset times.appsource. Fixed-schedule quota fields are byte-identical to theclisource (Gemini weekly usedPercent 97.8170183, same reset timestamp); only fetch-time-relative 5h/weekly reset times shift by the seconds between runs.agycold start: keyring auth completes at ~+3.6s (ChainedAuth: authenticated via keyringin agy's own log), which is what the "first refresh can briefly fail" sentence refers to. The matching cold-start wait fix is in Fix Antigravity agy cold-start quota readiness wait #2665.Test