fix(coding-agent): rechain fork paths without labels

closes #5669
This commit is contained in:
Armin Ronacher
2026-06-12 18:49:49 +02:00
parent 1b2c32c653
commit adf567c1c6
3 changed files with 24 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed `--model` resolution for authenticated custom model IDs whose slash prefix matches an unauthenticated built-in provider ([#5643](https://github.com/earendil-works/pi/issues/5643)).
- Fixed `/fork` to keep session parent chains connected when the forked path contains labels ([#5669](https://github.com/earendil-works/pi/issues/5669)).
- Fixed `/share` and `/export` HTML exports to use the active fallback theme when the configured custom theme no longer exists ([#5596](https://github.com/earendil-works/pi/issues/5596)).
- Fixed custom fallback model IDs with `:<thinking>` suffixes to preserve the requested thinking level when the provider template model does not advertise reasoning ([#5552](https://github.com/earendil-works/pi/issues/5552)).