anomalyco / anomalyco/opencode
background dependency install failed
@kitlangton is already working on this.
Since Jul 23, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
After installing Superpowers plugin (superpowers@git+https://github.com/obra/superpowers.git) in global opencode.json, the plugin never loads. Every session the same error repeats:
WARN background dependency install failed dir=~/.config/opencode
error=Cause([Fail(NpmInstallFailedError
(cause: @opencode-ai/plugin: No matching version found for @opencode-ai/plugin@local.))])
The background dependency install failure prevents the plugin dependency tree from resolving, so Superpowers skills are never registered by the agent. The @local version tag does not exist on npm.
Plugins: superpowers@git+https://github.com/obra/superpowers.git
OpenCode version: 1.18.4
Steps to reproduce:
Add "plugin": ["superpowers@git+https://github.com/obra/superpowers.git"] to ~/.config/opencode/opencode.json
Start OpenCode Desktop
Observe WARN log entry about @opencode-ai/plugin@local not found
Agent does not have Superpowers skills available
Operating System: macOS
Plugins
superpowers@git+https://github.com/obra/superpowers.git
OpenCode version
1.18.4
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
macOS 15.7.7
Terminal
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.