chore(release): v1.202605.13

This commit is contained in:
Federico Jaramillo Martinez
2026-05-25 16:34:02 +02:00
parent 824728174b
commit 983457e5dd
12 changed files with 33 additions and 43 deletions
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Add macOS LaunchAgent service installs and a shared development install mode with `pi-web install --dev`.
-5
View File
@@ -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.
-5
View File
@@ -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.
@@ -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.
-6
View File
@@ -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.
+12
View File
@@ -1,5 +1,17 @@
# @jmfederico/pi-web # @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 ## 1.202605.12
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.12", "version": "1.202605.13",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.12", "version": "1.202605.13",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
".", ".",
@@ -8682,14 +8682,14 @@
}, },
"plugins/actions": { "plugins/actions": {
"name": "@jmfederico/pi-web-actions", "name": "@jmfederico/pi-web-actions",
"version": "0.1.1", "version": "0.1.2",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vitest": "^4.1.5" "vitest": "^4.1.5"
}, },
"peerDependencies": { "peerDependencies": {
"@jmfederico/pi-web": ">=1.202605.11 <2" "@jmfederico/pi-web": ">=1.202605.13"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@jmfederico/pi-web": { "@jmfederico/pi-web": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@jmfederico/pi-web", "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.", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.",
"license": "MIT", "license": "MIT",
"author": "Federico Jaramillo Martinez", "author": "Federico Jaramillo Martinez",
+14
View File
@@ -1,5 +1,19 @@
# @jmfederico/pi-web-actions # @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 ## 0.1.1
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@jmfederico/pi-web-actions", "name": "@jmfederico/pi-web-actions",
"version": "0.1.1", "version": "0.1.2",
"description": "Configurable workspace actions plugin for PI WEB.", "description": "Configurable workspace actions plugin for PI WEB.",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -23,7 +23,7 @@
"workspace" "workspace"
], ],
"peerDependencies": { "peerDependencies": {
"@jmfederico/pi-web": ">=1.202605.11 <2" "@jmfederico/pi-web": ">=1.202605.13"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@jmfederico/pi-web": { "@jmfederico/pi-web": {