From ab4ed8799dd87b1c5d7252386e82a6378eb51521 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Tue, 10 Feb 2026 13:08:23 +0200 Subject: [PATCH] chore: update changelog with recent enhancements and fixes --- CHANGELOG.md | 10 ++++++++++ packages/vscode/CHANGELOG.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2489966d..3cca34c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Voice: added built-in voice input and read-aloud responses with multiple providers, so you can drive chats hands-free when typing is slower (thanks to @gsxdsm). +- Git: added multi-remote push selection and smarter fork-aware pull request creation to reduce manual branch/remote setup (thanks to @gsxdsm). +- Usage: added usage pace and prediction indicators in the header and settings, so it is easier to see how quickly quota is moving (thanks to @gsxdsm). +- Diff/Plans: fixed comment draft collisions and improved multi-line comment editing in plan and file workflows, so feedback is less likely to get lost (thanks to @nelsonPires5). +- Notifications: stopped firing completion notifications for comment draft edits to reduce noisy alerts during review-heavy sessions (thanks to @nelsonPires5). +- Settings: added confirmation dialogs for destructive delete/reset actions to prevent accidental data loss. +- UI: refreshed header and settings layout, improved host switching, and upgraded the editor for smoother day-to-day navigation and editing. +- Desktop: added multi-window support with a dedicated "New Window" action for parallel work across projects (thanks to @yulia-ivashko). +- Reliability: fixed message loading edge cases, stabilized voice-mode persistence across restarts, and improved update flow behavior across platforms. + ## [1.6.6] - 2026-02-9 - Desktop: redesigned the main workspace with a dedicated Git sidebar and bottom terminal dock, so Git and terminal actions stay in reach while chatting. diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 88ff81c8..fdb38e7a 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,13 @@ +## [Unreleased] + +- Added built-in voice input and read-aloud responses with multiple providers, so you can run chats more naturally without constant typing (thanks to @gsxdsm). +- Added usage pace and prediction indicators in the header and settings to make quota usage trends easier to track (thanks to @gsxdsm). +- Improved plan/file comment workflows with safer draft identity and better multi-line editing, reducing lost drafts during review (thanks to @nelsonPires5). +- Reduced noisy completion notifications by skipping alerts for comment draft add/edit/remove actions during review loops (thanks to @nelsonPires5). +- Added confirmation dialogs for destructive delete/reset actions to reduce accidental mistakes in settings and management flows. +- Refined header and settings layout, plus host-switch behavior, for a cleaner extension experience with faster context changes. +- Improved reliability for message loading and voice mode persistence, so sessions recover more predictably after reloads. + ## [1.6.6] - 2026-02-9 - Usage: added per-model quota groups in the header and fixed provider dropdown scrolling for easier usage tracking (thanks to @nelsonPires5, @gsxdsm).