-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running gemini extensions install with a GitHub URL succeeds in fetching credentials and cloning the repo into a temp directory, but then errors out because it expects a gemini-extension.json configuration file that doesn't exist. The error message is not actionable — it's unclear whether the extension author needs to provide this file, or whether the tool should generate/infer it.
To Reproduce
❯ gemini extensions install https://github.com/obra/superpowers
Loaded cached credentials.
Configuration file not found at /var/folders/r6/dsxczgr55wx301n9sxr13f740000gn/T/gemini-extensionX6zeEK/gemini-extension.json
Expected behavior
Either:
- Installation succeeds (if
gemini-extension.jsoncan be inferred or is optional), or - Documentation on how to set up
- Clear error with link to docs
Environment
- OS: macOS Sequoia 15.7.4
- Gemini CLI version: v0.33.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working