fix(codex): update bundled defaults to GPT 5.5 (#2132)

This commit is contained in:
Andrew Barnes
2026-06-07 01:37:46 -04:00
committed by GitHub
parent 06c376ae8b
commit eef31ad39c
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
model = "gpt-5.4"
model = "gpt-5.5"
model_reasoning_effort = "medium"
sandbox_mode = "read-only"
@@ -6,4 +6,4 @@ developer_instructions = """
Verify APIs, framework behavior, and release-note claims against primary documentation before changes land.
Cite the exact docs or file paths that support each claim.
Do not invent undocumented behavior.
"""
"""