Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Rejected tool uses render properly in transcript view

You'll notice
Useful3 Signal1
Transcript View

Tool calls you rejected now show their rejection message in transcript view instead of vanishing.

What

In verbose and transcript mode, a tool use you rejected or cancelled now shows the tool's own rejection message instead of disappearing. Previously anything that was not a plain result rendered as nothing.

Details
  • The renderer detects rejected and cancelled results and calls the tool's renderToolUseRejectedMessage.
  • Falls back to a plain marker when the tool defines no rejection renderer or when its input cannot be parsed.
Evidence

renderToolUseRejectedMessage

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.227 →