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

2.4 KiB

version, date, title
version date title
1.9.0 2026-03-20 Redesigned sidebar and quicker permissions

App

New

  • Chat/Permissions: added a session-based permission auto-accept toggle and polished permission-shield visuals for quicker, clearer approval workflows.
  • Git: refreshed history visuals and added clearer branch-boundary markers.
  • Git: added remote removal from sync workflows and stabilized polling to reduce noisy background refreshes (thanks to @yulia-ivashko).
  • Files: added debounced editor auto-save (thanks to @nguyenngothuong).

Improvements

  • UI/Navigation: delivered a major sidebar redesign with clearer hierarchy, unified action patterns, and improved session organization (thanks to @yulia-ivashko).
  • Chat: reduced streaming CPU usage and background churn with steady turn rendering, debounced updates, and less storage thrash during long runs.
  • Panels/UI: softened panel resize affordances and tightened service dropdown/layout spacing for a cleaner, less distracting workspace.
  • Files: reworked search UI for searching in files.
  • Desktop/macOS: lowered the minimum supported macOS version to Ventura (13.0), expanding compatibility on older systems (thanks to @craigharman).
  • Updates/Reliability: unified update-check behavior across runtimes.

Fixes

  • Chat: fixed scroll-to-latest and timeline tracking behavior.
  • Settings/UI: fixed settings scrolling on mobile, made outside-click closing immediate, and reduced settings load churn/CPU spikes.
  • Reliability/Platform: improved Windows path/process behavior and restored macOS PTY/microphone compatibility.

VS Code

New

  • Chat/Permissions: added per-session permission auto-accept controls to reduce repetitive approval prompts in iterative workflows.

Improvements

  • Navigation/UI: refreshed the extension shell with a redesigned sidebar, clearer hierarchy, and cleaner session grouping.
  • Chat/Performance: reduced streaming overhead and update churn for smooth long responses, steady activity rendering, and fewer UI stalls in heavy sessions.
  • Chat: improved follow-to-latest behavior and timeline stability.
  • Reliability/Windows: normalized workspace drive-letter handling and hid background process windows to reduce startup/session mismatches (thanks to @zerone0x).

Fixes

  • Sessions: improved sidebar organization and interaction stability, including fixes for drag/rename edge cases during quick session management.