You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds Google's @google/gemini-cli as the fifth built-in agent, using the
same registry + image + MCP injection pattern as the existing four.
MCP config is written to ~/.gemini/settings.json via the new
MCPConfigFormatGemini format, using `mcpServers.sandbox-tools.httpUrl`
(HTTP streaming, matching what vmcp serves). The settings injector
filters host-side settings.json to host-portable categories only —
mcpServers, tools, hooks, security, advanced, and telemetry are
intentionally excluded so host-only servers and host-coupled toggles
never leak into the guest. Auth follows the codex/opencode pattern:
first-run OAuth in the VM, persisted between sessions via
CredentialPaths. The locked egress profile covers the Gemini Developer
API, Vertex AI, Code Assist, and Google OAuth endpoints.
Also restores hermes to image-push, which was missing from the
prior Hermes change.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments