/login now offers signing in to your Console account instead of only creating an API key.
What's wrong with this entry?
Choosing "Anthropic Console account" in /login no longer jumps straight to creating an API key. A second screen offers "Sign in with your Console account (recommended)" or "Create an API key (legacy) - adds a key to your Console workspace", plus "Go back". The sub-menu only appears on the first-party API with no managed policy settings, no pinned login organization, and login not forced to claude.ai; otherwise the old API-key path runs unchanged.
- The check is entirely local (settings and environment), not a server-side flag.
- Picking the non-API-key path on a machine with pinned settings fails with "Settings on this machine pin the login method or organization, so signing in without an API key is not available here."
- Two new telemetry events distinguish the choices:
tengu_oauth_console_token_selectedandtengu_oauth_console_api_key_selected. Neither exists in 2.1.241.
tengu_oauth_console_token_selected
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.225
Untrusted-device recovery can be turned off by a flag; unarchive gets its own 403 handling
Both mention login auth
-
v2.1.234
Clearer error when an Anthropic profile login has expired
Both mention login auth
-
v2.1.248
Two distinct OAuth refresh failures with recovery text
Both mention login auth