Archived
chore(release): v1.202605.14
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Correct the chat history range label when normalized display messages are fewer than the raw session transcript entries.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Keep left navigation section titles visible while project, workspace, and session lists scroll.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Add a collapse control for the left navigation panel in wide and two-panel layouts.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Refresh session list message counts from live session status updates.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Keep PWA navigation bars visible after returning to the app from the background.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Queue prompts submitted during session compaction in pi-web and deliver them only after compaction finishes.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Make `pi-web status` print a concise service health report without invoking paged system service output.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Add an optional terminal soft-key bar for common control, navigation, and Meta-style key sequences, with mobile-friendly defaults and a persistent toggle.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Keep the chat status indicator bubble above sticky message titles.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jmfederico/pi-web": patch
|
||||
---
|
||||
|
||||
Add a desktop edge control for collapsing and expanding the workspace tools panel.
|
||||
@@ -1,5 +1,20 @@
|
||||
# @jmfederico/pi-web
|
||||
|
||||
## 1.202605.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3bd4773: Correct the chat history range label when normalized display messages are fewer than the raw session transcript entries.
|
||||
- 1c1740a: Keep left navigation section titles visible while project, workspace, and session lists scroll.
|
||||
- 5737b22: Add a collapse control for the left navigation panel in wide and two-panel layouts.
|
||||
- 50f1ddc: Refresh session list message counts from live session status updates.
|
||||
- c73ac5b: Keep PWA navigation bars visible after returning to the app from the background.
|
||||
- 2abd1d9: Queue prompts submitted during session compaction in pi-web and deliver them only after compaction finishes.
|
||||
- 958596a: Make `pi-web status` print a concise service health report without invoking paged system service output.
|
||||
- f569467: Add an optional terminal soft-key bar for common control, navigation, and Meta-style key sequences, with mobile-friendly defaults and a persistent toggle.
|
||||
- 61a763a: Keep the chat status indicator bubble above sticky message titles.
|
||||
- 559c6f6: Add a desktop edge control for collapsing and expanding the workspace tools panel.
|
||||
|
||||
## 1.202605.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Generated
+3
-3
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jmfederico/pi-web",
|
||||
"version": "1.202605.13",
|
||||
"version": "1.202605.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jmfederico/pi-web",
|
||||
"version": "1.202605.13",
|
||||
"version": "1.202605.14",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
".",
|
||||
@@ -8688,7 +8688,7 @@
|
||||
"vitest": "^4.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@jmfederico/pi-web": ">=1.202605.13"
|
||||
"@jmfederico/pi-web": ">=1.202605.14"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@jmfederico/pi-web": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jmfederico/pi-web",
|
||||
"version": "1.202605.13",
|
||||
"version": "1.202605.14",
|
||||
"description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.",
|
||||
"license": "MIT",
|
||||
"author": "Federico Jaramillo Martinez",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"workspace"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@jmfederico/pi-web": ">=1.202605.13"
|
||||
"@jmfederico/pi-web": ">=1.202605.14"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@jmfederico/pi-web": {
|
||||
|
||||
Reference in New Issue
Block a user