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
## 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
### Patch Changes
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@jmfederico/pi-web",
"version": "1.202605.4",
"version": "1.202605.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jmfederico/pi-web",
"version": "1.202605.4",
"version": "1.202605.5",
"license": "MIT",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"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.",
"license": "MIT",
"author": "Federico Jaramillo Martinez",