Add changelog entries for X-Initiator header support (#200)

This commit is contained in:
Mario Zechner 2025-12-16 14:34:56 +01:00
parent c2dea0ce8b
commit 8319628bc3
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **X-Initiator header for GitHub Copilot**: Added X-Initiator header handling for GitHub Copilot provider to ensure correct call accounting (agent calls are not deducted from quota). Sets initiator based on last message role. ([#200](https://github.com/badlogic/pi-mono/pull/200) by [@kim0](https://github.com/kim0))
### Fixed
- **Reasoning disabled by default**: When `reasoning` option is not specified, thinking is now explicitly disabled for all providers. Previously, some providers like Gemini with "dynamic thinking" would use their default (thinking ON), causing unexpected token usage. This was the original intended behavior. ([#180](https://github.com/badlogic/pi-mono/pull/180) by [@markusylisiurunen](https://github.com/markusylisiurunen))