release v1.4.0
This commit is contained in:
@@ -26,6 +26,7 @@ Currently available for macOS (Apple Silicon).
|
||||
- Smart tool visualization (inline diffs, file trees, results highlighting)
|
||||
- Rich permission cards with syntax-highlighted operation previews
|
||||
- Per-agent permission modes (ask/allow/full) per session
|
||||
- Multi-agent runs from a single prompt (isolated worktrees)
|
||||
- Branchable conversations: start a new session from any assistant response
|
||||
- Task tracker UI with live progress and tool summaries
|
||||
- Model selection UX: favorites, recents, and configurable tool output density
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.3.9"
|
||||
version = "1.4.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
@@ -66,7 +66,6 @@
|
||||
"command": "openchamber.focusChat",
|
||||
"title": "OpenChamber: Focus Chat"
|
||||
},
|
||||
|
||||
{
|
||||
"command": "openchamber.restartApi",
|
||||
"title": "OpenChamber: Restart API Connection"
|
||||
|
||||
@@ -41,6 +41,7 @@ openchamber update # Update to latest version
|
||||
- Smart tool visualization (inline diffs, file trees, results highlighting)
|
||||
- Rich permission cards with syntax-highlighted operation previews
|
||||
- Per-agent permission modes (ask/allow/full) per session
|
||||
- Multi-agent runs from a single prompt (isolated worktrees)
|
||||
- Branchable conversations: start a new session from any assistant response
|
||||
- Task tracker UI with live progress and tool summaries
|
||||
- Model selection UX: favorites, recents, and configurable tool output density
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user