fix(ai,coding-agent): replace deprecated kimi k2p5 model closes #3242

This commit is contained in:
Mario Zechner
2026-04-16 12:06:24 +02:00
parent 1c016cb018
commit eb1cf80b10
7 changed files with 89 additions and 46 deletions

View File

@@ -5,6 +5,7 @@
### Changed
- Changed Anthropic prompt caching to add a `cache_control` breakpoint on the last tool definition, so tool schemas can be cached independently from transcript updates while preserving existing cache retention behavior ([#3260](https://github.com/badlogic/pi-mono/issues/3260))
- Changed Kimi Coding model generation to normalize deprecated `k2p5` to `kimi-for-coding` from models.dev data and removed the old static fallback model list ([#3242](https://github.com/badlogic/pi-mono/issues/3242))
## [0.67.3] - 2026-04-15