MCPcopy
hub / github.com/codeaashu/claude-code / sessionMemory.ts

File sessionMemory.ts

src/services/SessionMemory/sessionMemory.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Session Memory automatically maintains a markdown file with notes about the current conversation.
3 * It runs periodically in the background using a forked subagent to extract key information
4 * without interrupting the main conversation flow.

Callers

nothing calls this directly

Calls 15

setSessionMemoryConfigFunction · 0.85
sequentialFunction · 0.85
logEventFunction · 0.85
shouldExtractMemoryFunction · 0.85
markExtractionStartedFunction · 0.85
createSubagentContextFunction · 0.85
setupSessionMemoryFileFunction · 0.85
runForkedAgentFunction · 0.85
createUserMessageFunction · 0.85

Tested by

no test coverage detected