From aaf2d6359effe43ed772b62e1ce570c6760cd561 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 24 Mar 2026 13:06:20 -0700 Subject: [PATCH] fix(test): satisfy cli backend config typing --- src/agents/cli-runner.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/agents/cli-runner.test.ts b/src/agents/cli-runner.test.ts index 7afef8c8588..9d57ea6896d 100644 --- a/src/agents/cli-runner.test.ts +++ b/src/agents/cli-runner.test.ts @@ -187,6 +187,7 @@ describe("runCliAgent with process supervisor", () => { defaults: { cliBackends: { "codex-cli": { + command: "codex", env: { NODE_OPTIONS: "--require ./malicious.js", LD_PRELOAD: "/tmp/pwn.so", @@ -243,6 +244,7 @@ describe("runCliAgent with process supervisor", () => { defaults: { cliBackends: { "codex-cli": { + command: "codex", env: { SAFE_KEEP: "keep-me", },