diff --git a/.changeset/fix-doctor-missing-command.md b/.changeset/fix-doctor-missing-command.md deleted file mode 100644 index e005e23..0000000 --- a/.changeset/fix-doctor-missing-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Improve `pi-web doctor` to report missing commands safely, skip Linux systemd checks on non-Linux platforms, and avoid misleading restart advice after the macOS node-pty permission workaround. diff --git a/.changeset/gentle-panthers-doctor.md b/.changeset/gentle-panthers-doctor.md deleted file mode 100644 index 48b6f6e..0000000 --- a/.changeset/gentle-panthers-doctor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a `pi-web doctor` diagnostic for the upstream macOS node-pty `spawn-helper` permission issue, including the workaround and tracking links. diff --git a/.changeset/native-user-services.md b/.changeset/native-user-services.md deleted file mode 100644 index aa72ba5..0000000 --- a/.changeset/native-user-services.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add macOS LaunchAgent service installs and a shared development install mode with `pi-web install --dev`. diff --git a/.changeset/persistent-agent-manifesto.md b/.changeset/persistent-agent-manifesto.md deleted file mode 100644 index 5ab2107..0000000 --- a/.changeset/persistent-agent-manifesto.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add homepage and remote-first website copy that explains PI WEB's persistent-by-default agent workflow. diff --git a/.changeset/quiet-workspace-activity.md b/.changeset/quiet-workspace-activity.md deleted file mode 100644 index ecf562c..0000000 --- a/.changeset/quiet-workspace-activity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix workspace and project activity indicators so stale session activity clears instead of reappearing after idle sessions. diff --git a/.changeset/restore-ios-chat-spellcheck.md b/.changeset/restore-ios-chat-spellcheck.md deleted file mode 100644 index f1650f4..0000000 --- a/.changeset/restore-ios-chat-spellcheck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Restore spellcheck and autocorrect for prose in the web chat prompt while keeping command-like input protected from autocorrection. diff --git a/.changeset/terminal-command-runs.md b/.changeset/terminal-command-runs.md deleted file mode 100644 index a28e525..0000000 --- a/.changeset/terminal-command-runs.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@jmfederico/pi-web": patch -"@jmfederico/pi-web-actions": patch ---- - -Run workspace deletion and configurable workspace actions in visible PI WEB terminals with reload-safe command-run tracking, mobile-friendly cancellation, and shell continuation after command completion. diff --git a/CHANGELOG.md b/CHANGELOG.md index b909542..eee7e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @jmfederico/pi-web +## 1.202605.13 + +### Patch Changes + +- 57a6a4a: Improve `pi-web doctor` to report missing commands safely, skip Linux systemd checks on non-Linux platforms, and avoid misleading restart advice after the macOS node-pty permission workaround. +- 34e657d: Add a `pi-web doctor` diagnostic for the upstream macOS node-pty `spawn-helper` permission issue, including the workaround and tracking links. +- 8247281: Add macOS LaunchAgent service installs and a shared development install mode with `pi-web install --dev`. +- 4bfd4ac: Add homepage and remote-first website copy that explains PI WEB's persistent-by-default agent workflow. +- 679008d: Fix workspace and project activity indicators so stale session activity clears instead of reappearing after idle sessions. +- 56fa641: Restore spellcheck and autocorrect for prose in the web chat prompt while keeping command-like input protected from autocorrection. +- 711c4f3: Run workspace deletion and configurable workspace actions in visible PI WEB terminals with reload-safe command-run tracking, mobile-friendly cancellation, and shell continuation after command completion. + ## 1.202605.12 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 3bb5db5..ad21e70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.12", + "version": "1.202605.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.12", + "version": "1.202605.13", "license": "MIT", "workspaces": [ ".", @@ -8682,14 +8682,14 @@ }, "plugins/actions": { "name": "@jmfederico/pi-web-actions", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "devDependencies": { "typescript": "^5.9.3", "vitest": "^4.1.5" }, "peerDependencies": { - "@jmfederico/pi-web": ">=1.202605.11 <2" + "@jmfederico/pi-web": ">=1.202605.13" }, "peerDependenciesMeta": { "@jmfederico/pi-web": { diff --git a/package.json b/package.json index e22286e..fb448cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.12", + "version": "1.202605.13", "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/CHANGELOG.md b/plugins/actions/CHANGELOG.md index 6979a89..e9a915d 100644 --- a/plugins/actions/CHANGELOG.md +++ b/plugins/actions/CHANGELOG.md @@ -1,5 +1,19 @@ # @jmfederico/pi-web-actions +## 0.1.2 + +### Patch Changes + +- 711c4f3: Run workspace deletion and configurable workspace actions in visible PI WEB terminals with reload-safe command-run tracking, mobile-friendly cancellation, and shell continuation after command completion. +- Updated dependencies [57a6a4a] +- Updated dependencies [34e657d] +- Updated dependencies [8247281] +- Updated dependencies [4bfd4ac] +- Updated dependencies [679008d] +- Updated dependencies [56fa641] +- Updated dependencies [711c4f3] + - @jmfederico/pi-web@1.202605.13 + ## 0.1.1 ### Patch Changes diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 9645f0e..2692229 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web-actions", - "version": "0.1.1", + "version": "0.1.2", "description": "Configurable workspace actions plugin for PI WEB.", "license": "MIT", "type": "module", @@ -23,7 +23,7 @@ "workspace" ], "peerDependencies": { - "@jmfederico/pi-web": ">=1.202605.11 <2" + "@jmfederico/pi-web": ">=1.202605.13" }, "peerDependenciesMeta": { "@jmfederico/pi-web": {