chore(chat): bump default max_subtasks from 3 to 10

This commit is contained in:
Zamil Majdy
2026-02-12 19:07:42 +04:00
parent f31cb49557
commit ec1ab06e0d

View File

@@ -108,7 +108,7 @@ class ChatConfig(BaseSettings):
"Increase if tool outputs exceed the limit.",
)
claude_agent_max_subtasks: int = Field(
default=3,
default=10,
description="Max number of sub-agent Tasks the SDK can spawn per session.",
)