Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ install
Function
install
packages/opencode/src/plugin/tui/runtime.ts:645–647 ·
view source on GitHub ↗
(spec, options)
Source
from the content-addressed store, hash-verified
643
return
addPluginBySpec(runtime, spec)
644
},
645
install(spec, options) {
646
return
installPluginBySpec(runtime, spec, options?.global)
647
},
648
},
649
lifecycle: scope.lifecycle,
650
}
Callers
1
syncPluginThemes
Function · 0.70
Calls
1
installPluginBySpec
Function · 0.85
Tested by
no test coverage detected