diff --git a/src/cliproxy/auth/auth-types.ts b/src/cliproxy/auth/auth-types.ts index d3af8c76..3ebdff0a 100644 --- a/src/cliproxy/auth/auth-types.ts +++ b/src/cliproxy/auth/auth-types.ts @@ -127,7 +127,7 @@ export const OAUTH_CONFIGS: Record = { displayName: 'Claude (Anthropic)', authUrl: 'https://console.anthropic.com/oauth/authorize', scopes: ['user:inference', 'user:profile'], - authFlag: '--anthropic-login', + authFlag: '--claude-login', }, };