core/tui: complete worktree integration (services) and update TUI test for new SessionConfiguredEvent field

This commit is contained in:
Ahmed Ibrahim
2025-09-29 09:02:41 -07:00
parent 103265bac6
commit d4750bc6fd
2 changed files with 2 additions and 0 deletions

View File

@@ -3577,6 +3577,7 @@ mod tests {
unified_exec_manager: UnifiedExecSessionManager::default(),
notifier: UserNotifier::default(),
rollout: Mutex::new(None),
worktree: Mutex::new(None),
codex_linux_sandbox_exe: None,
user_shell: shell::Shell::Unknown,
show_raw_agent_reasoning: config.show_raw_agent_reasoning,

View File

@@ -530,6 +530,7 @@ mod tests {
history_entry_count: 0,
initial_messages: None,
rollout_path: PathBuf::new(),
worktree_path: None,
};
Arc::new(new_session_info(
app.chat_widget.config_ref(),