feat: add compact Codex child agent tracking
This commit is contained in:
@@ -42,7 +42,7 @@ function createCodexAppWorkerClient(options = {}) {
|
||||
appServerRunning = false;
|
||||
worker = fork(workerPath, [], {
|
||||
cwd: options.cwd || process.cwd(),
|
||||
env: process.env,
|
||||
env: options.env || process.env,
|
||||
stdio: ['ignore', 'ignore', 'ignore', 'ipc'],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user