release v1.2.2

This commit is contained in:
Bohdan Triapitsyn
2025-12-17 03:15:49 +02:00
parent 788868f259
commit 29f7d9fd48
8 changed files with 12 additions and 9 deletions
+5 -2
View File
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Task tool now renders progressively with live duration, completed sub-tools summary, and collapsible output
- Unified markdown rendering between assistant messages and tool outputs (syntax highlighting, code/table controls)
## [1.2.2] - 2025-12-17
- Agent Task tool now renders progressively with live duration and completed sub-tools summary
- Unified markdown rendering between assistant messages and tool outputs
- Reduced markdown header sizes for better visual balance
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openchamber-monorepo",
"version": "1.2.1",
"version": "1.2.2",
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.2.1",
"version": "1.2.2",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "pnpm dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"type": "module",
"main": "src/main.tsx",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"type": "module",
"main": "./server/index.js",