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

Function immediate

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

Source from the content-addressed store, hash-verified

10 },
11 argumentHint: '[model]',
12 get immediate() {
13 return shouldInferenceConfigCommandBeImmediate()
14 },
15 load: () => import('./model.js'),
16} satisfies Command
17

Callers

nothing calls this directly

Tested by

no test coverage detected