You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't let persisted config override key-based auto-detection
init, auth set-key, and createDeepLClient were passing the config's
api.baseUrl to HttpClient, which overrode auto-detection for users
with old config files that had the pro URL hardcoded.
- init/auth: validate new keys with auto-detected endpoint only
- createDeepLClient: stop passing usePro (redundant with auto-detect)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments