Archived
chore(release): v1.202605.5
This commit is contained in:
@@ -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.
|
|
||||||
@@ -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
|
||||||
|
|||||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user