refactor(antigravity): drop the orca-status named hook - #2554
Conversation
|
the model provider had a temporary upstream failure. The provider refused or dropped the request mid-run — nothing in your repo or your credentials is at fault. Re-trigger Pullfrog; if it keeps happening, check the provider's status page.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Antigravity configuration no longer defines the ChangesAntigravity hook cleanup
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change removes the managed Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. ✨ Finishing Touches📝 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 |

Follow-up to #2553. Drops
orca-statusfrom the managed Antigravity hooks, leavingmoshi-hookandtraces-share-to-traces.Because
activate.shreplaces~/.gemini/config/hooks.jsonrather than merging into it, removing the entry here also removes it from the live file on the next switch. If orca reinstalls its hook, the following switch reverts it again.spec/antigravity_config_spec.shis updated to match: the managed-set assertion dropsorca-status, and the revert test now seeds anorca-statusentry and asserts activation removes it.make shell-testpasses (2403 examples, 0 failures).Summary by cubic
Drops the
orca-statusnamed hook from the managed Antigravity hooks, leavingmoshi-hookandtraces-share-to-traces. Becauseactivate.shreplaces~/.gemini/config/hooks.jsoninstead of merging, the next activation also removesorca-statusfrom the live config; if orca reinstalls its hook, the following activation removes it again.Refactors
orca-statusand seeds anorca-statusentry in the revert test to verify activation removes it.Written for commit d8a19b4. Summary will update on new commits.