MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/commands/model/index.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 type: 'local-jsx',
7 name: 'model',
8 get description() {
9 return `Set the AI model for Claude Code (currently ${renderModelName(getMainLoopModel())})`
10 },
11 argumentHint: '[model]',
12 get immediate() {
13 return shouldInferenceConfigCommandBeImmediate()

Callers

nothing calls this directly

Calls 2

renderModelNameFunction · 0.85
getMainLoopModelFunction · 0.85

Tested by

no test coverage detected