release v1.12.4

This commit is contained in:
Bohdan Triapitsyn
2026-06-11 01:42:41 +03:00
parent 2362d43036
commit 75014e0317
7 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.12.3",
"version": "1.12.4",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.12.3",
"version": "1.12.4",
"private": true,
"type": "module",
"main": "src/main.tsx",
+7 -1
View File
@@ -1,11 +1,17 @@
## [1.12.4] - 2026-06-10
## [1.12.4] - 2026-06-11
- Agent Manager: creating isolated runs now opens sessions immediately while worktree setup continues in the background.
- Agent Manager: hidden models now stay hidden in multi-model selection controls (thanks to @kjhq).
- Sessions: chat folder assignments now stay in place after reloads.
- Sessions: added an action to archive all sessions (thanks to @jjdubski).
- Sessions: session and folder rows now have right-click menus for their available actions.
- Workspaces: added multi-root workspace support, including workspace folder switching in the extension (thanks to @mmospanenko).
- Settings: added search across settings pages.
- Chat/UI: added a setting to collapse long user messages.
- Chat: table copy actions now include a Markdown format option (thanks to @kjhq).
- Chat: `@agent` mentions in rendered messages now use the primary accent color.
- Usage: added Cursor quota tracking.
- UI/Localization: added French extension translations (thanks to @pascalandr).
## [1.12.3] - 2026-06-05
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "%extension.description%",
"version": "1.12.3",
"version": "1.12.4",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.12.3",
"version": "1.12.4",
"private": false,
"type": "module",
"main": "./server/index.js",