You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pane's "…" menu now supports full conversation actions, adding "Open chat history / Export current conversation" commands. (#567)
The pane title bar now shows the conversation's real title, and it can be renamed by clicking it directly.
The history panel's context menu now closes layer-by-layer with Esc, sizes itself to content, and shows overflowing items; the delete action moves back inline. (#567)
The history panel no longer gets squeezed by a narrow sidebar; long titles truncate in the middle while keeping the "(copy)" suffix, and accidental clicks on action icons are fixed. (#567)
Off-screen entries now render on demand, cutting the panel's open latency by roughly 40% (~260ms → ~160ms).
The history panel is now fully keyboard-reachable: arrow-key/Enter navigation, shortcuts for delete/pin/rename, and a keybinding legend at the bottom. (#567)
Pin/unpin now animates as a reorder the list follows, action buttons become a hover overlay, and the title regains the full row width.
🐛 Fixes
Fixed existing conversation history disappearing when a message was appended while a task was still running. (#566)
Fixed the whole UI stalling when opening the history panel while the agent was still replying.
Fixed being unable to continue a conversation after deleting messages within it.
⚙️ Core & Performance
Partially refactored the chat core, cleaning up long-standing architectural debt.
Chat history persistence is now event-driven, fixing repeated errors from high-frequency rewrites in the repo-sync backend. (#569)