What's New
IntelliJ Plugin
Full JetBrains IDE plugin for agent-task-queue visibility. Includes status bar widget, tool window with queue table, per-task output tabs with streaming output, notifications, display modes, settings, and optimistic UI updates on cancel/clear. Install locally via ./gradlew buildPlugin in the intellij-plugin/ directory.
Raw Output Files
Writes .raw.log companion files alongside standard log files for plugin streaming. Adds structured tool results to MCP output for better integration visibility.
Command Storage
Stores the command string in the database when using the MCP run_task tool, making it possible to see what command a task ran.
Stale Task Cleanup
Automatically cleans up stale tasks during polling, improving reliability when parent processes die unexpectedly.
Dependency Updates
- Upgraded fastmcp to 2.14.4
- Updated astral-sh/setup-uv and actions/checkout CI action digests
Bug Fixes
- Fixed output rotation to account for
.raw.logcompanion files - Fixed closeable output tabs and raw log cleanup scaling