release v1.13.9
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/electron",
|
||||
"version": "1.13.8",
|
||||
"version": "1.13.9",
|
||||
"private": true,
|
||||
"description": "Electron desktop runtime for OpenChamber",
|
||||
"author": "OpenChamber",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.13.8",
|
||||
"version": "1.13.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## [1.13.9] - 2026-07-02
|
||||
|
||||
- Agents: clearing optional agent fields now removes them from agent config instead of saving `null` values.
|
||||
- Startup: the extension no longer picks OpenCode desktop app installs when looking for the standalone OpenCode CLI.
|
||||
- Chat: fixed edge cases where late-loading tool content, subagent content, or streaming Thinking blocks could pull the conversation away from the latest message or fight manual scrolling.
|
||||
- Chat: embedded JSON examples in messages no longer render as generated-result cards.
|
||||
- Sync: chat state now recovers after idle reconnects instead of leaving sessions stuck in a stale busy state.
|
||||
|
||||
## [1.13.8] - 2026-06-29
|
||||
|
||||
- Chat: a new Follow-up behavior setting controls what happens when you press Enter on a message while the agent is still responding — Steer inserts it into the agent's current turn, or Queue holds it until the turn finishes. Replaces the previous queue-mode toggle (thanks to @bashrusakh).
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "%extension.description%",
|
||||
"version": "1.13.8",
|
||||
"version": "1.13.9",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.13.8",
|
||||
"version": "1.13.9",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user