mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
feat(core): make watchdogs role-driven
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -468,6 +468,7 @@ async fn spawn_agent_role_overrides_requested_model_and_reasoning_settings() ->
|
||||
model: None,
|
||||
config_file: Some(role_path),
|
||||
spawn_mode: None,
|
||||
watchdog_interval_s: None,
|
||||
nickname_candidates: None,
|
||||
},
|
||||
);
|
||||
@@ -518,6 +519,7 @@ async fn spawn_agent_tool_description_mentions_role_locked_settings() -> Result<
|
||||
model: None,
|
||||
config_file: Some(role_path),
|
||||
spawn_mode: None,
|
||||
watchdog_interval_s: None,
|
||||
nickname_candidates: None,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user