MCPcopy Create free account
hub / github.com/WJX20/claude-code / getModelDisplayLabel

Function getModelDisplayLabel

src/utils/status.tsx:354–361  ·  view source on GitHub ↗
(mainLoopModel: string | null)

Source from the content-addressed store, hash-verified

352 return properties;
353}
354export function getModelDisplayLabel(mainLoopModel: string | null): string {
355 let modelLabel = modelDisplayString(mainLoopModel);
356 if (mainLoopModel === null && isClaudeAISubscriber()) {
357 const description = getClaudeAiUserDefaultModelDescription();
358 modelLabel = `${chalk.bold('Default')} ${description}`;
359 }
360 return modelLabel;
361}

Callers 1

buildSecondarySectionFunction · 0.85

Calls 3

modelDisplayStringFunction · 0.85
isClaudeAISubscriberFunction · 0.70

Tested by

no test coverage detected