fix(coding-agent): document modelOverrides and harden override merging fixes #1062

This commit is contained in:
Mario Zechner 2026-02-06 18:53:54 +01:00
parent 2cd55b2d35
commit 2f1ab3641f
4 changed files with 114 additions and 7 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `modelOverrides` in `models.json` to customize individual built-in models per provider without full provider replacement ([#1332](https://github.com/badlogic/pi-mono/pull/1332) by [@charles-cooper](https://github.com/charles-cooper))
### Fixed
- Fixed extra spacing between thinking-only assistant content and subsequent tool execution blocks when assistant messages contain no text