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