release v1.15.0

This commit is contained in:
Bohdan Triapitsyn
2026-07-10 19:41:49 +03:00
parent 3c0fb49c46
commit e9102df5f7
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.14.1",
"version": "1.15.0",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.14.1",
"version": "1.15.0",
"private": true,
"type": "module",
"main": "src/main.tsx",
+1 -1
View File
@@ -1,4 +1,4 @@
## [Unreleased]
## [1.15.0] - 2026-07-10
- Chat/Tools: every tool call now expands to show its input, result, and errors, including MCP, plugin, and custom tools; Read and Skill stay compact links to their files. JSON results now offer navigable summary, tree, and raw views.
- Chat/Tools: expanded file-edit and patch results include per-file buttons to open the diff or jump to the first changed line in the editor.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "%extension.description%",
"version": "1.14.1",
"version": "1.15.0",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.14.1",
"version": "1.15.0",
"private": false,
"type": "module",
"main": "./server/index.js",