fix: restore companion subworker control

This commit is contained in:
2026-08-26 22:06:34 +09:00
parent 0ab15aa227
commit 83bda3dfb2
4 changed files with 6 additions and 11 deletions
-8
View File
@@ -983,14 +983,6 @@ where
if feature_config.sub_worker.enabled {
worker.register_worker_orchestration_instruction();
if !feature_config.worker.enabled {
feature_registry.add_module(
crate::feature::builtin::manage_worker::sub_worker_control_feature(
worker.workspace_client_handle(),
spawned_registry.clone(),
),
);
}
}
let host_worker_observation_provider = worker.worker_observation_provider();