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

Function getOpusPlanOption

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

Source from the content-addressed store, hash-verified

259}
260
261function getOpusPlanOption(): ModelOption {
262 return {
263 value: 'opusplan',
264 label: 'Opus Plan Mode',
265 description: 'Use Opus 4.6 in plan mode, Sonnet 4.6 otherwise',
266 }
267}
268
269// @[MODEL LAUNCH]: Update the model picker lists below to include/reorder options for the new model.
270// Each user tier (ant, Max/Team Premium, Pro/Team Standard/Enterprise, PAYG 1P, PAYG 3P) has its own list.

Callers 1

getModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected