mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-13 03:33:15 +08:00
fix(codex): update bundled defaults to GPT 5.5 (#2132)
This commit is contained in:
@@ -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 = """
|
||||
Stay in exploration mode.
|
||||
Trace the real execution path, cite files and symbols, and avoid proposing fixes unless the parent agent asks for them.
|
||||
Prefer targeted search and file reads over broad scans.
|
||||
"""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user