From 09225a4cea18b7a2a84c5bb51e91b4159ae63c1b Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Mon, 1 Jun 2026 21:18:49 +0200 Subject: [PATCH] chore(release): v1.202606.0 --- .changeset/contain-chat-overlay-z-index.md | 5 ----- .changeset/delete-new-session-action.md | 5 ----- .changeset/file-suggestions-without-rg.md | 5 ----- .changeset/fix-mobile-browser-height.md | 5 ----- .changeset/local-update-commands.md | 5 ----- .changeset/pi-web-version-doctor.md | 5 ----- .changeset/rename-updates-tab.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 10 files changed, 15 insertions(+), 38 deletions(-) delete mode 100644 .changeset/contain-chat-overlay-z-index.md delete mode 100644 .changeset/delete-new-session-action.md delete mode 100644 .changeset/file-suggestions-without-rg.md delete mode 100644 .changeset/fix-mobile-browser-height.md delete mode 100644 .changeset/local-update-commands.md delete mode 100644 .changeset/pi-web-version-doctor.md delete mode 100644 .changeset/rename-updates-tab.md diff --git a/.changeset/contain-chat-overlay-z-index.md b/.changeset/contain-chat-overlay-z-index.md deleted file mode 100644 index bc2d34b..0000000 --- a/.changeset/contain-chat-overlay-z-index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep slash command autocomplete visible above the chat status indicator. diff --git a/.changeset/delete-new-session-action.md b/.changeset/delete-new-session-action.md deleted file mode 100644 index 9481d7e..0000000 --- a/.changeset/delete-new-session-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add an action-palette command for deleting browser-cached new sessions, while keeping archive and delete session actions context-specific. diff --git a/.changeset/file-suggestions-without-rg.md b/.changeset/file-suggestions-without-rg.md deleted file mode 100644 index d166d1a..0000000 --- a/.changeset/file-suggestions-without-rg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Keep chat file mention suggestions working on installations that do not have ripgrep available, add an all-file `@` mention mode, stop hiding directories in the file explorer, and report optional ripgrep availability in `pi-web doctor`. diff --git a/.changeset/fix-mobile-browser-height.md b/.changeset/fix-mobile-browser-height.md deleted file mode 100644 index 455ad9a..0000000 --- a/.changeset/fix-mobile-browser-height.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix mobile browser layout so the app no longer leaves an extra bottom gap above browser controls while preserving standalone PWA safe-area spacing. diff --git a/.changeset/local-update-commands.md b/.changeset/local-update-commands.md deleted file mode 100644 index 9d0c459..0000000 --- a/.changeset/local-update-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Avoid suggesting unavailable `pi-web` restart commands for local checkout installs, and show native service commands only when PI WEB can detect matching service files. diff --git a/.changeset/pi-web-version-doctor.md b/.changeset/pi-web-version-doctor.md deleted file mode 100644 index c08e542..0000000 --- a/.changeset/pi-web-version-doctor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add `pi-web version` and include installed and running PI WEB version details in doctor output. diff --git a/.changeset/rename-updates-tab.md b/.changeset/rename-updates-tab.md deleted file mode 100644 index d63371e..0000000 --- a/.changeset/rename-updates-tab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Rename the PI WEB status workspace tab to Updates so version and restart guidance is easier to find. diff --git a/CHANGELOG.md b/CHANGELOG.md index d459c89..8de60eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @jmfederico/pi-web +## 1.202606.0 + +### Patch Changes + +- 6c094af: Keep slash command autocomplete visible above the chat status indicator. +- bad3a18: Add an action-palette command for deleting browser-cached new sessions, while keeping archive and delete session actions context-specific. +- fdd2cf2: Keep chat file mention suggestions working on installations that do not have ripgrep available, add an all-file `@` mention mode, stop hiding directories in the file explorer, and report optional ripgrep availability in `pi-web doctor`. +- a038da6: Fix mobile browser layout so the app no longer leaves an extra bottom gap above browser controls while preserving standalone PWA safe-area spacing. +- 9c80eb0: Avoid suggesting unavailable `pi-web` restart commands for local checkout installs, and show native service commands only when PI WEB can detect matching service files. +- 5090661: Add `pi-web version` and include installed and running PI WEB version details in doctor output. +- 9c80eb0: Rename the PI WEB status workspace tab to Updates so version and restart guidance is easier to find. + ## 1.202605.14 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index dad789f..d24c484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.14", + "version": "1.202606.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.14", + "version": "1.202606.0", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index 51c39fb..e81618c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.14", + "version": "1.202606.0", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",