Background task status can now omit the output file path depending on which tools are available
When reporting the status of a background task, Claude Code now checks which tools are available to it. If that check fails, the report omits the output file path, forcing the task to report back only via SendMessage rather than pointing to a saved output file. This is in addition to an existing check based on webFetchSavedFiles.
This prevents background tasks from referencing an output file path in cases where the tools needed to make use of it aren't actually available.
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.
The second filter applies to subagents running in the background. Apart from `Agent` and `ExitPlanMode`, which follow the first filter's conditions wherever the subagent runs, a background subagent keeps every MCP tool but only these built…sub-agents see the edit
* Fixed cross-session messages held by the receiving session's permission-mode policy leaving no trace: headless senders now get a delivery notice, and `SendMessage` results no longer imply it was readchangelog see the edit
Anthropic's documentation has since written up SendMessage, on Claude Code changelog.