opencode icon indicating copy to clipboard operation
opencode copied to clipboard

[FEATURE]: Allow plugins to be installed from github directly

Open eznix86 opened this issue 18 hours ago • 1 comments

Feature hasn't been suggested before.

  • [x] I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

I think for velocity or even for testing, it would nice to be able to install plugins directly from github instead of npm.

Bun supports it.

Example

// opencode.json
{
  "plugin": [
    "github:eznix86/myfancyplugin#main"
  ]
}

eznix86 avatar Jan 13 '26 18:01 eznix86