MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getPromptForCommand

Function getPromptForCommand

src/commands.ts:197–201  ·  view source on GitHub ↗
(args, context)

Source from the content-addressed store, hash-verified

195 progressMessage: 'analyzing your sessions',
196 source: 'builtin',
197 async getPromptForCommand(args, context) {
198 const real = (await import('./commands/insights.js')).default
199 if (real.type !== 'prompt') throw new Error('unreachable')
200 return real.getPromptForCommand(args, context)
201 },
202}
203import oauthRefresh from './commands/oauth-refresh/index.js'
204import debugToolCall from './commands/debug-tool-call/index.js'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected