Expired saved logins now tell you to sign in again instead of a generic auth error.
What's wrong with this entry?
When the stored Anthropic credentials have expired and there is no refresh token to renew them, tools now report "Anthropic profile login expired" with a prompt to sign in again, rather than a generic auth error.
- Triggered by auth errors whose message contains "has expired and no refresh is available".
- These errors are recorded in refresh-failure telemetry under a distinct
no_refresh_availableclass. - They now skip the retry path that invalidates the token and tries again, since a retry cannot succeed.
Anthropic profile login expired
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