mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
merge dev/friel/spawn-mode-removal into collab stack
This commit is contained in:
@@ -478,7 +478,6 @@ async fn spawn_agent_role_overrides_requested_model_and_reasoning_settings() ->
|
||||
description: Some("Custom role".to_string()),
|
||||
model: None,
|
||||
config_file: Some(role_path),
|
||||
spawn_mode: None,
|
||||
watchdog_interval_s: None,
|
||||
nickname_candidates: None,
|
||||
fork_context: None,
|
||||
@@ -530,7 +529,6 @@ async fn spawn_agent_tool_description_mentions_role_locked_settings() -> Result<
|
||||
description: Some("Custom role".to_string()),
|
||||
model: None,
|
||||
config_file: Some(role_path),
|
||||
spawn_mode: None,
|
||||
watchdog_interval_s: None,
|
||||
nickname_candidates: None,
|
||||
fork_context: None,
|
||||
|
||||
Reference in New Issue
Block a user