diff --git a/.changeset/browser-cached-new-sessions.md b/.changeset/browser-cached-new-sessions.md deleted file mode 100644 index a70d895..0000000 --- a/.changeset/browser-cached-new-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Preserve newly started empty sessions and their prompt drafts across browser reloads until the user deletes them. diff --git a/.changeset/chilly-doctors-dance.md b/.changeset/chilly-doctors-dance.md deleted file mode 100644 index af9dc53..0000000 --- a/.changeset/chilly-doctors-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Improve `pi-web doctor` and `pi-web install` to use the detected bash, zsh, or fish login shell, verify the systemd user service context can find required commands before installation, and print shell-specific PATH setup advice without persisting transient PATH values. diff --git a/.changeset/fair-frogs-navigate.md b/.changeset/fair-frogs-navigate.md deleted file mode 100644 index 9effee2..0000000 --- a/.changeset/fair-frogs-navigate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix the docs mobile navigation so FAQ pages no longer overflow and compact the GitHub/theme controls on small screens. diff --git a/.changeset/fuzzy-rabbits-reload.md b/.changeset/fuzzy-rabbits-reload.md deleted file mode 100644 index 1f407e7..0000000 --- a/.changeset/fuzzy-rabbits-reload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix chat history reloads so previously displayed messages are not duplicated from the browser cache. diff --git a/.changeset/remote-agents-window.md b/.changeset/remote-agents-window.md deleted file mode 100644 index 8267cd1..0000000 --- a/.changeset/remote-agents-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add remote-first development positioning to the website and docs, including a philosophy page and laptop-versus-server FAQ guidance. diff --git a/.changeset/sleek-agents-arrive.md b/.changeset/sleek-agents-arrive.md deleted file mode 100644 index 3769ccd..0000000 --- a/.changeset/sleek-agents-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a static Pi Web website with installation docs, troubleshooting FAQ, and GitHub Pages deployment. diff --git a/.changeset/web-login-commands.md b/.changeset/web-login-commands.md deleted file mode 100644 index 10f56a2..0000000 --- a/.changeset/web-login-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": minor ---- - -Add global web UI `/login` and `/logout` flows for configuring API key and subscription provider authentication. diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd330c..3f5b41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @jmfederico/pi-web +## 1.202605.7 + +### Patch Changes + +- aab9ffb: Preserve newly started empty sessions and their prompt drafts across browser reloads until the user deletes them. +- c5bc855: Improve `pi-web doctor` and `pi-web install` to use the detected bash, zsh, or fish login shell, verify the systemd user service context can find required commands before installation, and print shell-specific PATH setup advice without persisting transient PATH values. +- 9b1b1bb: Fix the docs mobile navigation so FAQ pages no longer overflow and compact the GitHub/theme controls on small screens. +- 0aa0a13: Fix chat history reloads so previously displayed messages are not duplicated from the browser cache. +- 42cad58: Add remote-first development positioning to the website and docs, including a philosophy page and laptop-versus-server FAQ guidance. +- c66d834: Add a static Pi Web website with installation docs, troubleshooting FAQ, and GitHub Pages deployment. +- 6a8f8b6: Add global web UI `/login` and `/logout` flows for configuring API key and subscription provider authentication. + ## 1.202605.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 6a82d92..54f7985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.6", + "version": "1.202605.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.6", + "version": "1.202605.7", "license": "MIT", "dependencies": { "@codemirror/lang-css": "^6.3.1", diff --git a/package.json b/package.json index 26bfb65..8c0f827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.6", + "version": "1.202605.7", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",