release v1.4.6

This commit is contained in:
Bohdan Triapitsyn
2026-01-09 22:52:11 +02:00
parent 87d0f0b6d1
commit 591cbb723a
8 changed files with 13 additions and 8 deletions
+6 -1
View File
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- VSCode: switch opencode api management to SDK
## [1.4.6] - 2026-01-09
- VSCode/Web: switch opencode cli management to SDK.
- Input: removed auto-complete and auto-correction.
- Shortcuts: switched agent cycling shortcut from Shift + TAB to TAB again.
- Chat: added question tool support with a rich UI for interaction.
## [1.4.5] - 2026-01-08
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openchamber-monorepo",
"version": "1.4.5",
"version": "1.4.6",
"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.4.5",
"version": "1.4.6",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.4.5"
version = "1.4.6"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.4.5",
"version": "1.4.6",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "bun run dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.4.5",
"version": "1.4.6",
"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.4.5",
"version": "1.4.6",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.4.5",
"version": "1.4.6",
"private": false,
"type": "module",
"main": "./server/index.js",