-
Notifications
You must be signed in to change notification settings - Fork 81
Daily Update 2026 06 06
Status: GREEN — Run 27057823423 passed. Latest run blocked by jsRepl test (now fixed, commit 50a7b4dff).
Root cause found for all bridged-interactive and bridged-hooks failures: auto-generated upstream agent version entries don't include bridgeCapabilities or hookSupport fields. The version resolver picks the latest (auto-generated) over curated versions, causing getBridgeCapabilities() to return undefined.
Fix: getBridgeCapabilities() and getHookSupport() now fall back across all agent versions when the latest version doesn't have the capability defined.
Result: claude-code, codex, pi now pass ALL modes (NI, BI, BP-interactive, BP-bridged-hooks) on Ubuntu.
Completed infrastructure setup:
- Binary installs correctly via official curl installer (
agybinary name) - CLI command map updated (
antigravity→agy) - Proxy routing via Gemini handler (GOOGLE_API_KEY + GOOGLE_GEMINI_BASE_URL)
- Approval flag corrected (
--dangerously-skip-permissions) - bridgeCapabilities and hookSupport added to atlas graph
Blocker: Antigravity requires browser-based Google OAuth — ignores ALL env vars, credential files, gcloud ADC. CI auth requires a GOOGLE_SERVICE_ACCOUNT_KEY secret (not yet configured).
| Section | Model | Results |
|---|---|---|
| Vanilla NI | gemini-3.1-pro-preview | 14/14 PASS (all agents, all OSes) |
| Vanilla BI | gemini-3.1-pro-preview | claude-code, codex, pi Ubuntu PASS |
| BP/Predefined Interactive | gemini-3.1-pro-preview | codex Ubuntu PASS |
| BP/Create Interactive | gemini-3.1-pro-preview | codex Ubuntu PASS |
- #936 — genty yolo generates invalid .mjs process files
- #937 — pi + gemini-3.1-pro-preview proxy terminated (Ubuntu flaky)
- #938 — BI mode fails across all agents (FIXED — bridge capabilities fallback)
-
getBridgeCapabilities/getHookSupportversion fallback - antigravity: binary name
agy, approval flag, proxy routing, bridge capabilities - jsRepl test: raw string vs JSON-quoted for typeof result
- OMNI → GENTY rename in live-stack workflow
- codex EEXIST: aggressive bin cleanup + npm --force in triggers action