fix(coding-agent): preserve in-memory settings on reload

closes #3616
This commit is contained in:
Mario Zechner
2026-04-23 23:47:49 +02:00
parent 4cd4cfd98e
commit 86ba08a2e3
3 changed files with 90 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
### Fixed
- 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))
- Fixed `--thinking xhigh` for `openai-codex` `gpt-5.5` so it is no longer downgraded to `high`.
- Fixed git package installs with custom `npmCommand` values such as `pnpm` by avoiding npm-specific production flags in that compatibility path ([#3604](https://github.com/badlogic/pi-mono/issues/3604))