What's New in v0.4.9
Browser-Style Navigation
Navigate between sessions like browser tabs — new Back and Forward buttons in the sidebar toolbar let you quickly jump between recently viewed sessions without scrolling through the sidebar.
Redesigned Sidebar Navigation
The sidebar tabs have been reorganized into a clean vertical list with a dedicated Home button to return to the welcome screen. Switching to the Agents tab now intelligently restores your last viewed session instead of dropping you on an empty screen.
Right-Click Context Menus
Right-click any session or thread in the sidebar to access quick actions:
- Rename — edit the name inline
- Archive — archive threads you're done with
- Delete — remove threads entirely
- Hide — temporarily hide Claude or Codex sessions you don't want to see
Smoother Sidebar Animations
Collapsing and expanding the sidebar now has a smooth slide animation instead of an instant snap. The expand button also fades in gracefully.
Fixed Paste in Terminals
Pasting text via right-click or keyboard now works reliably across all terminal types. Previously, ghostty-web could mangle pasted text into garbled characters (em-dashes, random symbols). Also added support for pasting via the system context menu in Tauri's WebView.
More Accurate Context Usage Ring
The context usage indicator now correctly includes both input and output tokens, giving you a more accurate picture of how much context window is being used.
Fixed Loading Bar Disappearing
The loading bar no longer vanishes during long sessions. Previously, it could disappear after context compaction or between batched operations — it now correctly reappears whenever the agent resumes work.
Fixed Approval Queue Not Advancing
Tool approval prompts now reliably advance to the next queued item after you approve one, regardless of whether hooks are active.
Fixed Session Data Cross-Contamination
Resolved a bug where background sessions could accidentally pick up data from other sessions, causing the wrong content to appear in the wrong session view.
Fixed Duplicate Content Blocks
Messages with multiple content blocks (e.g. thinking + text in the same response) no longer disappear or flicker due to UUID collisions.
Open Existing Folder Shortcut
The "Open Existing" button on the home screen now opens a native folder picker directly, instead of routing through the new project dialog.
Settings Improvements
- Updated cloud models — Added DeepSeek R1 70B and Qwen QwQ 32B to Groq model options; removed deprecated models
- System info — The About page now shows your app version, Tauri version, and platform
- Better layout — Font selectors and settings controls are now properly right-aligned
- Keyboard shortcuts — Updated description to clarify context-dependent behavior
Performance
- Reduced console logging overhead throughout the app
- Usage panel now refreshes every 10 minutes instead of 5
- Drag handles in the sidebar no longer cause layout shifts on hover