Archived
chore(release): v1.202605.11
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Make the Pi Web light/dark themes the default automatic theme pair and keep Classic as the fallback for missing theme selections.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Clear stale workspace activity indicators when sessions become idle or all remaining sessions are archived.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Deep-link terminal selection so action-created terminals open directly and reload back to the same terminal.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
"@jmfederico/pi-web-actions": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Load and watch first-party workspace plugin packages from the single Pi Web development command without requiring local symlinks.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
"@jmfederico/pi-web-actions": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Document and harden separate Pi Web plugin package development, including the Actions plugin refresh flow and public terminal navigation helper.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Allow Pi package installs to create systemd services from bundled Pi Web entrypoints when `pi-web-server` and `pi-web-sessiond` are not on the service shell PATH.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web-actions": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Treat missing workspace actions configuration as an empty optional state instead of an error, with clearer guidance for invalid configs.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Prevent resize observers from attaching to missing UI elements during panel rerenders.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Keep loading other external plugins when one plugin fails during registration.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add persistent project, workspace, and session context in the web UI so mobile users keep their location visible while navigating between panels and chat.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add in-place overflow lenses for workspace rows so truncated workspace labels and plugin links can be read or clicked, and cap long project and session names to two lines.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Avoid automatically reselecting archived-only sessions unless an archived session was explicitly selected, and let closing the archived section clear archived session selection.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Replace the workspace hover lens with a workspace actions/details menu so metadata remains accessible without blocking list scrolling or shifting rows.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Preserve chat scroll positions more reliably across session and workspace changes, and keep live event groups collapsed when users close them during streaming.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Keep action-palette plugin actions responsive when they change workspace tools or routes.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Rework chat scroll restoration around explicit bottom and anchor positions so session navigation and streaming updates keep the user's reading position stable.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add a Go to Terminal action with a keyboard shortcut and clarify that plugin shortcuts are default keybindings attached to actions.
|
|
||||||
@@ -1,5 +1,26 @@
|
|||||||
# @jmfederico/pi-web
|
# @jmfederico/pi-web
|
||||||
|
|
||||||
|
## 1.202605.11
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 1f06b25: Make the Pi Web light/dark themes the default automatic theme pair and keep Classic as the fallback for missing theme selections.
|
||||||
|
- 619840a: Clear stale workspace activity indicators when sessions become idle or all remaining sessions are archived.
|
||||||
|
- 9d4a017: Deep-link terminal selection so action-created terminals open directly and reload back to the same terminal.
|
||||||
|
- 698a899: Load and watch first-party workspace plugin packages from the single Pi Web development command without requiring local symlinks.
|
||||||
|
- fb7903f: Document and harden separate Pi Web plugin package development, including the Actions plugin refresh flow and public terminal navigation helper.
|
||||||
|
- 32182a5: Allow Pi package installs to create systemd services from bundled Pi Web entrypoints when `pi-web-server` and `pi-web-sessiond` are not on the service shell PATH.
|
||||||
|
- 8fbdd6e: Prevent resize observers from attaching to missing UI elements during panel rerenders.
|
||||||
|
- 1f06b25: Keep loading other external plugins when one plugin fails during registration.
|
||||||
|
- 2631a63: Add persistent project, workspace, and session context in the web UI so mobile users keep their location visible while navigating between panels and chat.
|
||||||
|
- 3da2fcf: Add in-place overflow lenses for workspace rows so truncated workspace labels and plugin links can be read or clicked, and cap long project and session names to two lines.
|
||||||
|
- 894c4d0: Avoid automatically reselecting archived-only sessions unless an archived session was explicitly selected, and let closing the archived section clear archived session selection.
|
||||||
|
- cf1b0ed: Replace the workspace hover lens with a workspace actions/details menu so metadata remains accessible without blocking list scrolling or shifting rows.
|
||||||
|
- ea5d863: Preserve chat scroll positions more reliably across session and workspace changes, and keep live event groups collapsed when users close them during streaming.
|
||||||
|
- 0a086c9: Keep action-palette plugin actions responsive when they change workspace tools or routes.
|
||||||
|
- 3cce6d2: Rework chat scroll restoration around explicit bottom and anchor positions so session navigation and streaming updates keep the user's reading position stable.
|
||||||
|
- e5bc87b: Add a Go to Terminal action with a keyboard shortcut and clarify that plugin shortcuts are default keybindings attached to actions.
|
||||||
|
|
||||||
## 1.202605.10
|
## 1.202605.10
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
Generated
+4
-4
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.10",
|
"version": "1.202605.11",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.10",
|
"version": "1.202605.11",
|
||||||
"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.0",
|
"version": "0.1.1",
|
||||||
"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.10 <2"
|
"@jmfederico/pi-web": ">=1.202605.11 <2"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@jmfederico/pi-web": {
|
"@jmfederico/pi-web": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.10",
|
"version": "1.202605.11",
|
||||||
"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",
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# @jmfederico/pi-web-actions
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 698a899: Load and watch first-party workspace plugin packages from the single Pi Web development command without requiring local symlinks.
|
||||||
|
- fb7903f: Document and harden separate Pi Web plugin package development, including the Actions plugin refresh flow and public terminal navigation helper.
|
||||||
|
- 73fe658: Treat missing workspace actions configuration as an empty optional state instead of an error, with clearer guidance for invalid configs.
|
||||||
|
- Updated dependencies [1f06b25]
|
||||||
|
- Updated dependencies [619840a]
|
||||||
|
- Updated dependencies [9d4a017]
|
||||||
|
- Updated dependencies [698a899]
|
||||||
|
- Updated dependencies [fb7903f]
|
||||||
|
- Updated dependencies [32182a5]
|
||||||
|
- Updated dependencies [8fbdd6e]
|
||||||
|
- Updated dependencies [1f06b25]
|
||||||
|
- Updated dependencies [2631a63]
|
||||||
|
- Updated dependencies [3da2fcf]
|
||||||
|
- Updated dependencies [894c4d0]
|
||||||
|
- Updated dependencies [cf1b0ed]
|
||||||
|
- Updated dependencies [ea5d863]
|
||||||
|
- Updated dependencies [0a086c9]
|
||||||
|
- Updated dependencies [3cce6d2]
|
||||||
|
- Updated dependencies [e5bc87b]
|
||||||
|
- @jmfederico/pi-web@1.202605.11
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jmfederico/pi-web-actions",
|
"name": "@jmfederico/pi-web-actions",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"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.10 <2"
|
"@jmfederico/pi-web": ">=1.202605.11 <2"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@jmfederico/pi-web": {
|
"@jmfederico/pi-web": {
|
||||||
|
|||||||
Reference in New Issue
Block a user