MCPcopy
hub / github.com/coder/mux / getSessionDir

Method getSessionDir

src/node/services/additionalSystemContext.ts:8–8  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

6
7interface SessionDirProvider {
8 getSessionDir(workspaceId: string): string;
9}
10
11export const ADDITIONAL_SYSTEM_CONTEXT_FILENAME = "additional-system-context.md";

Callers 15

createWorkflowServiceFunction · 0.65
costsCommandFunction · 0.65
mainFunction · 0.65
sendMessageCommandFunction · 0.65
config.test.tsFile · 0.65
getFilePathMethod · 0.65
writeMethod · 0.65
goalFileExistsFunction · 0.65

Implementers 1

Configsrc/node/config.ts

Calls

no outgoing calls

Tested by 7

goalFileExistsFunction · 0.52
workspaceGoalFileExistsFunction · 0.52
writeHistoryLinesFunction · 0.52
writeChatWithBoundaryFunction · 0.52
chatPathFunction · 0.52
archivePathFunction · 0.52