mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
codex: remove create-api-key process env mutation
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -127,6 +127,10 @@ impl CodexThread {
|
||||
self.codex.session.set_dependency_env(values).await;
|
||||
}
|
||||
|
||||
pub async fn dependency_env(&self) -> HashMap<String, String> {
|
||||
self.codex.session.dependency_env().await
|
||||
}
|
||||
|
||||
pub(crate) fn subscribe_status(&self) -> watch::Receiver<AgentStatus> {
|
||||
self.codex.agent_status.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user