mirror of
https://github.com/openai/codex.git
synced 2026-05-01 09:56:37 +00:00
Inject CODEX_THREAD_ID into the terminal environment when applicable
This commit is contained in:
@@ -1258,7 +1258,7 @@ impl CodexMessageProcessor {
|
||||
}
|
||||
|
||||
let cwd = params.cwd.unwrap_or_else(|| self.config.cwd.clone());
|
||||
let env = create_env(&self.config.shell_environment_policy);
|
||||
let env = create_env(&self.config.shell_environment_policy, None);
|
||||
let timeout_ms = params
|
||||
.timeout_ms
|
||||
.and_then(|timeout_ms| u64::try_from(timeout_ms).ok());
|
||||
|
||||
Reference in New Issue
Block a user