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

Function getDefaultMainLoopModel

src/utils/model/model.ts:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 * (bypassing any user-specified values).
287 */
288export function getDefaultMainLoopModel(): ModelName {
289 return parseUserSpecifiedModel(getDefaultMainLoopModelSetting())
290}
291
292// @[MODEL LAUNCH]: Add a canonical name mapping for the new model below.
293/**

Callers 9

callFunction · 0.85
logSessionTelemetryFunction · 0.85
runFunction · 0.85
resolveOptionModelFunction · 0.85
getMainLoopModelFunction · 0.85
modelDisplayStringFunction · 0.85
runHeadlessStreamingFunction · 0.85
onSetModelFunction · 0.85

Calls 2

parseUserSpecifiedModelFunction · 0.85

Tested by

no test coverage detected