MCPcopy Create free account
hub / github.com/tiann/hapi / sendTitleSummary

Method sendTitleSummary

cli/src/codex/codexRemoteLauncher.ts:408–414  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

406 };
407
408 const sendTitleSummary = (title: string): void => {
409 session.client.sendClaudeSessionMessage({
410 type: 'summary',
411 summary: title,
412 leafUuid: randomUUID()
413 });
414 };
415
416 const formatOutputPreview = (value: unknown): string => {
417 if (typeof value === 'string') return value;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected