Merge branch 'codex/simp-snapshot-fixture-inventory' into codex/simp-shared-acp-test-launcher

# Conflicts:
#	examples/acp-agent/tests/acp.e2e.ts
#	examples/acp-agent/tests/escalation.e2e.ts
#	examples/acp-agent/tests/hooks.e2e.ts
#	packages/support/acp-snapshot/src/harness.ts
This commit is contained in:
Tianyi Cui
2026-07-14 11:53:45 +08:00
164 changed files with 3280 additions and 1691 deletions

View File

@@ -79,7 +79,7 @@ export function launchAcpTestAgent(options: AcpTestLaunchOptions): LaunchedAcpTe
const { agent, cwd } = options
const child = spawn(
process.execPath,
['--import', tsxLoader, agent.binScript, options.configPath ?? agent.configPath],
['--import', tsxLoader, agent.binScript, '--config', options.configPath ?? agent.configPath],
{
cwd,
env: {