Merge branch 'main' into pr-2304

This commit is contained in:
Xubin Ren
2026-03-21 04:14:40 +00:00
26 changed files with 2536 additions and 143 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ class SpawnTool(Tool):
return (
"Spawn a subagent to handle a task in the background. "
"Use this for complex or time-consuming tasks that can run independently. "
"The subagent will complete the task and report back when done."
"The subagent will complete the task and report back when done. "
"For deliverables or existing projects, inspect the workspace first "
"and use a dedicated subdirectory when helpful."
)
@property