- Use delegate feature of Q CLI to launch async and continuous running subagents
- Full autonomous operations capability
- Q CLI with Claude 4.5 Sonnet can run for 30 hours non-stop
- Subagents run independently in the background
- Perfect for long-running, multi-step tasks that require sustained execution
- Launch subagents using delegate operation for complex, time-consuming tasks
- Subagents can work autonomously without blocking main conversation
- Check status periodically to monitor progress
- Ideal for: infrastructure deployments, comprehensive testing, multi-file refactoring, complex debugging
- Break down large tasks into clear, actionable steps for subagents
- Use delegate for tasks that would take multiple conversation turns
- Monitor subagent progress with status checks
- Leverage 30-hour runtime for comprehensive autonomous operations
# Launch a subagent
delegate launch --agent "ui-fixer" --task "Fix landing page and profile functionality"
# Check status
delegate status --agent "ui-fixer"
# Check all agents
delegate status