fix(coding-agent): improve auth setup warnings

This commit is contained in:
Mario Zechner
2026-04-24 00:33:07 +02:00
parent 27c05b7faa
commit bffb760f4f
6 changed files with 43 additions and 24 deletions

View File

@@ -25,6 +25,7 @@
### Fixed
- Improved no-model and missing-auth warnings to point users to `/login` for OAuth or API key setup.
- Fixed `/quit` shutdown ordering to stop the TUI before extension UI teardown can repaint, preserving the final rendered frame while still emitting `session_shutdown` before process exit.
- Fixed `SettingsManager.inMemory()` initial settings being lost after reloads triggered by SDK resource loading ([#3616](https://github.com/badlogic/pi-mono/issues/3616))
- Fixed `models.json` provider compatibility to accept `compat.supportsLongCacheRetention`, allowing proxies to opt out of long-retention cache fields when needed while long retention is enabled by default when requested ([#3543](https://github.com/badlogic/pi-mono/issues/3543))