chore: update changelogs with recent enhancements in Chat, Sessions, and Reliability features

This commit is contained in:
Bohdan Triapitsyn
2026-03-13 00:00:43 +02:00
parent fab32ca992
commit 75256d4f8d
2 changed files with 11 additions and 6 deletions
+5 -4
View File
@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- GitHub: improved pull request status tracking and refresh behavior, so PR state stays more accurate in active workflows.
- Tunnel/CLI: rebuilt tunnel workflows around clearer managed modes and provider-aware lifecycle commands, with safer startup checks, improved diagnostics, and cleaner CLI output for everyday remote access (thanks to @yulia-ivashko).
- Chat: completed a turn-based rendering pipeline that keeps streaming, activity rows, and tool progress more stable in long runs, with smoother auto-follow and fewer jumpy updates.
- Chat/Settings: added richer chat render controls, including sorted/live behavior, compact live Activity previews, and options to keep Bash/Edit outputs open by default.
- Sessions/GitHub: overhauled sidebar session loading and GitHub PR tracking, and added a new minimal sidebar sessions mode on Desktop/Web, so lists stay easier to scan while PR badges and state refreshes remain accurate across active branches and remotes.
- Sessions: worktrees with active sessions now surface earlier in the sidebar, making it faster to jump back into in-progress work (thanks to @GhostFlying).
- Chat: fixed narrow-layout send behavior for modified Enter shortcuts, so keyboard sending is more reliable in compact views (thanks to @eengad).
- Chat: fixed queue-button behavior and focus-mode composer sizing, keeping input controls reachable in long prompts (thanks to @shekohex).
- Projects: project action inputs now submit with Enter for a quicker run flow (thanks to @DocterZed).
- Desktop/Settings: added a spell-check toggle so you can choose whether inline spelling assistance is enabled while typing (thanks to @DocterZed).
- Projects/Desktop: project action inputs now submit with Enter, and Desktop settings now include a spell-check toggle for writing comfort (thanks to @DocterZed).
- Mobile/PWA: install metadata now honors orientation lock more consistently, improving expected behavior on rotation-restricted devices (thanks to @atgehrhardt).
- Docs: refreshed project documentation and security guidance to make setup and onboarding easier.
## [1.8.5] - 2026-03-04
+6 -2
View File
@@ -1,10 +1,14 @@
## [Unreleased]
- Chat: completed a turn-based render pipeline with steadier streaming, smoother auto-follow, and more stable activity/tool progress behavior during long responses.
- Chat/Settings: added richer render controls with sorted/live modes, compact Activity previews, and default-open Bash/Edit options for faster review.
- Reliability: switched extension event streaming to an SDK-based SSE proxy path, improving consistency for live updates and session activity signals across chat surfaces.
- Settings: chat display changes now sync across sidebar and session editor views right away, so preferences stay consistent in every open panel.
- Sessions: worktrees with active chats are now prioritized in the sidebar, so in-progress work is easier to resume (thanks to @GhostFlying).
- Sessions: archived-session behavior in the extension is now scoped to the active workspace with cleaner sidebar presentation.
- Chat: fixed modified Enter send shortcuts in narrow layouts, so Ctrl/Cmd+Enter send works more consistently when the panel is compact (thanks to @eengad).
- Chat: fixed queue button behavior and focus-mode composer sizing so input actions stay visible during longer prompts (thanks to @shekohex).
- Reliability: improved session sidebar stability during heavy session switching and background status updates.
- Docs: updated extension setup and security docs for clearer onboarding and usage guidance.
- Diff: edit result comparisons now preserve original file extensions in virtual "before" files, improving syntax highlighting while reviewing changes.
## [1.8.5] - 2026-03-04