MCPcopy Create free account
hub / github.com/continuedev/continue / handleInit

Function handleInit

extensions/cli/src/commands/init.ts:54–63  ·  view source on GitHub ↗
(
  _args: string[],
  _assistant: AssistantConfig,
)

Source from the content-addressed store, hash-verified

52}
53
54export async function handleInit(
55 _args: string[],
56 _assistant: AssistantConfig,
57): Promise<SlashCommandResult> {
58 const prompt = createInitPrompt();
59
60 return {
61 newInput: prompt,
62 };
63}

Callers 1

slashCommands.tsFile · 0.85

Calls 1

createInitPromptFunction · 0.85

Tested by

no test coverage detected