From 471010d1270e3ba7a9394ae5f1275b1b49410167 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 25 Jul 2026 00:15:04 +0300 Subject: [PATCH] docs: update changelogs with unreleased fixes and features Added new CLI and managed-instance session capabilities Documented chat, settings, shortcut, and mobile fixes Noted small model, desktop, and iOS updates --- CHANGELOG.md | 9 +++++++++ packages/vscode/CHANGELOG.md | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a2667a..400a2677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- **Agents/CLI:** agents on managed local instances can now create, send to, fork, inspect, and wait for sessions; create isolated worktrees; and manage scheduled tasks through the OpenChamber tool. The CLI adds matching `session`, `schedule`, `projects`, and `models` commands, and a new Schedule a Task starter guides task setup from chat. - **Desktop/Linux:** official AppImage releases for x64 and arm64, with in-app updates from the GitHub release feed. Missing update manifests are treated as “no update” instead of a hard failure, and updater errors surface in About/sidebar (thanks to @jibanez-staticduo). - Desktop/Linux: frameless window controls, system tray minimize, launch at login via XDG autostart, multi-window support, and “Open in” for discovered installed apps (thanks to @jibanez-staticduo, @makeittech). +- Desktop/Linux: fixed missing activity-based session sorting; chats now move in the list when they start or finish instead of repeatedly reordering while a response streams. +- Small Model: GitHub Copilot models now use their supported API, fixing summaries, goal audits, commit messages, and other Small Model actions for models that do not support Chat Completions (thanks to @jakoss). +- Chat: jumping to messages in long conversations now lands on the intended message when earlier rows have not been rendered yet. +- Settings: added an option to hide starter suggestions on the new-session screen. +- Mobile/Android: terminal taps now open the keyboard, text and backspace input work with Android keyboards, and closing a focused terminal no longer leaves the app unresponsive. +- Shortcuts: fixed a regression where double-Escape could be primed when the current session was not active. +- Mobile/iOS: push notifications now use Apple’s production service by default (thanks to @natheihei). +- Desktop: the window-controls position setting now lives under Appearance (thanks to @makeittech). ## [1.16.3] - 2026-07-22 diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 4fa51a00..c86b927a 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Unreleased] + +- Sessions: fixed missing activity-based sorting; chats now move in the list when they start or finish instead of repeatedly reordering while a response streams. +- Chat: jumping to messages in long conversations now lands on the intended message when earlier rows have not been rendered yet. +- Settings: added an option to hide starter suggestions on the new-session screen. +- Shortcuts: fixed a regression where double-Escape could be primed when the current session was not active. + ## [1.16.3] - 2026-07-22 - **Chat attachments:** added Office and OpenDocument files (`.docx`, `.pptx`, `.xlsx`, `.odt`, `.odp`, and `.ods`), with readable text and supported embedded images extracted before sending. Attachments also support more source-code formats, notebooks, HAR files with credentials and cookies removed, SVG and Draw.io files, and HEIC/HEIF images; the composer warns when the selected model may ignore an attachment type.