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
feat: add agy (Antigravity CLI) as a supported --cli provider
Adds agy alongside claude, gemini, codex, agent, openclaw, opencode,
and copilot. Uses a plain-text path (--print + stdin) since agy does
not support --output-format json. Default model is null — agy uses its
own session default (Gemini 3.5 Flash) when no model is specified.
Binary resolved via AGY_PATH env var or agy on PATH.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-`--language, --lang <language>`: output language (`auto` = match source)
333
333
-`--max-output-tokens <count>`: hard cap for LLM output tokens
334
-
-`--cli [provider]`: use a CLI provider (`--model cli/<provider>`). Supports `claude`, `gemini`, `codex`, `agent`, `openclaw`, `opencode`. If omitted, uses auto selection with CLI enabled.
334
+
-`--cli [provider]`: use a CLI provider (`--model cli/<provider>`). Supports `claude`, `gemini`, `codex`, `agent`, `openclaw`, `opencode`, `agy`. If omitted, uses auto selection with CLI enabled.
0 commit comments