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 SDK configuration into helper function
Extracted repetitive SDK configuration logic into a configureSDK() helper
function to reduce code duplication across all SDK definitions. Common
fields are now defined once with defaults, and each SDK only specifies
unique overrides.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments