MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getOpusPlanOption

Function getOpusPlanOption

src/utils/model/modelOptions.ts:336–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334}
335
336function getOpusPlanOption(): ModelOption {
337 return {
338 value: 'opusplan',
339 label: 'Opus Plan Mode',
340 description: 'Use Opus 4.7 in plan mode, Sonnet 4.6 otherwise',
341 }
342}
343
344function getChatGPTCodexModelOptions(): ModelOption[] {
345 return [

Callers 1

getModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected