ollama - 💡(How to fix) Fix Feature request: add 'agy' (Antigravity CLI) to ollama launch integrations

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

ollama launch claude --model deepseek-v4-pro:cloud   ✅ works
ollama launch agy    --model deepseek-v4-pro:cloud   ❌ not supported
RAW_BUFFERClick to expand / collapse

What is agy?

Antigravity CLI (agy) is Google's AI CLI tool. It's a terminal-based AI coding assistant similar to Claude Code, built into the Antigravity ecosystem (Google's AI IDE). It's installed via brew install antigravity-cli and used as agy in the terminal.

Current state

ollama launch supports many integrations (claude, codex, openclaw, vscode, etc.) but not agy:

ollama launch claude --model deepseek-v4-pro:cloud   ✅ works
ollama launch agy    --model deepseek-v4-pro:cloud   ❌ not supported

Why it matters

As ollama cloud models grow in popularity, users want to use them across ALL their AI tools — not just Claude Code. Antigravity CLI is becoming a common tool (especially for those in the Google/Antigravity ecosystem), and the gap forces users to choose between ollama models and the agy workflow.

Technical note

Unlike Claude Code (which respects ANTHROPIC_BASE_URL env vars), agy routes through Google's cloud API (daily-cloudcode-pa.googleapis.com). A simple env-var proxy approach may not work out of the box. The integration might need to be explored with the Antigravity team to understand what model override mechanisms are available.

Relevant: agy's model selection appears to be managed server-side at Google. The Antigravity IDE (desktop app) has UI for custom endpoints/configs, but the CLI (agy) does not expose these directly.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

ollama - 💡(How to fix) Fix Feature request: add 'agy' (Antigravity CLI) to ollama launch integrations