From 4c7b87bb215953c9e23d1a250769a2ea0d644499 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 29 Jul 2026 20:18:11 +0300 Subject: [PATCH] release v1.17.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/electron/package.json | 2 +- packages/ui/package.json | 2 +- packages/vscode/CHANGELOG.md | 11 +++++++++++ packages/vscode/package.json | 2 +- packages/web/package.json | 2 +- 7 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fede4a..3d703593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [Unreleased] + +## [1.17.1] - 2026-07-29 + +- **Chat tools:** Bash tool cards now show output before a command finishes, keep it in a fixed-height pane, and follow new lines until you scroll away. Long-running commands no longer remain at a 300-second duration, and their timers continue until they finish. +- System prompt optimization: added an optional Behavior setting that reduces OpenCode's built-in system prompt by about 40% for the build and plan agents; it applies after restarting OpenCode and is unsuitable for custom build or plan definitions. +- OpenCode: chats now recover when OpenCode stops responding during a response, and managed OpenCode no longer restarts repeatedly during a temporary connectivity failure. +- Desktop: bundled OpenCode no longer offers a separate update; it updates with OpenChamber (thanks to @yulia-ivashko). +- Chat: fully loaded histories no longer show "Load older" again after a refresh. +- Chat: messages removed by reverting no longer reappear after you send another message. +- Chat: slash-command starters now include text already entered in the draft as command arguments. +- Session goals: goals started from slash commands, including scheduled tasks, now use the command's expanded instructions. +- Usage: OpenAI business-account Codex usage now shows the configured spend limit (thanks to @jrandiny). +- Desktop/Linux: AppImage tray menus now include Show, Hide, and Close, and "Open in" shows system application icons (thanks to @makeittech). +- Settings: subpanels keep a visible vertical scrollbar and no longer show a horizontal scrollbar (thanks to @sergiofspedro). +- Mobile: image previews load when connected through the private relay. + ## [1.17.0] - 2026-07-28 - **Context panel:** a new surface rail brings Changes, pull requests, files, terminal, notes, plans, previews, and side chats into one resizable panel. The pull-request surface now shows live checks and comments, and can attach failed checks or comments to a chat draft. diff --git a/package.json b/package.json index fdba9019..ededbc01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchamber-monorepo", - "version": "1.17.0", + "version": "1.17.1", "description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes", "private": true, "type": "module", diff --git a/packages/electron/package.json b/packages/electron/package.json index 763dd280..49ece813 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/electron", - "version": "1.17.0", + "version": "1.17.1", "private": true, "description": "Electron desktop runtime for OpenChamber", "author": "OpenChamber", diff --git a/packages/ui/package.json b/packages/ui/package.json index 8a3769b4..3e495b53 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/ui", - "version": "1.17.0", + "version": "1.17.1", "private": true, "type": "module", "main": "src/main.tsx", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index ddf83275..94654376 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.17.1] - 2026-07-29 + +- **Chat tools:** Bash tool cards now show output before a command finishes, keep it in a fixed-height pane, and follow new lines until you scroll away. Long-running commands no longer remain at a 300-second duration, and their timers continue until they finish. +- **OpenCode updates:** the extension can now update a managed OpenCode installation and restart it automatically; externally managed servers are left unchanged (thanks to @yulia-ivashko). +- Chat: a stalled response now reconnects instead of remaining stuck in the extension. +- Chat: fully loaded histories no longer show "Load older" again after a refresh. +- Chat: messages removed by reverting no longer reappear after you send another message. +- Chat: slash-command starters now include text already entered in the draft as command arguments. +- Settings: subpanels keep a visible vertical scrollbar and no longer show a horizontal scrollbar (thanks to @sergiofspedro). +- Usage: OpenAI business-account Codex usage now shows the configured spend limit (thanks to @jrandiny). + ## [1.17.0] - 2026-07-28 - **Context panel:** a new surface rail brings Changes, pull requests, files, terminal, notes, plans, previews, and side chats into one resizable panel. The pull-request surface now shows live checks and comments, and can attach failed checks or comments to a chat draft. diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 4a5416a3..8d76fac5 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -2,7 +2,7 @@ "name": "openchamber", "displayName": "OpenChamber", "description": "%extension.description%", - "version": "1.17.0", + "version": "1.17.1", "publisher": "fedaykindev", "private": true, "repository": { diff --git a/packages/web/package.json b/packages/web/package.json index fdf2ac0e..0c77849f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/web", - "version": "1.17.0", + "version": "1.17.1", "private": false, "type": "module", "main": "./server/index.js",