mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
core/tui: complete worktree integration (services) and update TUI test for new SessionConfiguredEvent field
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user