Open
Conversation
…ls and API key configuration instructions
notlousybook
approved these changes
Jul 27, 2025
|
Would love to see this PR merged and shipped… 🙏🏼❤️ |
|
@01Rian I added these commits to my fork, hope you don't mind! (But if you do I'll remove it.) |
Author
|
@hbmartin No problem, happy to help. It seems like superdesign is dead. |
|
Fyi I'm considering whether to switch up model selection to make all the configuration steps more intuitive. It would be really great to get your vote / feedback here: hbmartin#43 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces Google Gemini as a new AI provider in the "superdesign" extension, along with updates to support its integration across the codebase. The changes include adding configuration commands, extending the model selection interface, and enhancing backend functionality to handle the new provider. Below is a summary of the most important changes grouped by theme:
New AI Provider Integration:
gemini-2.5-pro,gemini-2.5-flash,gemini-2.5-flash-lite) insrc/providers/chatSidebarProvider.tsandsrc/webview/components/Chat/ModelSelector.tsx. [1] [2] [3]superdesign.configureGoogleApiKey) insrc/extension.tsand updatedpackage.jsonto include the new command and settings. [1] [2] [3]Backend Enhancements:
ChatMessageService,CustomAgentService) to support Google Gemini models, including API key validation, model selection, and error handling. [1] [2] [3] [4] [5]Documentation Updates:
README.mdto reflect support for Google Gemini and instructions for configuring API keys via the Command Palette.CHANGELOG.md, documenting the addition of Google Gemini and related improvements.These changes collectively enhance the extension's functionality by introducing a new AI provider and improving user experience with better configuration options and documentation.