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]
### Changed
- Updated `@mariozechner/pi-ai` with X-Initiator header support for GitHub Copilot, ensuring agent calls are not deducted from quota. ([#200](https://github.com/badlogic/pi-mono/pull/200) by [@kim0](https://github.com/kim0))
### Fixed
- Improved RGB to 256-color mapping for terminals without truecolor support. Now correctly uses grayscale ramp for neutral colors and preserves semantic tints (green for success, red for error, blue for pending) instead of mapping everything to wrong cube colors.