diff --git a/.changeset/fix-service-path-for-pi-web-plugin-install.md b/.changeset/fix-service-path-for-pi-web-plugin-install.md deleted file mode 100644 index b0c9803..0000000 --- a/.changeset/fix-service-path-for-pi-web-plugin-install.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Install Pi Web services from the Pi extension using the normal login-shell command shims instead of hardcoded Node paths, so sessions use the same PATH for node and npm. diff --git a/.changeset/mobile-workspace-selection-stays-navigation.md b/.changeset/mobile-workspace-selection-stays-navigation.md deleted file mode 100644 index ba4dc1e..0000000 --- a/.changeset/mobile-workspace-selection-stays-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep mobile workspace selection in the Sessions view so users can confirm the remembered session before opening chat, and restore mobile URLs without an explicit view back to Sessions. diff --git a/.changeset/remove-git-install-docs.md b/.changeset/remove-git-install-docs.md deleted file mode 100644 index c6d17d8..0000000 --- a/.changeset/remove-git-install-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Remove unsupported direct GitHub install instructions from the README. diff --git a/CHANGELOG.md b/CHANGELOG.md index 72773dc..dfd330c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @jmfederico/pi-web +## 1.202605.6 + +### Patch Changes + +- 559436c: Install Pi Web services from the Pi extension using the normal login-shell command shims instead of hardcoded Node paths, so sessions use the same PATH for node and npm. +- c547478: Keep mobile workspace selection in the Sessions view so users can confirm the remembered session before opening chat, and restore mobile URLs without an explicit view back to Sessions. +- 42b9c53: Remove unsupported direct GitHub install instructions from the README. + ## 1.202605.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 92e9f82..6a82d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.5", + "version": "1.202605.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.5", + "version": "1.202605.6", "license": "MIT", "dependencies": { "@codemirror/lang-css": "^6.3.1", diff --git a/package.json b/package.json index be74847..ae4977f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.5", + "version": "1.202605.6", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",