MCPcopy Create free account
hub / github.com/freecodexyz/free-code / forkSession

Function forkSession

src/entrypoints/agentSdkTypes.ts:268–273  ·  view source on GitHub ↗
(
  _sessionId: string,
  _options?: ForkSessionOptions,
)

Source from the content-addressed store, hash-verified

266 * @returns `{ sessionId }` — UUID of the new forked session
267 */
268export async function forkSession(
269 _sessionId: string,
270 _options?: ForkSessionOptions,
271): Promise<ForkSessionResult> {
272 throw new Error('forkSession is not implemented in the SDK')
273}
274
275// ============================================================================
276// Assistant daemon primitives (internal)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected