chore(release): v1.202605.5

This commit is contained in:
Federico Jaramillo Martinez
2026-05-13 23:24:03 +02:00
parent d064c4e6d9
commit f6b8600ca8
5 changed files with 10 additions and 13 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Fix browser terminal sizing so progress/status lines update in place instead of wrapping when the PTY size has not caught up with the visible terminal.
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Improve package gallery discoverability for remote web UI and browser control plane searches.
+7
View File
@@ -1,5 +1,12 @@
# @jmfederico/pi-web # @jmfederico/pi-web
## 1.202605.5
### Patch Changes
- a807569: Fix browser terminal sizing so progress/status lines update in place instead of wrapping when the PTY size has not caught up with the visible terminal.
- d064c4e: Improve package gallery discoverability for remote web UI and browser control plane searches.
## 1.202605.4 ## 1.202605.4
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.4", "version": "1.202605.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.4", "version": "1.202605.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.4", "version": "1.202605.5",
"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",