fix(coding-agent): resolve authenticated slash model ids

closes #5643
This commit is contained in:
Armin Ronacher
2026-06-12 18:32:23 +02:00
parent 0caca6cf3f
commit 1b2c32c653
3 changed files with 63 additions and 0 deletions

View File

@@ -8,6 +8,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 `/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)).