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
## 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
+4 -4
View File
@@ -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": {
+1 -1
View File
@@ -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",
+14
View File
@@ -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
+2 -2
View File
@@ -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": {