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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Optional "send a one-line outcome before stopping" instruction

Use it now
Useful3 Signal4
Terminal UI Notable not in their notes

Turn on agentPushNotifEnabled and Claude sends a one-line outcome before stopping; off by default.

The pre-stop outcome line is wired to the agentPushNotifEnabled setting, which falls back to false so the instruction is absent by default.

agentPushNotifEnabled
What

When the agentPushNotifEnabled setting is on, an extra line is added to the prompt asking Claude to send a one-line outcome before it stops, on the grounds that you may be away and waiting to hear it is done, unless you just told it to stop. The setting falls back to false, so the line is absent by default.

Details
  • The fragment returns an empty string unless both an internal check and the agentPushNotifEnabled setting pass.
Evidence

the user may be away and waiting to hear it's done

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