Skip to content

v0.29.1

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 10 Jul 22:20

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. agy has no positional prompt argument, so agy '<prompt>' opened an empty session; the prompt now rides on agy --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 init and the desktop consent dialog register the OpenKnowledge MCP server for Antigravity (the agentic IDE and the agy CLI) 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 init registers the MCP server into LM Studio's mcp.json so a locally-hosted model can read/search/write your knowledge base, fully local. Also fixes the write/edit MCP tools failing on constrained-decoding hosts (LM Studio, Gemini) with a $ref schema-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).