MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / outputModelsText

Function outputModelsText

apps/cli/src/commands/cli/list.ts:82–86  ·  view source on GitHub ↗
(models: ModelRecord)

Source from the content-addressed store, hash-verified

80}
81
82function outputModelsText(models: ModelRecord): void {
83 for (const modelId of Object.keys(models).sort()) {
84 process.stdout.write(`${modelId}\n`)
85 }
86}
87
88function formatSessionTitle(task: string): string {
89 const compact = task.replace(/\s+/g, " ").trim()

Callers 1

listModelsFunction · 0.85

Calls 2

keysMethod · 0.65
writeMethod · 0.65

Tested by

no test coverage detected