fix(coding-agent): skip unauthenticated default model

closes #6231
This commit is contained in:
Vegard Stikbakke
2026-07-02 10:48:11 +02:00
parent 6757561546
commit ca09b2b1a8
3 changed files with 42 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@
### Fixed
- Fixed startup model selection to skip unauthenticated saved defaults so configured local custom models can be selected instead ([#6231](https://github.com/earendil-works/pi/issues/6231)).
- Fixed Escape aborts to clear runs stuck in extension context hooks that ignore abort signals ([#6234](https://github.com/earendil-works/pi/issues/6234)).
- Fixed the question extension example to run question tool calls sequentially so multiple questions in one assistant turn remain answerable ([#6189](https://github.com/earendil-works/pi/issues/6189)).
- Fixed `/login` to report auth storage persistence failures instead of claiming credentials were saved when `auth.json` is locked ([#6223](https://github.com/earendil-works/pi/issues/6223)).