release v1.6.1

This commit is contained in:
Bohdan Triapitsyn
2026-01-30 15:40:25 +02:00
parent f752e2d644
commit fd0b78191e
11 changed files with 44 additions and 21 deletions
+8
View File
@@ -1,3 +1,11 @@
## [1.6.1] - 2026-01-30
- Chat: added Stop button to cancel generation mid-response.
- Chat: improved compact controls on narrow panels with a unified drawer for model and tool options.
- Chat: added Apply Patch tool support for opening files in editor
- Reliability: improved event stream reconnection when the panel is hidden/shown or VS Code regains focus.
## [1.6.0] - 2026-01-29
- Added message stall detection with automatic soft resync for more reliable message delivery.
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.6.0",
"version": "1.6.1",
"publisher": "fedaykindev",
"private": true,
"repository": {
@@ -224,7 +224,7 @@
},
"dependencies": {
"@openchamber/ui": "workspace:*",
"@opencode-ai/sdk": "^1.1.40",
"@opencode-ai/sdk": "^1.1.44",
"adm-zip": "^0.5.16",
"jsonc-parser": "^3.3.1",
"react": "^19.1.1",