MCPcopy
hub / github.com/CodebuffAI/codebuff / getInitialSessionState

Function getInitialSessionState

common/src/types/session-state.ts:142–149  ·  view source on GitHub ↗
(
  fileContext: ProjectFileContext,
)

Source from the content-addressed store, hash-verified

140 }
141}
142export function getInitialSessionState(
143 fileContext: ProjectFileContext,
144): SessionState {
145 return {
146 mainAgentState: getInitialAgentState(),
147 fileContext,
148 }
149}

Calls 1

getInitialAgentStateFunction · 0.85

Tested by 1

runStreamFunction · 0.72