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).