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 Context Usage Display

What

The /context command now works in remote sessions by fetching context usage data from the remote host via RPC.

Details
  • In remote mode, sends a get_context_usage control request to the remote agent
  • Displays the response using the same UI component as local mode (with isRemote: true flag)
  • Falls back to a user-friendly error message if the remote fetch fails
Evidence

Remote context handler (search for "get_context_usage") — q01 at line ~485532

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 →