Skip to content

v0.27.0

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 08 Jul 06:00
320dc65

0.27.0

Stable promotion of beta v0.27.0-beta.3.

Aggregated changes since previous stable:

0.27.0-beta.0

Minor Changes

  • First-class support for the Pi coding agent (pi.dev), at parity with OpenCode. Pi has no MCP support, so ok init now drops a managed, dependency-free bridge extension at .pi/extensions/open-knowledge.ts — it launches OpenKnowledge's MCP server through the same resilient launcher every other editor gets and registers each OpenKnowledge tool as a native Pi tool under an ok_ prefix (so OK's edit/write never shadow Pi's built-ins). The OpenKnowledge project skill lands in .pi/skills/open-knowledge/, which Pi scans natively; both are trust-gated by Pi's folder-trust prompt, refreshed idempotently on re-init, healed by the repair/reclaim sweeps, and removed by ok deinit/ok uninstall. Pi also joins the docked-terminal launch registry (pi '<prompt>') and skill install targets, and gets an integrations docs page.

0.27.0-beta.1

Patch Changes

  • Keep the first-launch "Added ok to your PATH" notification clear of the MCP consent dialog. It now anchors bottom-left instead of covering the dialog's Add/Skip buttons, and toasts once again render above modal overlays so notifications from in-dialog forms stay visible and dismissible.

0.27.0-beta.2

Minor Changes

  • Settings → User gains an "AI tools & CLI" section — the first-launch "Connect your AI tools to OpenKnowledge" dialog is now a persistent, stateful surface in the desktop app's settings. Every global component is listed with a checkbox reflecting its live installed state, and clicking installs or uninstalls that one component: the per-editor open-knowledge MCP entries (Claude Code, Claude Desktop, Cursor, Codex, OpenCode, OpenClaw), the ok shell-PATH shim, and the user-global Agent Skills (open-knowledge-discovery, open-knowledge-write-skill). Removal follows the same guest discipline as install: only entries OpenKnowledge recognizably wrote are deleted (customized/forked entries are reported and left byte-unchanged), PATH removal strips only the managed rc block and records a declined consent so startup self-heal never re-appends it, and skill removal records the per-bundle decision every install actor honors.

Patch Changes

  • Add Files sidebar keyboard shortcuts for duplicating and deleting files and folders, including copy/paste duplication.

0.27.0-beta.3

Patch Changes

  • Add the editor's footer fade to the folder view while the Ask AI composer is open. The folder list now dissolves softly into the background just above the composer instead of meeting a hard edge, matching the fade already shown in the document editor. The fade only appears when the Ask AI composer is visible.