Files
Bohdan Triapitsyn a1bc1368ae docs(changelog): title every release and require one
Every release file now carries a title: two to six plain words naming the
change a user would remember it for. The generator refuses a release without
one, promote carries the title from unreleased.md, and the unreleased
template opens with a title line. The changelog-authoring skill and the
format README describe how to write it.

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
2026-09-05 16:45:29 +03:00

3.7 KiB

version, date, title
version date title
1.12.4 2026-06-11 Menu bar tray and review sessions

App

New

  • Chat: added /handoff-review to open a linked review session for the current workspace changes, with actions to send review feedback and implementation replies between the sessions.
  • Chat/UI: added a setting to collapse long user messages.
  • Chat: Mermaid diagrams can now be opened in a dedicated diagram editor (thanks to @nerdosaurus).
  • Worktrees: creating a single new worktree session now opens the session immediately while worktree setup continues in the background.
  • Settings: added search across settings pages.
  • Files: added an editor Vim mode setting (thanks to @Champii).
  • Desktop/macOS: added a menu bar tray with live session status, Mini Chat access, and a provider usage submenu.
  • Desktop/macOS: added an optional vibrancy effect for the left sidebar.
  • Mobile: refreshed session controls, worktree deletion flow, MCP controls, update flow, and usage tracking for new layout.
  • Usage: added Cursor quota tracking.
  • UI/Localization: added French interface translations and French documentation (thanks to @pascalandr).
  • VSCode: added an action to archive all sessions from the extension (thanks to @jjdubski).
  • VSCode: added multi-root workspace support, including workspace folder switching in the extension (thanks to @mmospanenko).

Improvements

  • Chat: @agent mentions in rendered messages now use the primary accent color.
  • Chat: table copy actions now include a Markdown format option (thanks to @kjhq).
  • Models: hidden models now stay hidden in multi-model selection controls (thanks to @kjhq).
  • Multi-Run: creating isolated runs now opens sessions immediately while worktree setup continues in the background.
  • Sessions: chat folder assignments now stay in place after reloads.
  • Sessions: session, folder, project, and worktree rows now have right-click menus for their available actions.
  • Settings/Agents: agent prompt and permission edits now stay saved after changes.
  • Files: writes are now safer when saving through temporary files (thanks to @nerdosaurus).
  • Git: changed-file folders now have a revert action (thanks to @kostazol).
  • GitHub: issue and pull-request pickers now use server-side search for larger repositories (thanks to @tomzx).
  • Voice: Plan and file preview markdown now include text-to-speech buttons, with a setting for reading selected text or the full document (thanks to @yangyaofei).

Fixes

  • Preview: inline module scripts are now rewritten in proxied HTML responses, fixing more Vite preview pages (thanks to @mdbetancourt).
  • Desktop/macOS: startup no longer opens unnecessary folder prompts.
  • Terminal/Mobile: touch scrolling in the terminal no longer conflicts with terminal input as often (thanks to @kostazol).

VS Code

New

  • Sessions: added an action to archive all sessions (thanks to @jjdubski).
  • Workspaces: added multi-root workspace support, including workspace folder switching in the extension (thanks to @mmospanenko).
  • Settings: added search across settings pages.
  • Chat/UI: added a setting to collapse long user messages.
  • Usage: added Cursor quota tracking.
  • UI/Localization: added French extension translations (thanks to @pascalandr).

Improvements

  • Agent Manager: creating isolated runs now opens sessions immediately while worktree setup continues in the background.
  • Agent Manager: hidden models now stay hidden in multi-model selection controls (thanks to @kjhq).
  • Sessions: chat folder assignments now stay in place after reloads.
  • Sessions: session and folder rows now have right-click menus for their available actions.
  • Chat: table copy actions now include a Markdown format option (thanks to @kjhq).
  • Chat: @agent mentions in rendered messages now use the primary accent color.