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
refactor: extract auth branching in provider_sdkv2 to reduce complexity headroom
providerConfigure was at cognitive complexity 10 (CI limit), leaving no
room for future additions. Extracted API-key vs OAuth logic into a
standalone buildAuthenticationObj helper, mirroring the same pattern
applied to the framework provider. Brings providerConfigure to ~7.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments