chore(vscode): update unreleased changelog

This commit is contained in:
Bohdan Triapitsyn
2026-08-14 00:17:52 +03:00
parent 29e7a2380d
commit 2a6f2dc270
+1
View File
@@ -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).