fix(ai): ignore generic GitHub tokens for Copilot auth

closes #4485
This commit is contained in:
Mario Zechner
2026-05-15 01:26:31 +02:00
parent 7ddc7dd1ec
commit a8af0b5e99
4 changed files with 49 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed GitHub Copilot model availability to ignore generic `GH_TOKEN` and `GITHUB_TOKEN` environment variables, requiring OAuth login or `COPILOT_GITHUB_TOKEN` instead ([#4485](https://github.com/earendil-works/pi/issues/4485)).
- Fixed Bedrock proxy handling to preserve `NO_PROXY` exclusions while using HTTP(S)-only proxy agents.
- Fixed GitHub Copilot Claude test coverage to use the current Claude Sonnet 4.6 model ID.
- Fixed OpenAI Responses requests for models that support disabling reasoning to send `reasoning.effort: "none"` when thinking is off.