Fix rollout store rename after rebase

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-10 17:06:49 -07:00
parent 6e2682fb9d
commit 39e057131a

View File

@@ -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,