Session Compact — Summarize & Continue
Hit Compact & New in the session bar to compress the current conversation via Haiku and continue in a fresh session — all context preserved, zero token waste.
What's new
- Session Compact — new API endpoint
POST /api/sessions/:id/compactuses Haiku to summarize the entire conversation into a structured context block, then creates a new session with that summary as the first message. Perfect for long-running sessions that hit context limits. - Compact & New button — appears in the session bar alongside existing controls. One click: summarize → open new tab with fresh session containing full context.
- Queue editor UX — expanded editing mode with larger editor area, improved button styling, and better visual hierarchy when editing task descriptions on the Kanban board.
Technical details
- Haiku summarization with ~80K character transcript cap
- New session inherits project directory, MCP servers, skills, model, and engine settings
- i18n support for compact feature across all 3 languages (EN/UA/RU)
- 171 lines added across
server.jsandpublic/index.html
Full Changelog: v5.33.0...v5.34.0