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

Function immediate

src/commands/effort/index.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 description: 'Set effort level for model usage',
8 argumentHint: '[low|medium|high|max|auto]',
9 get immediate() {
10 return shouldInferenceConfigCommandBeImmediate()
11 },
12 load: () => import('./effort.js'),
13} satisfies Command
14

Callers

nothing calls this directly

Tested by

no test coverage detected