feat: add GPT-5.1, GPT-5.2, and xhigh reasoning support for OpenAI models (#1508)

This commit is contained in:
Ben Vargas
2025-12-12 13:00:12 -07:00
committed by GitHub
parent 757a26e160
commit 69ac46351e
7 changed files with 138 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
---
"task-master-ai": minor
---
Added support for new OpenAI models with reasoning effort configuration:
- `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
- `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
- `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
- `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning
Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.