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: add support for multiple LLM providers (Anthropic, Gemini, Bedrock, OpenRouter, Grok)
- Add new LLM provider implementations for Anthropic, Gemini, AWS Bedrock, OpenRouter, and xAI Grok
- Refactor LLM provider interface to support provider-specific credential requirements
- Add CredentialInput type for declarative credential collection
- Update config collection to dynamically prompt for provider-specific credentials
- Modify env file generation to work with any LLM provider
- Replace hardcoded openaiApiKey with generic llmApiKey and llmAdditionalInputs fields
- AWS Bedrock now prompts for Access Key ID, Secret Key, and Region as needed
0 commit comments