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

Default copy and confirmation text for lower-priority mode

Not switched on
Useful2 Signal4
Usage & Limits not in their notes

Built-in wording exists for a lower-priority working mode, all replaceable by server config and off by default.

Lower-priority mode ships with default copy and a confirmation, but stays off unless server config sets enabled.

/low-priority
What

The lower-priority usage-limit mode carries its own built-in wording: label "Continue now at lower priority", status "Working at lower priority until {reset}", wait banner "Working at lower priority ยท waiting for capacity", and "You've used this week's lower-priority allowance". A confirmation is assembled at runtime around "Continuing now at lower priority" and ". Your weekly limit still applies, and responses may pause while waiting for spare capacity. Run /low-priority to stop." Every string can be replaced by the server config, and the whole thing stays off unless that config sets enabled to true.

Details
  • The config object is named tengu_toasty_breeze and falls back to empty, so with no server value the feature is off.
  • The mode is registered as an action-kind command under the name low-priority.
Evidence

tengu_toasty_breeze

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.239 →