chore: update unreleased changes

This commit is contained in:
Bohdan Triapitsyn
2026-08-13 22:01:54 +03:00
parent a9edc71e06
commit 50613bb170
2 changed files with 18 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
## [Unreleased]
- **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.
- 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).
## [1.18.2] - 2026-08-10
- **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).