Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

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.15 Home All releases olderv2.1.14 v2.1.16newer
Claude Code v2.1.15

Remote Mode State Tracking

What

Added internal state tracking for remote/teleport mode sessions.

Details
  • New isRemoteMode boolean state in the global state object
  • Getter Hf1() and setter Fg6() functions added
  • Used to modify behavior when running in remote session context (e.g., preventing empty input submission)
Evidence

k6.isRemoteMode = A at line 2350, usage checks at lines 548372 and 548402

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