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 nudges rebuilt as plain tasks

Under the hood
Useful1 Signal1
Elsewhere

The three remote-control suggestions were rewritten as plain tasks with identical wording.

What

The three remote-control and push-notification suggestions were rewritten from UI effects into plain task objects with a setup function, keeping the same wording and the same telemetry. The permission suggestion now disappears on an explicit loading/ready transition instead of via a second effect.

Details
  • Telemetry events are unchanged: tengu_rc_long_turn_nudge_shown, tengu_rc_permission_nudge_shown, tengu_rc_upsell_notification_shown and tengu_push_notif_upsell_notification_shown.
Evidence

"rc-permission-nudge"

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 →