release v1.6.2

This commit is contained in:
Bohdan Triapitsyn
2026-02-01 22:47:21 +02:00
parent d846f039e6
commit cd37b778c3
11 changed files with 35 additions and 17 deletions
+6
View File
@@ -1,3 +1,9 @@
## [1.6.2] - 2026-02-1
- Added multi-provider quota dashboard in settings to monitor API usage across OpenAI, Google, and z.ai with auto-refresh support (thanks to @nelsonPires5).
- Enhanced token-based theming system for better themes support.
## [1.6.1] - 2026-01-30
- Chat: added Stop button to cancel generation mid-response.
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.6.1",
"version": "1.6.2",
"publisher": "fedaykindev",
"private": true,
"repository": {
@@ -224,7 +224,7 @@
},
"dependencies": {
"@openchamber/ui": "workspace:*",
"@opencode-ai/sdk": "^1.1.44",
"@opencode-ai/sdk": "^1.1.48",
"adm-zip": "^0.5.16",
"jsonc-parser": "^3.3.1",
"react": "^19.1.1",