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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Over-long elicitation URLs are replaced with a re-run message

You'll notice
Useful2 Signal1
MCP

An MCP prompt URL too long to relay now tells you to re-run the call in the terminal.

What

When an MCP tool call asks you to visit a URL and that URL is too long to relay, the reply now carries [elicitation URL too long to relay — re-run this call in the terminal] instead of a truncated or oversized link. Applies on this build with no gate.

Details
  • Multiple elicitation URLs are now combined by a dedicated helper rather than a plain comma join.
Evidence

[elicitation URL too long to relay \u2014 re-run this call in the terminal]

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

See this entry in the whole of v2.1.248 →