mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix(models): update Codex CLI supported models to match current availability
This commit is contained in:
10
.changeset/update-codex-cli-models.md
Normal file
10
.changeset/update-codex-cli-models.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"task-master-ai": patch
|
||||
---
|
||||
|
||||
Update Codex CLI supported models to match current available models
|
||||
|
||||
- Remove deprecated models: gpt-5, gpt-5-codex, gpt-5.1
|
||||
- Add gpt-5.2-codex as the current default model
|
||||
- Add gpt-5.1-codex-mini for faster, cheaper option
|
||||
- Keep gpt-5.1-codex-max and gpt-5.2
|
||||
@@ -130,41 +130,21 @@
|
||||
],
|
||||
"codex-cli": [
|
||||
{
|
||||
"id": "gpt-5",
|
||||
"swe_score": 0.749,
|
||||
"id": "gpt-5.2-codex",
|
||||
"name": "GPT-5.2 Codex",
|
||||
"swe_score": 0.82,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
"output": 0
|
||||
},
|
||||
"allowed_roles": ["main", "fallback", "research"],
|
||||
"max_tokens": 128000,
|
||||
"supported": true
|
||||
},
|
||||
{
|
||||
"id": "gpt-5-codex",
|
||||
"swe_score": 0.749,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
"output": 0
|
||||
},
|
||||
"allowed_roles": ["main", "fallback", "research"],
|
||||
"max_tokens": 128000,
|
||||
"supported": true
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1",
|
||||
"swe_score": 0.76,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
"output": 0
|
||||
},
|
||||
"allowed_roles": ["main", "fallback", "research"],
|
||||
"max_tokens": 128000,
|
||||
"reasoning_efforts": ["none", "low", "medium", "high"],
|
||||
"reasoning_efforts": ["none", "low", "medium", "high", "xhigh"],
|
||||
"supported": true
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max",
|
||||
"name": "GPT-5.1 Codex Max",
|
||||
"swe_score": 0.78,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
@@ -175,8 +155,22 @@
|
||||
"reasoning_efforts": ["none", "low", "medium", "high", "xhigh"],
|
||||
"supported": true
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-mini",
|
||||
"name": "GPT-5.1 Codex Mini",
|
||||
"swe_score": 0.72,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
"output": 0
|
||||
},
|
||||
"allowed_roles": ["main", "fallback", "research"],
|
||||
"max_tokens": 128000,
|
||||
"reasoning_efforts": ["none", "low", "medium", "high"],
|
||||
"supported": true
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2",
|
||||
"name": "GPT-5.2",
|
||||
"swe_score": 0.8,
|
||||
"cost_per_1m_tokens": {
|
||||
"input": 0,
|
||||
|
||||
Reference in New Issue
Block a user