Back
AI summary
Written by AI from the official notes. Check them for exact details.New features include auto-scrolling task logs, automatic retries for model generation, and improved subagent definitions.
- Auto-scrolls task logs to latest output
- Automatic retries for model generation errors
- Subagent definitions now use Markdown format
- Fixed crashes from empty outputs
- Resolved resource leaks on shutdown
Why it matters: Users relying on task management and model generation should care for improved reliability and usability.
Full release notes6 changes
Auto-scrolling background task logs, automatic client-side generation retries, and markdown-based dynamic subagents.
- Improved the
/tasksdetail panel to automatically scroll to the bottom as new background task logs stream in, and default to the latest output when opened while preserving scroll position if scrolled up manually. - Improved model generation resilience by adding automatic client-side retries when encountering transient errors.
- Fixed dynamically defined subagents by transitioning definitions from JSON to Markdown format, fixing an issue where dynamically created subagents failed to invoke.
- Fixed a crash occurring when executing background tasks or terminal commands that produce empty outputs (such as
sleep). - Fixed shutdown resource leaks by integrating the shared SQLite summary store for background synchronization and resolving goroutine and database connection leaks on CLI exit.
- Fixed a permission manager hook error by safely handling empty decision strings returned by pre-tool hooks instead of failing with an "unknown pre-tool hook decision" error.