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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Remote create-mode push stops nagging after the session closes

You'll notice
Useful2 Signal1
Sessions

No more stray prompt when pushing a permission mode to a closed remote session.

What

When pushing a create's permission mode to a remote session gives up because the session was closed, the fallback prompt is now skipped instead of firing at you.

Details
  • The give-up path distinguishes an inactive session from push and converge failures.
  • Telemetry is unchanged: remote_create_mode_push with taken, unanswered, refused and gave_up outcomes.
Evidence

[remote] The session took its create's

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