Commit 42afbb2
committed
Fix child process env: spread process.env before CODEX_HOME override
The env option on ChildProcess.make was set to only { CODEX_HOME: ... }
without spreading process.env, causing the spawned codex exec process to
lose all inherited environment variables (PATH, HOME, API keys, etc.).
This matches the pattern used in codexAppServerManager.ts and
CodexProvider.ts.1 parent 7757947 commit 42afbb2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
0 commit comments