Skip to content

v1.5.1

Choose a tag to compare

@twidi twidi released this 25 Apr 15:51
· 964 commits to main since this release
0fa7e81

[1.5.1] - 2026-04-25

Added

  • Floating toolbar on rendered markdown content with buttons to view the raw markdown source and copy it to the clipboard (proposed by @didouye)
    • Markdown toolbar
  • 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
    • Pin modes
  • 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
    • Active session toggle
  • 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
    • Working assistant message
  • Define reusable Claude config presets (model, context, effort, thinking, permission, Chrome MCP) and apply them in one click from a session's settings panel
    • Claude presets 1
    • Claude presets 2
    • Claude presets 3
    • Claude presets 4
    • Claude presets 5
  • Triple-press Escape quickly on a session's chat tab to stop the running Claude Code process (proposed by @LeoPartt and @dguerizec)
    • Triple escape shortcut
  • New / and @ buttons below the message input textarea to quickly open the slash command picker and the file path picker
    • New textarea buttons
  • Command palette can now change Claude settings for the current session
    • Change session settings in command palette
  • 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)
    • Tmux conf new settings

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