MCPcopy Index your code
hub / github.com/continuedev/continue / handleInfoSlashCommand

Function handleInfoSlashCommand

extensions/cli/src/infoScreen.ts:141–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141export async function handleInfoSlashCommand() {
142 const infoLines = [
143 ...getVersionInfo(),
144 ...getConfigInfo(),
145 ...getSessionInfo(),
146 ...getUsageInfo(),
147 ...getDiagnosticInfo(),
148 ];
149
150 return {
151 exit: false,
152 output: infoLines.join("\n"),
153 };
154}

Callers

nothing calls this directly

Calls 5

getVersionInfoFunction · 0.85
getConfigInfoFunction · 0.85
getSessionInfoFunction · 0.85
getUsageInfoFunction · 0.85
getDiagnosticInfoFunction · 0.85

Tested by

no test coverage detected