default_enabled = true
command_description = "open a subagent thread"
defaults_max_agents = 101
defaults_max_concurrency = 8
defaults_max_depth = 4
defaults_wait_ms = 30000
manifest_description = "Delegate independent work to durable child agents"
manifest_label = "Subagents"
prompt_default = "Collaborate continuously with your parent: use `send_message` at its canonical path for useful findings, blockers, and questions as they arise. Complete the task and report concisely when done."
prompt_root = "Delegate independent work to subagents when it can run in parallel. Spawn with fresh context by default; include recent turns only when the task requires them, and full history only when essential. They share your workspace; continue your own work while they run, and wait only when you need their results."
render_agent = "Agent"
render_agents = "Agents"
render_empty = "no subagents"
render_interrupt = "Interrupt"
render_message = "Message"
render_open = "Open subagent"
render_wait = "Wait"
setting_max_agents_description = "Maximum retained agents, including the root"
setting_max_agents_label = "Maximum agents"
setting_max_agents_step = 1
setting_max_concurrency_description = "Maximum active agents, including the root"
setting_max_concurrency_label = "Maximum concurrency"
setting_max_concurrency_step = 1
setting_max_depth_description = "Maximum child-agent nesting depth"
setting_max_depth_label = "Maximum depth"
setting_max_depth_step = 1
setting_model_route_description = "Model route used by child agents when a spawn does not select one"
setting_model_route_label = "Default model"
setting_model_route_unset_label = "Inherit parent"
tool_interrupt_agent_description = "Interrupt a subagent in this chat's task tree and return its prior status. Cannot target /root."
tool_list_agents_description = "List this chat's subagents and their canonical task paths; does not list unrelated agent trees."
tool_parameter_target_description = "Exact canonical task path from spawn_agent or list_agents, such as /root/reviewer; not an agent nickname or owner ID."
tool_send_message_description = "Send collaboration context to an agent in this chat's subagent task tree; completed or interrupted children are started again for the message. A child may message its parent at the parent's canonical path, including /root. The root agent is never restarted."
tool_spawn_agent_description = "Start an async child for independent work in this chat's subagent task tree; return its canonical task path."
tool_spawn_agent_parameter_fork_turns_description = "`none` for a fresh child (default), a positive integer for required recent turns, or `all` only when full history is essential."
tool_spawn_agent_parameter_model_description = "Registered route; defaults to the child route, then parent."
tool_spawn_agent_parameter_reasoning_effort_description = "Reasoning effort for the selected model; defaults to middleware configuration."
tool_spawn_agent_parameter_task_name_description = "1-64 lowercase letters, digits, or underscores."
tool_wait_agent_description = "Wait for an update from this chat's subagent task tree."