MCPcopy Index your code
hub / github.com/tiann/hapi / createMode

Function createMode

cli/src/opencode/opencodeRemoteLauncher.test.ts:82–87  ·  view source on GitHub ↗
(model?: string)

Source from the content-addressed store, hash-verified

80import { opencodeRemoteLauncher } from './opencodeRemoteLauncher';
81
82function createMode(model?: string): OpencodeMode {
83 return {
84 permissionMode: 'default' as PermissionMode,
85 model
86 };
87}
88
89function createPlanMode(model?: string): OpencodeMode {
90 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected