Skip to content

Commit 206ab2b

Browse files
committed
Pass oracle agent configs explicitly
1 parent b728fc8 commit 206ab2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/codex-standalone-oracle.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,8 @@ codex_exec_args=(
543543
-s workspace-write
544544
-c 'approval_policy="never"'
545545
-c "projects.\"$workdir\".trust_level=\"trusted\""
546+
-c "agents.model_routing_terra_high.config_file=\"$workdir/.codex/agents/model-routing-terra-high.toml\""
547+
-c "agents.model_routing_sol_high.config_file=\"$workdir/.codex/agents/model-routing-sol-high.toml\""
546548
-c multi_agent_v2.hide_spawn_agent_metadata=false
547549
-o "$workdir/codex-last-message.txt"
548550
)

0 commit comments

Comments
 (0)