release v1.6.1
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user