v0.29.1
0.29.1
Stable promotion of beta v0.29.1-beta.0.
Aggregated changes since previous stable:
0.29.1-beta.0
Patch Changes
- Fix the desktop app's "Open in Antigravity" terminal launch dropping the prompt.
agyhas no positional prompt argument, soagy '<prompt>'opened an empty session; the prompt now rides onagy --prompt-interactive '<prompt>', which runs the initial prompt and keeps the interactive session open. Affects every terminal launch that targets Antigravity.
Also first reaching the stable channel in 0.29.1
The previous stable (v0.29.0) was promoted from an early beta (v0.29.0-beta.0) that predated the changes below, so their code first ships to stable here — even though the CHANGELOG credits them to 0.29.0. Upgrading 0.29.0 → 0.29.1 therefore also delivers:
- Google Antigravity support (#2578) —
ok initand the desktop consent dialog register the OpenKnowledge MCP server for Antigravity (the agentic IDE and theagyCLI) at~/.gemini/config/mcp_config.json, gated on~/.gemini/existing. The desktop app also gains an "Open in Antigravity" docked-terminal launch, plus a brand icon and an integrations docs page. - LM Studio support (#2582) —
ok initregisters the MCP server into LM Studio'smcp.jsonso a locally-hosted model can read/search/write your knowledge base, fully local. Also fixes thewrite/editMCP tools failing on constrained-decoding hosts (LM Studio, Gemini) with a$refschema-conversion error. - ⌘J / ⇧⌘J — stage a selection into an AI CLI (#2579) — with text selected in the editor, ⌘J stages that passage into an AI CLI's input in the docked terminal (not submitted, so you can add context first); ⇧⌘J opens a new terminal/CLI tab, staging the passage when one is selected.
Full descriptions for these entries live under 0.29.0 in the package CHANGELOGs (they were consumed into that version's changelog even though they weren't in the 0.29.0 artifact — see the release-model note tracked internally).