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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Asking to be notified about your own session now returns an error

You'll notice
Useful2 Signal1
Terminal UI

Asking to be notified about your own session now returns a clear error instead of quietly doing nothing.

notify_when_idle
What

notify_when_idle no longer accepts the current session as a target. It returns an error naming the session you passed and explaining that nothing was subscribed.

Details
  • The session identifier is interpolated into the message.
  • This replaced a message that previously advertised ultraplan progress monitoring on the same path.
  • Unconditional; there is no flag or setting involved.
Evidence

nothing was subscribed; you already know when your own turn ends.

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