What's New
Parallel Task Execution
A new parallel task system lets Claude split large goals into independent sub-tasks executed simultaneously in isolated git worktrees.
/parallel-taskslash command to force parallel execution- Smart suggestion card — Claude detects splittable tasks and proposes parallel mode
- Rich inline widget showing real-time task progress, branches, and merge status
Persona Settings
New Persona fields in settings let you give Claude a custom name and persistent instructions that apply across all chat sessions.
Workspace Improvements
The workspace detail view now features collapsible sections and a scrollable layout for better navigation of large knowledge bases.
Database Management
MCP database tools gained disconnect, reconnect, and auto-heal capabilities for more reliable connections.
Plan Mode
The plan approval card now displays the exact plan content from the SDK instead of scraping chat messages — cleaner, more reliable, and no more showing the entire conversation as the "plan".
Bug Fixes
- Git: Resolve race condition causing git buttons to not appear on startup
- Windows: Center quick picker and setup wizard on the correct display
- Notifications: Show popup on the same display as the main window
- Projects: Prevent circular folder references in drag-and-drop
- Updater: Prevent banner flickering loop after download completes
- Settings: Use proper CSS classes for explorer ignore patterns input
- i18n: Add missing cloud notification translation keys
Full Changelog
feat(parallel): add rich parallel task widget in chat viewfeat(parallel): add /parallel-task command and smart suggestion cardfeat(settings): add persona name and instructions fieldsfeat(workspace): add collapsible sections and scrollable detail viewfeat(mcp): add database disconnect, reconnect and auto-healrefactor(chat): use SDK input.plan instead of DOM scraping for plan previewfix(chat): only show final plan text in plan approval cardfix(git): resolve race condition causing git buttons to not appear on startupfix(windows): center quick picker and setup wizard on correct displayfix(notifications): show popup on same display as main windowfix(projects): prevent circular folder references in drag-and-droprefactor: simplify self-drop guard to be type-agnosticfix(updater): prevent banner flickering loop after download completesfix(settings): use proper CSS classes for explorer ignore patterns inputfix(i18n): add missing cloud notification translation keys
Downloads: Windows (.exe) · macOS (.dmg) · Linux (.AppImage)