From 3f2c4fd970e7d5cc559ea6e06a7b6cfaffbd2ebc Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 8 Jul 2026 14:35:43 +0900 Subject: [PATCH] Bump version to 4.5.0 --- .github/release-notes/4.5.0.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/4.5.0.md diff --git a/.github/release-notes/4.5.0.md b/.github/release-notes/4.5.0.md new file mode 100644 index 00000000..746f12da --- /dev/null +++ b/.github/release-notes/4.5.0.md @@ -0,0 +1,6 @@ +## Changes + +- Add an action to open subagent threads directly from agent summary messages. +- Show reasoning effort descriptions in composer suggestions. +- Update app-server compatibility for Codex CLI 0.143.0. +- Polish toolbar and slash command wording, and fix composer suggestion matching. diff --git a/manifest.json b/manifest.json index 598bde9d..f0da9a62 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.4.1", + "version": "4.5.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 1ca15da7..39fb4909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index ca819d9d..316057b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.4.1", + "version": "4.5.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 7a6b3a4b..8856d6d2 100644 --- a/versions.json +++ b/versions.json @@ -71,5 +71,6 @@ "4.3.0": "1.12.0", "4.3.1": "1.12.0", "4.4.0": "1.12.0", - "4.4.1": "1.12.0" + "4.4.1": "1.12.0", + "4.5.0": "1.12.0" }