v1.61.0.0 feat: add Antigravity host and benchmark support#2244
v1.61.0.0 feat: add Antigravity host and benchmark support#2244KiDDarn wants to merge 12 commits into
Conversation
Co-Authored-By: OpenAI Codex <noreply@openai.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
ea7b46d to
f44448f
Compare
|
@16francej — recommend closing this PR because #2134 supersedes this host-integration approach. This branch deletes its newly generated plugin skill source and hardcodes a mismatched manifest version. Credit #2244 for the plugin and setup intent, while #2134 should fix source ownership, derive the version, and verify that installed skills are nonzero. |
|
This broad PR is being decomposed instead of rebased wholesale:
I am leaving this PR in draft temporarily as the reference implementation for Agy setup/runtime work. Once those pieces are absorbed into #2134 (or a focused follow-up), this PR should be closed as superseded. |
What changed
Why
This makes gstack usable from Antigravity and allows subscription-backed CLI providers to be compared through one benchmark runner. The follow-up hardening prevents dry runs from claiming unusable legacy Gemini paths are ready, avoids nested Codex waiting on inherited stdin, removes inflated Codex token overhead, and reports provider saturation accurately.
Impact
Users can install and use gstack from Agy, run provider benchmarks without metered API integration, and receive actionable failure categories when a selected model is temporarily at capacity. Existing hosts keep their current behavior.
Root causes addressed
Validation
npm test(pass)git diff --check(pass)