release v1.9.1

This commit is contained in:
Bohdan Triapitsyn
2026-03-20 19:35:42 +02:00
parent 9eafe1024b
commit c66d480782
10 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2670,7 +2670,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.9.0"
version = "1.9.1"
dependencies = [
"anyhow",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.9.0"
version = "1.9.1"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.9.0",
"version": "1.9.1",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"type": "module",
"main": "src/main.tsx",
+8
View File
@@ -1,3 +1,11 @@
## [1.9.1] - 2026-03-20
- Sessions: sidebar lists now keep sessions visible in both Recent and Project sections for easier session discovery (thanks to @nguyenngothuong).
- Chat/GitHub: linked issues and pull requests now show as user-message attachments and open more reliably through extension-safe external link handling.
- Settings/MCP: adding MCP servers now correctly respects user scope so user entries are not written into project config files.
- Reliability: managed server startup now imports login-shell environment values and normalizes Windows paths to reduce session-loading mismatches and proxy-related connection issues.
- Usage: added MiniMax Weekly quota provider support for broader quota tracking coverage (thanks to @nzlov).
## [1.9.0] - 2026-03-20
- Navigation/UI: refreshed the extension shell with a redesigned sidebar, clearer hierarchy, and cleaner session grouping so active work is easier to navigate.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.9.0",
"version": "1.9.1",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.9.0",
"version": "1.9.1",
"private": false,
"type": "module",
"main": "./server/index.js",