mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
fix(tui): set spawn mode in collab spawn replay
This commit is contained in:
@@ -3663,6 +3663,7 @@ impl ChatWidget {
|
||||
.as_ref()
|
||||
.and_then(|metadata| metadata.agent_role.clone()),
|
||||
prompt: prompt.unwrap_or_default(),
|
||||
spawn_mode: codex_protocol::protocol::AgentSpawnMode::Spawn,
|
||||
model: String::new(),
|
||||
reasoning_effort: ReasoningEffortConfig::Medium,
|
||||
status: first_receiver
|
||||
|
||||
Reference in New Issue
Block a user