fix(coding-agent): let manual updates bypass skip check

closes #6977
This commit is contained in:
Armin Ronacher
2026-07-22 20:28:39 +02:00
parent bb3d7d399c
commit ecb9410c5c
4 changed files with 44 additions and 3 deletions
+4
View File
@@ -6,6 +6,10 @@
- Exposed `PI_SESSION_ID`, `PI_SESSION_FILE`, `PI_PROVIDER`, `PI_MODEL`, and `PI_REASONING_LEVEL` to commands run by built-in and factory-created bash tools.
### Fixed
- Fixed explicit self-updates when `PI_SKIP_VERSION_CHECK` is set ([#6977](https://github.com/earendil-works/pi/issues/6977)).
## [0.81.1] - 2026-07-21
### New Features