diff --git a/.github/release-notes/3.4.3.md b/.github/release-notes/3.4.3.md new file mode 100644 index 00000000..38b90dd3 --- /dev/null +++ b/.github/release-notes/3.4.3.md @@ -0,0 +1,7 @@ +## Changes + +- Adds support for Codex CLI 0.142.0 and its updated app-server protocol. +- Aligns thread lists and the thread picker with Codex's recency-based ordering, including refreshes after new turns start. +- Improves restored panel handling so reopened thread panels appear in Threads view and hydrate when focused or foregrounded. +- Improves slash-command thread suggestions for `/archive`, `/rename`, `/resume`, and `/refer`, and lets `/reconnect` and `/compact` run while disconnected. +- Returns focus to the composer after responding to pending approvals, user inputs, or MCP elicitations. diff --git a/manifest.json b/manifest.json index a646cb22..47e1ecce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.4.2", + "version": "3.4.3", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 0677ba0e..6613f87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.4.2", + "version": "3.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.4.2", + "version": "3.4.3", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index 092dff6a..a70fdbdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.4.2", + "version": "3.4.3", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index d1fd06fb..e37dd2ba 100644 --- a/versions.json +++ b/versions.json @@ -56,5 +56,6 @@ "3.3.0": "1.12.0", "3.4.0": "1.12.0", "3.4.1": "1.12.0", - "3.4.2": "1.12.0" + "3.4.2": "1.12.0", + "3.4.3": "1.12.0" }