Under the hood
TaskOutput's result size limit is now computed dynamically rather than fixed.
The deprecated TaskOutput tool's maxResultSizeChars is no longer a fixed 1e5 constant; it's now a getter combining a helper value with a persistence threshold, alongside a new persistenceThresholdCeiling field. The output-size ceiling appears to now derive from the same config as the new taskOutputMaxChars setting.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Added bashOutputMaxChars and taskOutputMaxChars settings to raise how much command and background-task output Claude receives inline before…