2 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub

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

Browse the web with Superpowers

TypeScript
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

Browse the web with Superpowers

TypeScript