Skip to content

v0.5.0

Choose a tag to compare

@richardbowman richardbowman released this 19 May 14:09
· 546 commits to main since this release
c2dda66

What's New in v0.5.0

✨ Features

  • Worktree MCP toolsobsidian_enter_worktree and obsidian_exit_worktree tools for isolated git worktree workflows (#54)
  • Thread status + Bases Kanban — track thread status (active/paused/done) with a Bases-compatible Kanban view (#60)
  • Term-based search scoringobsidian_search_vault now uses multi-term scoring instead of exact-phrase matching for better recall (#61)
  • Restore message on stop — sent message is restored to the input field when you hit Stop or Escape (#56)
  • Mobile stop button — stop button and queued-message indicator now available on mobile (#52)
  • New-thread shortcut — new-thread keyboard shortcut now focuses the agent dashboard dispatch input (#53)

🐛 Fixes

  • Manual summarize always updates the thread title (#57)

🧪 Tests

  • Extracted and unit-tested parseJsonResult and isDefaultThreadTitle (#58)

📝 Docs

  • Fixed version badge and clarified manual summarize title behavior (#59)