A complete sign-in flow for accounts on hold, with appeal links, sits in the build switched off.
An end-to-end on-hold login, retry and token-refresh path is built but its detector returns nothing unless a server flag reads true, fallback false.
tengu_lively_beaver Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.235: not a boolean we can read
Read once, for one account on one subscription tier, against v2.1.235. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
An end-to-end path for accounts placed on hold is present and unreachable in this build. It covers the login flow, the setup-token flow, API request retries and token refresh, with a login screen reading "Your account is on hold and can't use Claude Code. View details or appeal: " and a browser page reading "Your account is on hold. You can close this window." Every entry point goes through one detector that returns nothing unless the tengu_lively_beaver flag reads true; it is read with fallback false, so without a server value none of it runs.
- The local OAuth callback listener gained handling for
?error=redirects, which it previously ignored in favour ofcodeonly, serving a plain-text page. That branch also requires the gate. - The appeal URL is validated hard: https only, no port, userinfo or fragment, host must be claude.ai or anthropic.com or a subdomain. Anything else falls back to
https://claude.ai/restricted. - Related events exist but stay unfired:
api_request_account_on_hold,tengu_oauth_refresh_token_account_on_hold, and atengu_oauth_errorcarryingaccount_on_hold: true. - The gate also decides whether
"account_on_hold"is injected into the API error-kind list and the StopFailure hook matcher values, so with the gate off the hook matcher does not advertise it at all.
Your account is on hold and can't use Claude Code. View details or appeal: , Your account is on hold. You can close this window., tengu_lively_beaver
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.
-
v2.1.234
Signing back into the same account keeps a pending auto-resume
Both mention auth
-
v2.1.234
Token screen reports actual remaining validity
Both mention auth
-
v2.1.234
Setup-token login result carries the expiry
Both mention auth