MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getChatSessionDir

Function getChatSessionDir

desktop/chat-session-dir.ts:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { getDesktopUserDataPath } from './user-data-path.ts'
4
5export function getChatSessionDir() {
6 const sessionDir = path.join(getDesktopUserDataPath(), '.howcode', 'chat-sessions')
7 mkdirSync(sessionDir, { recursive: true })
8 return sessionDir
9}

Callers 7

withComposerModeSettingsFunction · 0.90
isChatSessionPathFunction · 0.90
getChatNativeSkillsDirFunction · 0.90
getChatInteropSkillsDirFunction · 0.90
startSkillCreatorSessionFunction · 0.90

Calls 1

getDesktopUserDataPathFunction · 0.90

Tested by

no test coverage detected