release v1.9.2

This commit is contained in:
Bohdan Triapitsyn
2026-03-31 19:31:17 +03:00
parent c9e31a0e6c
commit 47176de18a
10 changed files with 30 additions and 91 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2603,7 +2603,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.9.1"
version = "1.9.2"
dependencies = [
"anyhow",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.9.1"
version = "1.9.2"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.9.1",
"version": "1.9.2",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"type": "module",
"main": "src/main.tsx",
+8
View File
@@ -1,3 +1,11 @@
## [1.9.2] - 2026-03-31
- Chat/Performance: overhauled live sync and streaming updates to reduce re-render churn and keep long-running chats smoother in the extension.
- Sessions/UI: refined sidebar behavior with cleaner spacing, better truncation/tooltips, and a resizable sessions pane for tighter workspace control.
- Chat/Editor integration: improved Explorer file insertion so drag-and-drop and context actions add `@` file mentions more reliably without duplicate path text.
- Reliability: startup now queues bridge and stream requests until the API is ready, reducing false bootstrap failures and early-session instability.
- Chat: reasoning content now renders through the markdown pipeline for more consistent readability during live responses.
## [1.9.1] - 2026-03-20
- Sessions: sidebar lists now keep sessions visible in both Recent and Project sections for easier session discovery (thanks to @nguyenngothuong).
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.9.1",
"version": "1.9.2",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.9.1",
"version": "1.9.2",
"private": false,
"type": "module",
"main": "./server/index.js",