Merge remote-tracking branch 'origin/master' into codex/simp-prune-llm-contract

This commit is contained in:
Tianyi Cui
2026-07-14 11:58:21 +08:00
161 changed files with 3278 additions and 1661 deletions

View File

@@ -222,7 +222,7 @@ export async function runScenario(input: InputScript, opts: RunOptions): Promise
child = spawn(
process.execPath,
['--import', tsxLoader, opts.agent.binScript, opts.configPath ?? opts.agent.configPath],
['--import', tsxLoader, opts.agent.binScript, '--config', opts.configPath ?? opts.agent.configPath],
{ cwd, env, stdio: ['pipe', 'pipe', 'pipe'] },
)