mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Fix rollout store rename after rebase
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1622,7 +1622,7 @@ impl Session {
|
||||
Arc::clone(&auth_manager),
|
||||
),
|
||||
hooks,
|
||||
rollout: Mutex::new(rollout_recorder),
|
||||
rollout: Mutex::new(rollout_store),
|
||||
user_shell: Arc::new(default_shell),
|
||||
shell_snapshot_tx,
|
||||
show_raw_agent_reasoning: config.show_raw_agent_reasoning,
|
||||
|
||||
Reference in New Issue
Block a user