feat(agent): steer_subagent + wait_subagent for running async sub-agents (#3641)

This commit is contained in:
Steven Enamakel
2026-06-12 17:02:32 -07:00
committed by GitHub
parent abddfcbd1b
commit 75a6f2891b
20 changed files with 1084 additions and 175 deletions
@@ -4642,6 +4642,7 @@ async fn agent_subagent_public_types_cover_task_local_and_error_display_paths()
initial_history: None,
checkpoint_dir: None,
worktree_action_dir: None,
run_queue: None,
};
assert_eq!(options.skill_filter_override.as_deref(), Some("docs"));
assert_eq!(options.toolkit_override.as_deref(), Some("github"));