Add changelog entries for headless OAuth and truecolor detection

This commit is contained in:
Mario Zechner 2026-01-05 20:16:59 +01:00
parent b4fb6770e4
commit 168d114750
2 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Added
- Headless OAuth support for all callback-server providers (Google Gemini CLI, Antigravity, OpenAI Codex): paste redirect URL when browser callback is unreachable ([#428](https://github.com/badlogic/pi-mono/pull/428) by [@ben-vargas](https://github.com/ben-vargas), [#468](https://github.com/badlogic/pi-mono/pull/468) by [@crcatala](https://github.com/crcatala))
- Cancellable GitHub Copilot device code polling via AbortSignal
## [0.36.0] - 2026-01-05
### Added