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.117 Home All releases olderv2.1.116 v2.1.118newer
Claude Code v2.1.117

Remote File Suggestions via RPC

What

In remote sessions, file suggestions are now fetched from the remote host via an RPC call instead of being computed locally.

Details
  • Sends a file_suggestions control request to the remote session manager
  • Falls back gracefully if the RPC fails, returning an empty suggestion list
  • Only activates when u6() returns true (remote workspace mode)
Evidence

Remote file suggestions RPC (search for "file_suggestions") — JW1 at line ~474645

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