release v1.18.3

This commit is contained in:
Bohdan Triapitsyn
2026-08-14 00:55:17 +03:00
parent 94e07e4edd
commit b5c9da4ff0
7 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.18.2",
"version": "1.18.3",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.18.2",
"version": "1.18.3",
"private": true,
"type": "module",
"main": "src/main.tsx",
+3 -3
View File
@@ -1,7 +1,7 @@
## [Unreleased]
## [1.18.3] - 2026-08-14
- **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).
- 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: the Focus Chat command and Add to Context action now place the cursor in the chat input so typing can continue immediately.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "%extension.description%",
"version": "1.18.2",
"version": "1.18.3",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.18.2",
"version": "1.18.3",
"private": false,
"type": "module",
"main": "./server/index.js",