v0.17.2
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
toolAliasesoption now silently routes Claude's built-inEnterWorktreeandExitWorktreetool calls to the plugin's MCP versions (mcp__obsidian__enter_worktree/mcp__obsidian__exit_worktree), which correctly track the in-sessioneffectiveCwdafterset_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.