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.261 ·

New settings for inline Bash/Task output truncation limits

New settings let you control how much Bash and Task output Claude sees before it gets truncated to a file.

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaOutput Limitswhat it touches
KindNew Featuresin v2.1.261,
Use it now Notable

New settings let you control how much Bash and Task output Claude sees before it gets truncated to a file.

Two new settings.json fields control how much command output Claude sees inline: bashOutputMaxChars (default 30000, clamped 4000-128000) for Bash/PowerShell, and taskOutputMaxChars (default 32000, clamped 4000-128000) for the TaskOutput tool. Output beyond the limit is saved to a file with a preview and path shown instead. Setting these also replaces the older BASH_MAX_OUTPUT_LENGTH and TASK_MAX_OUTPUT_LENGTH env vars for this purpose.

Read from
Names in the bundlebashOutputMaxCharstaskOutputMaxChars
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up taskOutputMaxChars, on Claude Code changelog. * Removed the deprecated TaskOutput tool; Claude reads a background task's output file with Read instead, and the `taskOutputMaxChars` setting and `TASK_MAX_OUTPUT_LENGTH` no longer have any effect changelog see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up taskOutputMaxChars, on Claude Code changelog.
Anthropic's release notes agreeAdded bashOutputMaxChars and taskOutputMaxChars settings to raise how much command and background-task output Claude receives inline before…
The name it cites is new in this buildNew in this build: bashOutputMaxChars

See this entry in the whole of v2.1.261 →

Feedback