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.
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.
* 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 effectchangelog see the edit
Anthropic's documentation has since written up taskOutputMaxChars, on Claude Code changelog.
Added bashOutputMaxChars and taskOutputMaxChars settings to raise how much command and background-task output Claude receives inline before…
New in this build: bashOutputMaxChars