Skip to content

v0.1.30 — Agent Dashboard

Choose a tag to compare

@richardbowman richardbowman released this 13 May 02:17
· 758 commits to main since this release
e30d85f

What's new

Agent Dashboard view

A new Agent Dashboard panel modeled after Claude Code CLI's claude agents screen.

  • Lists all threads grouped by state: Working · Completed · Failed · Ready
  • Animated status icons (✽ spinning while running, ✓ done, ✗ error, ○ idle)
  • Live activity text — shows the current tool name or task description while Claude works
  • Relative timestamps, cwd badge per row
  • Dispatch input — type a task and press Enter to start a new thread in the background; it appears as a Working row immediately
  • Click any row to jump to that thread in the chat view
  • Open via the grid ribbon icon or command palette → Open Agent Dashboard

Bug fix

  • Closing a tab in the chat view now removes it from the dashboard immediately
  • New tabs created from the chat view appear in the dashboard right away