mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 3.4.3
This commit is contained in:
parent
a24a56fabf
commit
c5de0a7709
5 changed files with 13 additions and 5 deletions
7
.github/release-notes/3.4.3.md
vendored
Normal file
7
.github/release-notes/3.4.3.md
vendored
Normal file
|
|
@ -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.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue