Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

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.

Prompt capture

TaskOutput tool description

27 model strings share this prompt, byte for byte.

v2.1.209 12 lines 1049 chars sha256 e8ce9d8a6c75 Plain text Whole capture

1DEPRECATED: Background tasks return their output file path in the tool result, and you receive a <task-notification> with the same path when the task completes.
2- For bash tasks: prefer using the Read tool on that output file path โ€” it contains stdout/stderr.
3- For local_agent tasks: use the Agent tool result directly. Do NOT Read the .output file โ€” it is a symlink to the full subagent conversation transcript (JSONL) and will overflow your context window.
4- For remote_agent tasks: prefer using the Read tool on the output file path โ€” it contains the streamed remote session output (same as bash).
6- Retrieves output from a running or completed task (background shell, agent, or remote session)
7- Takes a task_id parameter identifying the task
8- Returns the task output along with status information
9- Use block=true (default) to wait for task completion
10- Use block=false for non-blocking check of current status
11- Task IDs can be found using the /tasks command
12- Works with all task types: background shells, async agents, and remote sessions