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

Remote-control handshake now sends the session's slash commands

You'll notice
Useful3 Signal3
Remote Control

Remote clients now receive your session's slash command list when they attach, so they can offer them.

What

When a remote client attaches to a session, the acknowledgement it gets back now lists the session's available slash commands, so the client can offer them. If the command list cannot be produced, the acknowledgement carries an empty list rather than failing the handshake.

Details
  • The empty-list fallback is recorded as bridge_initialize_commands with get_commands_threw.
  • Runs on every bridge transport initialize; no gate.
Evidence

bridge_initialize_commands

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