release v1.6.5

This commit is contained in:
Bohdan Triapitsyn
2026-02-06 16:30:18 +02:00
parent 6d84829761
commit aa85e31420
10 changed files with 28 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.6.5] - 2026-02-6
- Settings: added an OpenCode CLI path override so you can use a custom/local CLI install.
- Chat: added arrow-key prompt history and an optional setting to persist input drafts between restarts (thanks to @gsxdsm).
- Chat: thinking/reasoning blocks now render more consistently, and justification visibility settings now apply reliably (thanks to @gsxdsm).
- Reliability: improved OpenCode binary resolution and HOME-path handling for steadier local startup.
## [1.6.4] - 2026-02-5
- Improved Windows PATH resolution and cold-start readiness checks to reduce "stuck loading" sessions.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.6.4",
"version": "1.6.5",
"publisher": "fedaykindev",
"private": true,
"repository": {