diff --git a/.changeset/fix-chat-history-range.md b/.changeset/fix-chat-history-range.md deleted file mode 100644 index afeac10..0000000 --- a/.changeset/fix-chat-history-range.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Correct the chat history range label when normalized display messages are fewer than the raw session transcript entries. diff --git a/.changeset/keep-navigation-headings-visible.md b/.changeset/keep-navigation-headings-visible.md deleted file mode 100644 index 3b59f9d..0000000 --- a/.changeset/keep-navigation-headings-visible.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep left navigation section titles visible while project, workspace, and session lists scroll. diff --git a/.changeset/left-panel-collapse.md b/.changeset/left-panel-collapse.md deleted file mode 100644 index 2fcec61..0000000 --- a/.changeset/left-panel-collapse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a collapse control for the left navigation panel in wide and two-panel layouts. diff --git a/.changeset/live-session-message-counts.md b/.changeset/live-session-message-counts.md deleted file mode 100644 index dc683f9..0000000 --- a/.changeset/live-session-message-counts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Refresh session list message counts from live session status updates. diff --git a/.changeset/pwa-viewport-resume.md b/.changeset/pwa-viewport-resume.md deleted file mode 100644 index 9d5397c..0000000 --- a/.changeset/pwa-viewport-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep PWA navigation bars visible after returning to the app from the background. diff --git a/.changeset/queue-prompts-during-compaction.md b/.changeset/queue-prompts-during-compaction.md deleted file mode 100644 index 45ebbef..0000000 --- a/.changeset/queue-prompts-during-compaction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Queue prompts submitted during session compaction in pi-web and deliver them only after compaction finishes. diff --git a/.changeset/quiet-status-command.md b/.changeset/quiet-status-command.md deleted file mode 100644 index 50ec7f6..0000000 --- a/.changeset/quiet-status-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Make `pi-web status` print a concise service health report without invoking paged system service output. diff --git a/.changeset/soft-terminal-keys.md b/.changeset/soft-terminal-keys.md deleted file mode 100644 index 37612d5..0000000 --- a/.changeset/soft-terminal-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add an optional terminal soft-key bar for common control, navigation, and Meta-style key sequences, with mobile-friendly defaults and a persistent toggle. diff --git a/.changeset/status-bubble-over-titles.md b/.changeset/status-bubble-over-titles.md deleted file mode 100644 index 79ebe5c..0000000 --- a/.changeset/status-bubble-over-titles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep the chat status indicator bubble above sticky message titles. diff --git a/.changeset/workspace-panel-collapse.md b/.changeset/workspace-panel-collapse.md deleted file mode 100644 index 42589b4..0000000 --- a/.changeset/workspace-panel-collapse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a desktop edge control for collapsing and expanding the workspace tools panel. diff --git a/CHANGELOG.md b/CHANGELOG.md index eee7e72..d459c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @jmfederico/pi-web +## 1.202605.14 + +### Patch Changes + +- 3bd4773: Correct the chat history range label when normalized display messages are fewer than the raw session transcript entries. +- 1c1740a: Keep left navigation section titles visible while project, workspace, and session lists scroll. +- 5737b22: Add a collapse control for the left navigation panel in wide and two-panel layouts. +- 50f1ddc: Refresh session list message counts from live session status updates. +- c73ac5b: Keep PWA navigation bars visible after returning to the app from the background. +- 2abd1d9: Queue prompts submitted during session compaction in pi-web and deliver them only after compaction finishes. +- 958596a: Make `pi-web status` print a concise service health report without invoking paged system service output. +- f569467: Add an optional terminal soft-key bar for common control, navigation, and Meta-style key sequences, with mobile-friendly defaults and a persistent toggle. +- 61a763a: Keep the chat status indicator bubble above sticky message titles. +- 559c6f6: Add a desktop edge control for collapsing and expanding the workspace tools panel. + ## 1.202605.13 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 26913df..dad789f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.13", + "version": "1.202605.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.13", + "version": "1.202605.14", "license": "MIT", "workspaces": [ ".", @@ -8688,7 +8688,7 @@ "vitest": "^4.1.5" }, "peerDependencies": { - "@jmfederico/pi-web": ">=1.202605.13" + "@jmfederico/pi-web": ">=1.202605.14" }, "peerDependenciesMeta": { "@jmfederico/pi-web": { diff --git a/package.json b/package.json index fb448cd..51c39fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.13", + "version": "1.202605.14", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez", diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 2692229..78d924b 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -23,7 +23,7 @@ "workspace" ], "peerDependencies": { - "@jmfederico/pi-web": ">=1.202605.13" + "@jmfederico/pi-web": ">=1.202605.14" }, "peerDependenciesMeta": { "@jmfederico/pi-web": {