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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

LSP tool says why it failed to start

You'll notice
Useful3 Signal1
LSP

The language-server tool now reports the actual startup failure instead of an unexplained error.

What

When language-server support is unavailable, the tool now checks whether startup actually failed and returns the recorded failure text instead of an unexplained internal error.

Details
  • The message is built at runtime from a fixed prefix plus the underlying error.
  • The failure is also written to the error log.
Evidence

LSP initialization failed:

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.235 →