You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
When a subagent completes its task, it frequently asks "Is there anything else I can help with?" using the ask_user tool. This requires me to manually respond before the subagent will report back to the main agent.
Requested feature: Add a toggle/setting to automatically prevent subagents from calling ask_user at task completion, and instead have them immediately report their results back to the main agent.
Alternatively: Detect when a subagent initiates ask_user and automatically respond with "report to main agent" to close the loop.
When a subagent completes its task, it frequently asks "Is there anything else I can help with?" using the ask_user tool. This requires me to manually respond before the subagent will report back to the main agent.
Requested feature: Add a toggle/setting to automatically prevent subagents from calling ask_user at task completion, and instead have them immediately report their results back to the main agent.
Alternatively: Detect when a subagent initiates ask_user and automatically respond with "report to main agent" to close the loop.