fix(ai): omit copilot responses reasoning default closes #2567

This commit is contained in:
Mario Zechner
2026-03-24 20:39:11 +01:00
parent 7f04694c4d
commit bab58f821d
3 changed files with 49 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed GitHub Copilot OpenAI Responses requests to omit the `reasoning` field entirely when no reasoning effort is requested, avoiding `400` errors from Copilot `gpt-5-mini` rejecting `reasoning: { effort: "none" }` during internal summary calls ([#2567](https://github.com/badlogic/pi-mono/issues/2567))
## [0.62.0] - 2026-03-23
### Added