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

Function internalTuiPlugins

packages/opencode/src/plugin/tui/internal.ts:6–10  ·  view source on GitHub ↗
(flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">)

Source from the content-addressed store, hash-verified

4export type InternalTuiPlugin = BuiltinTuiPlugin
5
6export function internalTuiPlugins(flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">): InternalTuiPlugin[] {
7 return createBuiltinPlugins({
8 experimentalEventSystem: flags.experimentalEventSystem,
9 })
10}

Callers 1

loadFunction · 0.90

Calls 1

createBuiltinPluginsFunction · 0.90

Tested by

no test coverage detected