Skip to content

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:32
· 403 commits to main since this release
c40dce9

What's New

Dispatch box slash commands

  • /model works at dispatch/model opus fix the bug in the dashboard/kanban dispatch boxes now sets the new thread's model instead of sending the command to Claude verbatim (#208)
  • /goal and /loop are dispatchable/goal ship v1 creates a thread with a pinned goal and starts working immediately; /loop 10m check CI creates a thread that re-runs the prompt on an interval (#213)
  • Dispatch autocomplete now only advertises commands that actually work at dispatch (#211)

Other improvements

  • Raw JSONL conversation logs — opt-in per-thread logs at <vaultFolder>/logs/<thread_id>.jsonl, readable via the obsidian_get_thread_log MCP tool (#212)
  • enter_worktree/exit_worktree MCP tools fire a worktree-changed workspace event (#209)

Docs & test infrastructure

  • New README sections: Goals and loops, Dispatching with commands (#215)
  • Screenshot suite is now fully deterministic — timezone and clock pinned to the fixture epoch, so baselines no longer drift with the machine's timezone or the calendar date (#214, #216)

Full changelog: v0.15.1...v0.15.2