fix(quota): align Antigravity probes with fixed outbound destinations - #3799
Conversation
Carries #3728 with raw-label and partial-coverage preservation. Co-authored-by: Yumi <automation@sbyoon.com> Co-authored-by: SB Yoon <44089734+yansigit@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThe change pins Google Antigravity quota probes to fixed endpoints, adds transport-policy tests, renders subscription-credit quota data in the GUI, improves narrow-card layout, and updates localized provider documentation. ChangesAntigravity quota transport
Subscription-credit quota display
Localized provider documentation
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant fetchAntigravityQuota
participant providerOutboundPost
participant DNSAndTLSPolicy
participant GoogleAccountingEndpoint
fetchAntigravityQuota->>providerOutboundPost: Send summary request to canonical URL
providerOutboundPost->>DNSAndTLSPolicy: Resolve destination and apply network checks
DNSAndTLSPolicy->>GoogleAccountingEndpoint: Send authenticated request
GoogleAccountingEndpoint-->>fetchAntigravityQuota: Return summary or fallback status
fetchAntigravityQuota->>providerOutboundPost: Send models fallback request after 404
providerOutboundPost->>GoogleAccountingEndpoint: Request model quota data
GoogleAccountingEndpoint-->>fetchAntigravityQuota: Return model quota response
Suggested reviewers: ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks 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. |
리뷰 · 우선순위 48 / 80지금 테스트는
메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
⏳ DRAFT
What to do
Automatic draft conversion failed (token cannot change draft status). Please convert this pull request to a draft manually. The required |
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
codex/t4-02-credit-bars-81a8. No GitHub native stack registration. Each layer is independently scoped; this chain batches review and final verification.Verification
Manual review chain (bottom-up): #3797 → #3798 → #3799 → #3800 → #3801
Local test suites, typecheck and builds were not run, per maintainer instruction. Source audits and
git diff --checkwere performed.Final combined Cross-platform CI (
lane=all) passed all 25 jobs ond1915c470bdcc95bbb3f7c716152ed013622634f. Lower test runs are deferred per the maintainer-directed combined-evidence strategy; skipped/cancelled runs are not passing evidence.Independent Astra high source/security reviews and actual Aside fixture rendering are recorded where applicable. All scoped source/security reviews passed. Repaired-source remote diagnostics passed; the final full cross-platform matrix passed all 25 jobs.
Maintainer integration policy: the owner explicitly authorized final-combined-CI-first validation and eventual bottom-up admin merge. Exact combined CI is green; fresh per-PR head/base/actor and maintainer-objection checks precede each admin merge. Repository auto-delete is enabled, so the next owned child is retargeted to dev immediately before its parent lands.
Exact-source diagnostic gates,
d1915c470bdcc95bbb3f7c716152ed013622634f: lint, typecheck, 27 focused config/picker tests, 1,706 GUI tests, privacy scan, GUI build and 425-page documentation build all passed. No deployment.Checklist
Summary by CodeRabbit
New Features
Documentation
Tests