🚀 Features
- Terminal panel: Run shell commands directly within the UI. Collapsible panel with auto-close behavior and persistent output across panel toggles
- Files & tools inspector: View edited files with content preview, tool call history, and quick-action buttons in the right panel
- Agent sessions in Explorer: Browse subagent sessions from the Explorer tab
- Headless API server mode: New
--api-onlyflag to run the server without opening a browser, useful for integrations and automation - Bearer token authentication: API authentication via bearer tokens for programmatic access
- Git tab improvements: View the current git branch without an active session, with a reload button for refreshing git data
- Right panel state in URL: Panel state is now persisted in the URL, making it shareable and restorable
- Message sending options: Specify Claude Code options (model, prompt, etc.) when sending messages
- Session list improvements: Running/paused status indicators and cleaner session titles
🐞 Bug Fixes
- Session title becoming empty after
/clearcommand - "No Branch" flash while git data is loading
- Multi-file viewing stability in the file content dialog
- Handling of result-only sessions and local command outputs
- Support for
custom-titleandagent-namesession log entry types
🏎 Performance
- UI rendering and resize performance improvements