MCPcopy Index your code
hub / github.com/codeaashu/claude-code / saveAiGeneratedTitle

Function saveAiGeneratedTitle

src/utils/sessionStorage.ts:2667–2673  ·  view source on GitHub ↗
(sessionId: UUID, aiTitle: string)

Source from the content-addressed store, hash-verified

2665 * where the AI title lands after a mid-flight user rename.
2666 */
2667export function saveAiGeneratedTitle(sessionId: UUID, aiTitle: string): void {
2668 appendEntryToFile(getTranscriptPathForSession(sessionId), {
2669 type: 'ai-title',
2670 aiTitle,
2671 sessionId,
2672 })
2673}
2674
2675/**
2676 * Append a periodic task summary for `claude ps`. Unlike ai-title this is

Callers 1

runHeadlessStreamingFunction · 0.85

Calls 2

appendEntryToFileFunction · 0.85

Tested by

no test coverage detected