fix(coding-agent): fix Windows self-update

Fixes #3857
This commit is contained in:
Armin Ronacher
2026-04-28 10:03:00 +02:00
parent 946bee1946
commit 9848b3145a
3 changed files with 45 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed Cloudflare Workers AI attribution headers to honor the install telemetry setting.
- Fixed `pi update --self` detection and execution for Windows package-manager shim installs, including symlinked global package roots, and print the manual fallback command when self-update fails. ([#3857](https://github.com/badlogic/pi-mono/issues/3857))
## [0.70.5] - 2026-04-27