MCPcopy Create free account
hub / github.com/Noumena-Network/code / logSessionStart

Function logSessionStart

src/bridge/bridgeUI.ts:323–331  ·  view source on GitHub ↗
(sessionId: string, prompt: string)

Source from the content-addressed store, hash-verified

321 },
322
323 logSessionStart(sessionId: string, prompt: string): void {
324 if (verbose) {
325 const short = truncatePrompt(prompt, 80)
326 printLog(
327 chalk.dim(`[${timestamp()}]`) +
328 ` Session started: ${chalk.white(`"${short}"`)} (${chalk.dim(sessionId)})\n`,
329 )
330 }
331 },
332
333 logSessionComplete(sessionId: string, durationMs: number): void {
334 printLog(

Callers

nothing calls this directly

Calls 2

printLogFunction · 0.85
timestampFunction · 0.85

Tested by

no test coverage detected