Open Issues Need Help
View All on GitHub Improve Test Button Response for Connected LLM about 1 month ago
AI Summary: Modify the Chrome extension's response to the 'Test Connection' button for connected LLMs. The current generic LLM greeting should be replaced with a custom message that includes the model name and a welcome message specific to the Superpowers application.
Complexity:
2/5
enhancement good first issue Feature
Add API Key Helper Button about 2 months ago
AI Summary: Implement a 'Generate API Key' button in a Chrome extension's settings and onboarding flows. This button should open the correct API key generation page for the selected LLM provider (initially Gemini, with future providers to be added) in a new tab. The implementation requires creating a provider URL map, adding a button component to the UI, and ensuring proper error handling for unsupported providers.
Complexity:
3/5
good first issue Feature