feat(core): remove spawn_mode from agent roles

This commit is contained in:
Friel
2026-03-30 00:39:45 +00:00
parent b1213d0a2a
commit 2da9e1b7f2
8 changed files with 0 additions and 56 deletions

View File

@@ -486,7 +486,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,
@@ -538,7 +537,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,