fix: expose codex cli to local agent launchd
This commit is contained in:
@@ -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",
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user