Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.65 Home All releases olderv2.0.64 v2.0.66newer
Claude Code v2.0.65

Unified TaskOutput Tool

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 BashOutput and AgentOutputTool with 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, R31 tool definition at line 454807

See this entry in the whole of v2.0.65 →