Skip to content

v0.2.0

Choose a tag to compare

@richardbowman richardbowman released this 15 May 12:20
· 698 commits to main since this release

What's new

  • Image & file attachments — drag, paste, or click the paperclip to attach images or text files when dispatching tasks from the Agent Dashboard
  • Workspace tab syncing — the Obsidian workspace tab title automatically updates to reflect the active thread title
  • Focus edited files — hover the files-edited card and click the focus icon to close all other tabs and snap your workspace to only the files Claude touched
  • Fork thread command — new command palette entry to fork the current thread
  • MCP server init logging — improved debug visibility into MCP server startup; TS errors in ObsidianTools resolved

Commits

1736052 debug: add MCP server init logging + fix ObsidianTools TS errors (#20)
df67894 feat: rename Obsidian workspace tab to reflect active thread title (#18)
de29327 feat: add focus button to edited-files card to snap workspace to thread files (#17)
ca0cb49 feat: image & file attachments for Agent Dashboard dispatch box (#19)
96d8eb0 feat: fork thread command, InProcessSummarizer, harness improvements
3b8540e docs: regenerate screenshots and update harness for 0.2.0 features