What's wrong with this entry?
Anonymous. No account, no email.
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.