0.7.0-preview.1
Pre-release
Pre-release
·
776 commits
to master
since this release
π¬ Preview Release (v0.7.0-preview.1)
This preview introduces multi-agent session support, allowing you to run multiple independent agent conversations simultaneously in separate chat views.
π New:
- πͺ Multi-Agent Sessions: Run multiple agents simultaneously in separate chat views. Each view has its own independent agent process and session. (#59)
- π’ Broadcast Commands: Control multiple chat views at once:
Broadcast prompt: Copy the active view's input to all other viewsBroadcast send: Send messages in all views simultaneouslyBroadcast cancel: Cancel operations in all views
- π Focus Navigation: Quickly switch between chat views with
Focus next/previous chat viewcommands - β Open New View Command: Open additional chat views via command palette or Header Menu
- π Chat View Location: Choose where new chat views open β right pane (default), editor tabs, or editor split. Configure in Settings β Display.
- π·οΈ Custom Export Tag: Customize the frontmatter tag for exported notes (supports nested tags like
projects/agent-client). Configure in Settings β Export. (#62) - πΆ Hide Emojis Option: Toggle emoji icons in tool calls, thoughts, plans, and terminal blocks. Configure in Settings β Display. (#68)
- π Spellcheck Integration: Chat input now respects Obsidian's Editor β Spellcheck setting. (#65)
π§ Improvements:
- π Header Menu: New ellipsis menu in chat header for quick agent switching, opening new views, and accessing plugin settings.
- π Table Scrolling: Horizontal scroll now applies only to tables, not the entire message area.
- π¨ Spacing Polish: Improved visual spacing after tool calls and thoughts.
β οΈ Breaking Changes:
- Setting Renamed:
activeAgentIdβdefaultAgentId(automatically migrated)
π Upgrade:
Update from v0.6.1 β Settings are automatically migrated. Multi-session support works immediately with existing agent configurations.
Thank you for your continued support! Your feedback helps make this plugin better for everyone. π