diff --git a/crates/executors/default_profiles.json b/crates/executors/default_profiles.json index 720e45c1..0e42c1da 100644 --- a/crates/executors/default_profiles.json +++ b/crates/executors/default_profiles.json @@ -46,6 +46,19 @@ "model_reasoning_effort": "high", "model": "gpt-5-codex" } + }, + "GPT_5": { + "CODEX": { + "sandbox": "auto", + "model": "gpt-5" + } + }, + "GPT_5_HIGH": { + "CODEX": { + "sandbox": "auto", + "model_reasoning_effort": "high", + "model": "gpt-5" + } } }, "OPENCODE": {