What's wrong with this entry?
Anonymous. No account, no email.
What: New consolidated tool that retrieves output from any task type (background shells, agents, or remote sessions). How to use:
# Model uses TaskOutput instead of separate BashOutput/AgentOutputTool
TaskOutput --task_id <id> --block true --timeout 30000
Details:
- Replaces the previous
BashOutputandAgentOutputToolwith a single unified interface - Works with local bash tasks, local agents, and remote agent sessions
- Supports blocking and non-blocking retrieval modes
- Evidence:
BH = "TaskOutput"at line 375878,R31tool definition at line 454807