mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-10 15:32:31 +02:00
9 lines
315 B
TOML
9 lines
315 B
TOML
model = "gpt-5.5"
|
|
model_reasoning_effort = "medium"
|
|
sandbox_mode = "read-only"
|
|
|
|
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.
|
|
"""
|