mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix(core): preserve watchdog spawn handler imports
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -4,12 +4,12 @@ use crate::agent::WatchdogRegistration;
|
||||
use crate::agent::control::LiveAgent;
|
||||
use crate::agent::control::SpawnAgentOptions;
|
||||
use crate::agent::control::render_input_preview;
|
||||
use crate::config::Config;
|
||||
use crate::agent::next_thread_spawn_depth;
|
||||
use crate::agent::role::DEFAULT_ROLE_NAME;
|
||||
use crate::agent::role::apply_role_to_config;
|
||||
use crate::agent::role::default_spawn_mode_for_role;
|
||||
use crate::agent::role::watchdog_interval_for_role;
|
||||
use crate::config::Config;
|
||||
use codex_features::Feature;
|
||||
use codex_protocol::protocol::AgentSpawnMode;
|
||||
use codex_protocol::protocol::Op;
|
||||
|
||||
Reference in New Issue
Block a user