chore(release): v1.202605.7

This commit is contained in:
Federico Jaramillo Martinez
2026-05-17 11:17:21 +02:00
parent 42cad58019
commit 2d8a5d8482
10 changed files with 15 additions and 38 deletions
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Preserve newly started empty sessions and their prompt drafts across browser reloads until the user deletes them.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Improve `pi-web doctor` and `pi-web install` to use the detected bash, zsh, or fish login shell, verify the systemd user service context can find required commands before installation, and print shell-specific PATH setup advice without persisting transient PATH values.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Fix the docs mobile navigation so FAQ pages no longer overflow and compact the GitHub/theme controls on small screens.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Fix chat history reloads so previously displayed messages are not duplicated from the browser cache.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Add remote-first development positioning to the website and docs, including a philosophy page and laptop-versus-server FAQ guidance.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Add a static Pi Web website with installation docs, troubleshooting FAQ, and GitHub Pages deployment.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": minor
---
Add global web UI `/login` and `/logout` flows for configuring API key and subscription provider authentication.
+12
View File
@@ -1,5 +1,17 @@
# @jmfederico/pi-web
## 1.202605.7
### Patch Changes
- aab9ffb: Preserve newly started empty sessions and their prompt drafts across browser reloads until the user deletes them.
- c5bc855: Improve `pi-web doctor` and `pi-web install` to use the detected bash, zsh, or fish login shell, verify the systemd user service context can find required commands before installation, and print shell-specific PATH setup advice without persisting transient PATH values.
- 9b1b1bb: Fix the docs mobile navigation so FAQ pages no longer overflow and compact the GitHub/theme controls on small screens.
- 0aa0a13: Fix chat history reloads so previously displayed messages are not duplicated from the browser cache.
- 42cad58: Add remote-first development positioning to the website and docs, including a philosophy page and laptop-versus-server FAQ guidance.
- c66d834: Add a static Pi Web website with installation docs, troubleshooting FAQ, and GitHub Pages deployment.
- 6a8f8b6: Add global web UI `/login` and `/logout` flows for configuring API key and subscription provider authentication.
## 1.202605.6
### Patch Changes
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@jmfederico/pi-web",
"version": "1.202605.6",
"version": "1.202605.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jmfederico/pi-web",
"version": "1.202605.6",
"version": "1.202605.7",
"license": "MIT",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jmfederico/pi-web",
"version": "1.202605.6",
"version": "1.202605.7",
"description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.",
"license": "MIT",
"author": "Federico Jaramillo Martinez",