fix: gpt 5.6 context window (#6853)

This commit is contained in:
Aadish Verma
2026-07-20 03:22:22 -07:00
committed by GitHub
parent 84fb69c958
commit 35f12c8c72
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
- Fixed GitHub Copilot long-context pricing tiers in generated model metadata ([#6668](https://github.com/earendil-works/pi/issues/6668)).
- Fixed Kimi Coding subscription models to report API-equivalent implied costs when models.dev reports zero pricing.
- Fixed OpenAI Responses early stream endings to be classified as retryable provider errors ([#6727](https://github.com/earendil-works/pi/issues/6727)).
- Fixed GPT-5.6 Codex models to default to the 272K context window, avoiding automatic long-context pricing ([#6838](https://github.com/earendil-works/pi/issues/6838)).
## [0.80.10] - 2026-07-16