release v1.9.7

This commit is contained in:
Bohdan Triapitsyn
2026-04-22 00:36:25 +03:00
parent 5ec7f46105
commit 2a0aef89d5
11 changed files with 41 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2684,7 +2684,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.9.6"
version = "1.9.7"
dependencies = [
"anyhow",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.9.6"
version = "1.9.7"
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.6",
"version": "1.9.7",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
+12 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
@@ -76,8 +76,17 @@
"height": 340
},
"contents": [
{ "x": 180, "y": 140, "type": "file" },
{ "x": 360, "y": 140, "type": "link", "path": "/Applications" }
{
"x": 180,
"y": 140,
"type": "file"
},
{
"x": 360,
"y": 140,
"type": "link",
"path": "/Applications"
}
]
},
"publish": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"type": "module",
"main": "src/main.tsx",
+10
View File
@@ -1,3 +1,13 @@
## [1.9.7] - 2026-04-22
- Sessions/UI: added bulk selection in the sessions sidebar and fixed pinned sessions so they stay pinned after reloads (thanks to @yart).
- Chat/Files: you can now drag files and folders from the file tree into chat, with improved `@folder` autocomplete when building prompt context (thanks to @youfch).
- Files: open editors now refresh file content after external changes, reducing stale-file surprises while coding (thanks to @jwcrystal).
- Settings/MCP: improved MCP auth flow with remote config support and clearer diagnostics for faster setup and troubleshooting (thanks to @daveotero).
- Chat/Questions: single-choice questions now use radio selection, making guided responses clearer and faster.
- Reliability: config resolution now matches OpenCode behavior more closely, reducing extension/runtime mismatches during startup and settings reads (thanks to @cyan).
- Reliability/Streaming: strengthened bootstrap and connection recovery paths, improving first-load consistency and reducing stuck/empty session states during reconnects.
## [1.9.6] - 2026-04-17
- Reliability: improved startup shell detection to avoid false OpenCode discovery on POSIX login shells, reducing stuck startup edge cases in new workspaces (thanks to @geekifan).
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.9.6",
"version": "1.9.7",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.9.6",
"version": "1.9.7",
"private": false,
"type": "module",
"main": "./server/index.js",