(model?: string)
| 87 | } |
| 88 | |
| 89 | function createPlanMode(model?: string): OpencodeMode { |
| 90 | return { |
| 91 | permissionMode: 'plan' as PermissionMode, |
| 92 | model |
| 93 | }; |
| 94 | } |
| 95 | |
| 96 | function createModeWithEffort(model: string | undefined, modelReasoningEffort: string | null): OpencodeMode { |
| 97 | return { |
no outgoing calls
no test coverage detected