fix(coding-agent): allow session id for no-session runs

closes #6070
This commit is contained in:
Armin Ronacher
2026-06-25 14:44:25 +02:00
parent 09f1059575
commit e454f50b48
5 changed files with 18 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@
### Fixed
- Fixed `--no-session --session-id` so ephemeral CLI runs can use deterministic session IDs for provider cache affinity ([#6070](https://github.com/earendil-works/pi/issues/6070)).
- Fixed disk BMP image files to be detected, converted to PNG, and attached through `read` and CLI `@file` inputs ([#6047](https://github.com/earendil-works/pi/issues/6047)).
- Fixed auto-retry for provider stream errors that explicitly tell callers to retry the request ([#6019](https://github.com/earendil-works/pi/issues/6019)).