Skip to content

0.7.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jan 12:26
· 776 commits to master since this release

πŸ”¬ Preview Release (v0.7.0-preview.1)

⚠️ This is a preview release β€” Features are experimental and may change. Please report any issues!

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 views
    • Broadcast send: Send messages in all views simultaneously
    • Broadcast cancel: Cancel operations in all views
  • πŸ”€ Focus Navigation: Quickly switch between chat views with Focus next/previous chat view commands
  • βž• 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. πŸ™