Skip to content

v0.17.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:39
· 363 commits to main since this release
417c723

What's New in v0.17.2

Features

  • Collapsible input panels — All three message-input panels (Threads view, Agent Dashboard sidebar, and Kanban dispatch) now collapse to a minimal bar at rest: just the textarea and send button. Hover over the panel or click into the textarea to expand secondary controls (attach, mic, model picker, more menu, CWD chip) with a smooth CSS animation. The panel border softens when collapsed so it reads as a quiet background element. No configuration needed. (closes #237)

  • EnterWorktree / ExitWorktree alias — The SDK's toolAliases option now silently routes Claude's built-in EnterWorktree and ExitWorktree tool calls to the plugin's MCP versions (mcp__obsidian__enter_worktree / mcp__obsidian__exit_worktree), which correctly track the in-session effectiveCwd after set_working_directory. Skills, workflow docs, and training data can now use the canonical tool names without any special instructions. (closes #238)

Improvements

  • Removed the "Use this instead of the built-in EnterWorktree tool" language from both MCP tool descriptions and the system prompt — no longer needed now that the alias handles routing transparently.
  • Updated all README screenshots to reflect the new collapsible panel UI.