From bd4e7668fb4a53bdbdff891ab476aa963bc29d48 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 10 Aug 2026 15:30:56 +0300 Subject: [PATCH] chore: update changelog entries for recent UI and chat fixes --- CHANGELOG.md | 6 +++++- packages/vscode/CHANGELOG.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b01553f..095aba5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - **Observability panel:** a new panel near to the chat brings the active goal, tasks, subagents, pinned context, MCP servers, and context usage into one live view. The session list also shows how long an agent has been working. -- **Scheduled Tasks:** projects can now define recurring tasks as Markdown files in `.agents/loops`; they appear alongside scheduled tasks, stay synchronized with the files on disk, and can be run or managed from the app (thanks to @makeittech). +- **Scheduled Tasks:** projects can now define recurring tasks as Markdown files in `.agents/loops`; opening the task list discovers file changes without a restart, and loop tasks can be edited, enabled, disabled, deleted, or run from the app (thanks to @makeittech). - **Settings:** OpenCode configuration changes now accumulate behind a single Apply & Restart action instead of restarting OpenCode after every edit; the confirmation warns when active chats will be stopped (thanks to @makeittech). +- Remote access: paired devices that use the private relay no longer lose relay access when no browser client is currently connected or device-state loading temporarily fails. - Performance: the initial web download is about 58% smaller and startup memory use is about 22% lower; heavy Settings and syntax-highlighting code now loads only when opened (thanks to @makeittech). - Git/Worktrees: prompts now wait for a new worktree to finish checkout before sending, and sessions resolve to the worktree that owns them instead of occasionally opening or sending against the parent repository (thanks to @ftzi). - Git/Worktrees: setup now runs the repository's `post-checkout` hook after creating a worktree, and deeply nested worktrees no longer fail with “Filename too long” on Windows (thanks to @ftzi, @makeittech). @@ -14,6 +15,7 @@ All notable changes to this project will be documented in this file. - Chat: queued messages no longer send into a response that is still streaming, and tool cards left running by an interrupted response settle instead of remaining stuck (thanks to @makeittech). - Chat: shell command output is expanded by default, and adding a message to context returns focus to the composer (thanks to @pascalandr, @makeittech). - Chat: fresh messages no longer replay their entry animation after they have already been shown, and iOS users can insert a newline with Shift+Enter again (thanks to @makeittech). +- Chat: the composer caret is now easier to see. - MCP: authorization now handles browser callbacks more reliably, settings distinguish available and unavailable servers more clearly, and failed connections expose a retry action. - Usage: added xAI quota reporting (thanks to @iamhenry). - Terminal: default tab names remain unique after tabs are closed, Escape reaches terminal applications instead of closing the context panel, and background connections send fewer keepalives (thanks to @makeittech). @@ -21,12 +23,14 @@ All notable changes to this project will be documented in this file. - Desktop/Windows: minimizing from the taskbar now remains a native minimize while the app's own minimize action can still hide to the tray (thanks to @pascalandr). - Desktop: overlay scrollbars auto-hide again after scrolling instead of remaining permanently visible. - Mobile/Android: pairing QR codes now work in older WebViews that misread `openchamber://` links (thanks to @CMBill). +- Mobile: pending agent questions now reappear after a cold start instead of leaving the session waiting without an answer prompt. - Files: removing an attached Office or OpenDocument file also removes the images extracted from that document, and Linux reveal failures now surface as an error instead of escaping in the background (thanks to @chiamsun, @pascalandr). - VSCode: notebook links now open in the notebook editor when a compatible extension is installed (thanks to @TTTPOB). - Settings: rapid edits to notification templates no longer overwrite one another, and the collapsed-user-message preference now persists correctly (thanks to @AmanTahiliani, @pascalandr). - Walkthrough: branch comparisons now use the repository's actual remote default branch instead of assuming its name (thanks to @RyderAsKing). - Server: foreground installs managed by a user systemd service now update through a separate transient service instead of being interrupted by the server restart (thanks to @SYU8384). - Security: updated archive extraction to address GHSA-xcpc-8h2w-3j85 (thanks to @mel0nyrame). +- UI: dialogs, dropdowns, popovers, and tooltips now use consistent glass styling; the macOS vibrancy option was removed to reduce rendering overhead. ## [1.18.1] - 2026-08-04 diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 2245e58a..7bd42cb3 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -7,6 +7,7 @@ - Chat: queued messages no longer send into a response that is still streaming, and tool cards left running by an interrupted response settle instead of remaining stuck (thanks to @makeittech). - Chat: shell command output is expanded by default, and adding a message to context returns focus to the composer (thanks to @pascalandr, @makeittech). - Chat: fresh messages no longer replay their entry animation after they have already been shown (thanks to @makeittech). +- Chat: the composer caret is now easier to see. - MCP: authorization now handles browser callbacks more reliably, settings distinguish available and unavailable servers more clearly, and failed connections expose a retry action. - Usage: added xAI quota reporting (thanks to @iamhenry). - Terminal: default tab names remain unique after tabs are closed, and Escape reaches terminal applications instead of closing the context panel (thanks to @makeittech). @@ -15,6 +16,7 @@ - Notebooks: notebook links now open in the notebook editor when a compatible extension is installed (thanks to @TTTPOB). - Settings: rapid edits to notification templates no longer overwrite one another, and the collapsed-user-message preference now persists correctly (thanks to @AmanTahiliani, @pascalandr). - Security: updated archive extraction to address GHSA-xcpc-8h2w-3j85 (thanks to @mel0nyrame). +- UI: dialogs, dropdowns, popovers, and tooltips now use consistent glass styling. ## [1.18.1] - 2026-08-04