mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 12:11:27 +08:00
fix(codex): update bundled defaults to GPT 5.5 (#2132)
This commit is contained in:
+4
-4
@@ -6,10 +6,10 @@ This supplements the root `AGENTS.md` with Codex-specific guidance.
|
|||||||
|
|
||||||
| Task Type | Recommended Model |
|
| Task Type | Recommended Model |
|
||||||
|-----------|------------------|
|
|-----------|------------------|
|
||||||
| Routine coding, tests, formatting | GPT 5.4 |
|
| Routine coding, tests, formatting | GPT 5.5 |
|
||||||
| Complex features, architecture | GPT 5.4 |
|
| Complex features, architecture | GPT 5.5 |
|
||||||
| Debugging, refactoring | GPT 5.4 |
|
| Debugging, refactoring | GPT 5.5 |
|
||||||
| Security review | GPT 5.4 |
|
| Security review | GPT 5.5 |
|
||||||
|
|
||||||
## Skills Discovery
|
## Skills Discovery
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
model = "gpt-5.4"
|
model = "gpt-5.5"
|
||||||
model_reasoning_effort = "medium"
|
model_reasoning_effort = "medium"
|
||||||
sandbox_mode = "read-only"
|
sandbox_mode = "read-only"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
model = "gpt-5.4"
|
model = "gpt-5.5"
|
||||||
model_reasoning_effort = "medium"
|
model_reasoning_effort = "medium"
|
||||||
sandbox_mode = "read-only"
|
sandbox_mode = "read-only"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
model = "gpt-5.4"
|
model = "gpt-5.5"
|
||||||
model_reasoning_effort = "high"
|
model_reasoning_effort = "high"
|
||||||
sandbox_mode = "read-only"
|
sandbox_mode = "read-only"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user