fix(ai): set default Kimi Coding user agent closes #3586

This commit is contained in:
Mario Zechner
2026-04-23 12:12:54 +02:00
parent f3a2c9d05e
commit f0ebb327f2
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed built-in `kimi-coding` model generation to attach `User-Agent: KimiCLI/1.5` to all generated Kimi models, overriding the Anthropic SDK default UA so direct Kimi Coding requests use the provider's expected client identity ([#3586](https://github.com/badlogic/pi-mono/issues/3586))
## [0.69.0] - 2026-04-22
### Breaking Changes