mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat: add GPT-5.1, GPT-5.2, and xhigh reasoning support for OpenAI models (#1508)
This commit is contained in:
11
.changeset/xhigh-reasoning-support.md
Normal file
11
.changeset/xhigh-reasoning-support.md
Normal 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.
|
||||
Reference in New Issue
Block a user