From 2a6f2dc270822d45ec150b42b94d0de809a1e143 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Fri, 14 Aug 2026 00:17:52 +0300 Subject: [PATCH] chore(vscode): update unreleased changelog --- packages/vscode/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 86736649..871f342d 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -4,6 +4,7 @@ - **Sessions:** switching projects now selects a session owned by the new workspace, and a message already being prepared stays with the session where it was submitted instead of being rerouted by a later project switch (thanks to @makeittech). - Usage: quota limits enabled for display now refresh every three minutes, with a manual refresh action available at any time. - Usage: OpenCode Go quota tracking now uses the existing OpenCode API key instead of requiring separate browser cookies and a workspace ID. +- Chat: the Focus Chat command and Add to Context action now place the cursor in the chat input so typing can continue immediately. - Chat: typing `!` to enter shell mode no longer inserts the trigger into the command or moves the caret to the wrong side of it (thanks to @RyderAsKing). - Chat: line numbers with three or more digits no longer wrap in code blocks (thanks to @ChangeHow).