chore: update changelog with unreleased changes

This commit is contained in:
Bohdan Triapitsyn
2026-08-13 23:33:48 +03:00
parent a5aa32446d
commit 0da89f3f88
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
- **Chat images:** completed assistant replies now collect Markdown images into a compact gallery with thumbnails and full-screen previews, including workspace-local images across multi-root workspaces (thanks to @ChangeHow).
- **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: 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).