fix: expose codex cli to local agent launchd

This commit is contained in:
AI Bot
2026-06-05 15:14:43 +08:00
parent e4e6f6597a
commit 684b98c5c1
2 changed files with 23 additions and 0 deletions

View File

@@ -185,4 +185,9 @@ test("repo ships browser and desktop runtime scripts", async () => {
assert.match(installLocalLaunchAgent, /codexComputerUseWorkdir/);
assert.match(startLocalAgent, /BOSS_NODE_BIN/);
assert.match(startLocalAgent, /\.boss-runtime\/node-\*\/bin\/node/);
assert.match(
startLocalAgent,
/\/Applications\/Codex\.app\/Contents\/Resources/,
"local-agent launchd startup must include Codex.app CLI in PATH so Master Codex Node can spawn codex",
);
});