MCPcopy Index your code
hub / github.com/anomalyco/opencode / installPlugin

Function installPlugin

packages/opencode/src/plugin/tui/runtime.ts:1025–1027  ·  view source on GitHub ↗
(spec: string, options?: { global?: boolean })

Source from the content-addressed store, hash-verified

1023}
1024
1025export async function installPlugin(spec: string, options?: { global?: boolean }) {
1026 return installPluginBySpec(runtime, spec, options?.global)
1027}
1028
1029export async function dispose() {
1030 const task = loaded

Callers

nothing calls this directly

Calls 1

installPluginBySpecFunction · 0.85

Tested by

no test coverage detected