diff --git a/.changeset/archive-sessions-move-files.md b/.changeset/archive-sessions-move-files.md deleted file mode 100644 index 6b9767d..0000000 --- a/.changeset/archive-sessions-move-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Move archived session files out of active Pi session directories so normal session lists no longer scan archived histories. diff --git a/.changeset/clear-keep-control-icon.md b/.changeset/clear-keep-control-icon.md deleted file mode 100644 index 9e4ace2..0000000 --- a/.changeset/clear-keep-control-icon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix the homepage Keep control card icon so it renders clearly across browsers. diff --git a/.changeset/conversation-position-meter.md b/.changeset/conversation-position-meter.md deleted file mode 100644 index 0c60e65..0000000 --- a/.changeset/conversation-position-meter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Replace the chat history banner with a count-based conversation position meter that shows approximate message position without extra requests. diff --git a/.changeset/edit-diff-contained-scroll.md b/.changeset/edit-diff-contained-scroll.md deleted file mode 100644 index 00368b4..0000000 --- a/.changeset/edit-diff-contained-scroll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Contain long edit diff lines inside the diff viewer so they scroll horizontally within the tool card instead of widening the chat transcript. diff --git a/.changeset/edit-tool-display-parity.md b/.changeset/edit-tool-display-parity.md deleted file mode 100644 index 5385fcd..0000000 --- a/.changeset/edit-tool-display-parity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Improve Pi Web tool cards for edit operations with live preview updates, paired call/result display, and rendered diffs that match the TUI more closely. diff --git a/.changeset/friendly-reconnect-message.md b/.changeset/friendly-reconnect-message.md deleted file mode 100644 index b4ac4fa..0000000 --- a/.changeset/friendly-reconnect-message.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add friendlier rotating in-progress response notices when opening a chat mid-reply. diff --git a/.changeset/horizontal-workspace-tabs.md b/.changeset/horizontal-workspace-tabs.md deleted file mode 100644 index 65c8bc7..0000000 --- a/.changeset/horizontal-workspace-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Make workspace navigation bars horizontally scrollable on desktop and mobile, with side shadows showing when more items are available. diff --git a/.changeset/live-event-groups.md b/.changeset/live-event-groups.md deleted file mode 100644 index 50ac639..0000000 --- a/.changeset/live-event-groups.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Expand the live trailing events group while a session is active, then collapse it again once readable conversation output appears. diff --git a/.changeset/mobile-navigation-accordion.md b/.changeset/mobile-navigation-accordion.md deleted file mode 100644 index 0bedf0c..0000000 --- a/.changeset/mobile-navigation-accordion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Make the mobile navigation panel sections collapsible so projects, workspaces, and sessions can each use more screen space. diff --git a/.changeset/pi-web-status-updates.md b/.changeset/pi-web-status-updates.md deleted file mode 100644 index ca72fff..0000000 --- a/.changeset/pi-web-status-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a beta-labeled Pi Web status panel with update instructions tailored to global npm, Pi package, or local installs. The panel appears for update/restart messages and stays visible for local or unknown installs, while keeping the bundled Info plugin as the minimal documented plugin example. diff --git a/.changeset/sticky-chat-headers.md b/.changeset/sticky-chat-headers.md deleted file mode 100644 index 7a42be6..0000000 --- a/.changeset/sticky-chat-headers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep chat bubble and event group headers sticky while scrolling so long messages remain easier to orient within the transcript. diff --git a/.changeset/themable-current-colors.md b/.changeset/themable-current-colors.md deleted file mode 100644 index 436e6ff..0000000 --- a/.changeset/themable-current-colors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add theme tokens, a theme picker, and built-in current/docs-inspired themes for the Pi Web UI. diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ff18d..c8c8234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # @jmfederico/pi-web +## 1.202605.9 + +### Patch Changes + +- 9c028a7: Move archived session files out of active Pi session directories so normal session lists no longer scan archived histories. +- 1d8dba9: Fix the homepage Keep control card icon so it renders clearly across browsers. +- c5dc655: Replace the chat history banner with a count-based conversation position meter that shows approximate message position without extra requests. +- 6f7713f: Contain long edit diff lines inside the diff viewer so they scroll horizontally within the tool card instead of widening the chat transcript. +- ee6f60f: Improve Pi Web tool cards for edit operations with live preview updates, paired call/result display, and rendered diffs that match the TUI more closely. +- 545499a: Add friendlier rotating in-progress response notices when opening a chat mid-reply. +- 71ce2fb: Make workspace navigation bars horizontally scrollable on desktop and mobile, with side shadows showing when more items are available. +- 547b6e6: Expand the live trailing events group while a session is active, then collapse it again once readable conversation output appears. +- e89441f: Make the mobile navigation panel sections collapsible so projects, workspaces, and sessions can each use more screen space. +- babb802: Add a beta-labeled Pi Web status panel with update instructions tailored to global npm, Pi package, or local installs. The panel appears for update/restart messages and stays visible for local or unknown installs, while keeping the bundled Info plugin as the minimal documented plugin example. +- 6f7713f: Keep chat bubble and event group headers sticky while scrolling so long messages remain easier to orient within the transcript. +- b51d56c: Add theme tokens, a theme picker, and built-in current/docs-inspired themes for the Pi Web UI. + ## 1.202605.8 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 69a3347..19b3f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.8", + "version": "1.202605.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.8", + "version": "1.202605.9", "license": "MIT", "dependencies": { "@codemirror/lang-css": "^6.3.1", diff --git a/package.json b/package.json index 74834d3..87b3bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.8", + "version": "1.202605.9", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",