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
Floating toolbar on rendered markdown content with buttons to view the raw markdown source and copy it to the clipboard (proposed by @didouye)
Pin a session to your current project, across a whole workspace, or across every project — pinned sessions stay at the top of the sidebar in every matching context
New "Always show active sessions" sidebar option that surfaces running and unread sessions from other projects at the top, so you never lose track of them while working in a different scope
Live working status now reveals the tool the assistant is using and its target (file path, command, query, etc.) as soon as it starts, filling in in real time — instead of staying on a generic "Claude is thinking" until the tool is fully prepared
Define reusable Claude config presets (model, context, effort, thinking, permission, Chrome MCP) and apply them in one click from a session's settings panel
Triple-press Escape quickly on a session's chat tab to stop the running Claude Code process (proposed by @LeoPartt and @dguerizec)
New / and @ buttons below the message input textarea to quickly open the slash command picker and the file path picker
Command palette can now change Claude settings for the current session
New "Tmux config file" setting in the Terminal section to load your own tmux.conf (status bar, colors, key bindings, etc.) in TwiCC terminals (proposed by @LeoPartt)
Changed
Improved auto scroll to bottom behavior in the chat tab
Word wrap and side-by-side toggles in diff and editor toolbars now persist across sessions and stay in sync with the Settings panel (proposed by @LeoPartt)
Bump claude-agent-sdk from 0.1.63 to 0.1.68 (bundled Claude Code CLI: 2.1.114 → 2.1.119)
Minor improvements to the command palette (added some missing commands, added indicators for workspaces, projects, and sessions)
Fixed
Parallel tool permission requests are now all shown and answered one by one, instead of only the last one being visible (bug report by @LeoPartt)
Code comments gutter button is now correctly positioned on the hovered line
Git commit selector no longer renders raw error JSON and stays interactive (opens the commit list) when the requested commit cannot be found