From 3134421652909c4272d565fb736f1c46520c4074 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Wed, 24 Jun 2026 09:17:26 +0200 Subject: [PATCH] chore(release): v1.202606.6 --- .changeset/sessiond-pi-ai-compat.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sessiond-pi-ai-compat.md diff --git a/.changeset/sessiond-pi-ai-compat.md b/.changeset/sessiond-pi-ai-compat.md deleted file mode 100644 index 43470e1..0000000 --- a/.changeset/sessiond-pi-ai-compat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix the session daemon startup when PI WEB runs with compatible Pi packages that moved legacy provider registry exports to the Pi AI compatibility entrypoint. diff --git a/CHANGELOG.md b/CHANGELOG.md index 568c1bd..7617ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @jmfederico/pi-web +## 1.202606.6 + +### Patch Changes + +- c479a0d: Fix the session daemon startup when PI WEB runs with compatible Pi packages that moved legacy provider registry exports to the Pi AI compatibility entrypoint. + ## 1.202606.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 27e71d3..ea3cc33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202606.5", + "version": "1.202606.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202606.5", + "version": "1.202606.6", "license": "MIT", "dependencies": { "@codemirror/commands": "^6.10.3", diff --git a/package.json b/package.json index 47e4140..ee6caef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202606.5", + "version": "1.202606.6", "description": "Web UI for persistent Pi Coding Agent sessions in real workspaces.", "license": "MIT", "author": "Federico Jaramillo Martinez",