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
feat: load provider information from registry in config init
- Add name() and description() methods to Provider trait
- Implement provider info methods for all providers
- Update config init to dynamically load providers from registry
- Add list_providers() method to ProviderRegistry
- Export provider module to allow access to ProviderRegistry
This allows the init command to automatically discover all available
providers rather than hardcoding them, making it easier to add new
providers in the future.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments