Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

TaskOutput tool removed; task output is now read via the Read tool

The TaskOutput tool was removed; background task output is now read through the Read tool, and its max-length setting was retired

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaBackground Taskswhat it touches
KindInternal Changesin v2.1.277,
Group of 4 Under the hood

The TaskOutput tool was removed; background task output is now read through the Read tool, and its max-length setting was retired

What

  • The TaskOutput tool has been removed. Its config field's description now says background task output should be read via the Read tool instead.
  • TaskOutput was dropped from the internal tool set used alongside Read, Glob, Grep, NotebookRead, Skill, AskUserQuestion, TaskCreate, TaskGet, TaskList, TaskUpdate, TaskStop, Agent, and TodoWrite.
  • The TASK_MAX_OUTPUT_LENGTH environment variable was dropped from the list of recognized/passthrough settings.
  • The function that computes the maximum characters allowed for task output no longer reads a taskOutputMaxChars setting; it now derives the limit from the current output host/target instead.

Why

This consolidates reading background task output onto the Read tool instead of a separate TaskOutput tool, and moves the output-length limit from a fixed global setting to something derived from where the output is being read.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what the different output hosts are or how their limits differ from the previous taskOutputMaxChars setting.
Anthropic's release notes agreeRemoved the deprecated TaskOutput tool; Claude reads a background task's output file with Read instead, and the taskOutputMaxChars setting…

See this entry in the whole of v2.1.277 →

Feedback