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.118 Home All releases olderv2.1.117 v2.1.119newer
Claude Code v2.1.118

Pro Trial Expired Options [In Development]

What

A new slash command pro-trial-expired for handling expired Pro plan Claude Code trials.

Status

Stubbed — isEnabled returns !1 (false) and isHidden is !0 (true).

Details
  • Described as "Options shown when the Pro plan Claude Code trial has ended"
  • Includes a user-facing message "Your Claude Code trial has ended." and "Upgrade to Max" option
  • The "No, don't ask again" dismiss option with value "decline-dont-ask" is also wired up
  • Infrastructure is complete but the command is hidden and disabled
Evidence

Command definition (search for "pro-trial-expired") with isEnabled: () => { return !1; } and isHidden: !0.

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