feat(core): add role-level fork_context defaults

This commit is contained in:
Friel
2026-03-29 17:56:12 +00:00
parent 2c3bff24e4
commit cc60cafc50
11 changed files with 61 additions and 8 deletions

View File

@@ -467,6 +467,7 @@ async fn spawn_agent_role_overrides_requested_model_and_reasoning_settings() ->
description: Some("Custom role".to_string()),
config_file: Some(role_path),
nickname_candidates: None,
fork_context: None,
},
);
})
@@ -515,6 +516,7 @@ async fn spawn_agent_tool_description_mentions_role_locked_settings() -> Result<
description: Some("Custom role".to_string()),
config_file: Some(role_path),
nickname_candidates: None,
fork_context: None,
},
);
});