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

Function getSessionInfo

src/entrypoints/agentSdkTypes.ts:219–224  ·  view source on GitHub ↗
(
  _sessionId: string,
  _options?: GetSessionInfoOptions,
)

Source from the content-addressed store, hash-verified

217 * @param options - `{ dir?: string }` project path; omit to search all project directories
218 */
219export async function getSessionInfo(
220 _sessionId: string,
221 _options?: GetSessionInfoOptions,
222): Promise<SDKSessionInfo | undefined> {
223 throw new Error('getSessionInfo is not implemented in the SDK')
224}
225
226/**
227 * Rename a session. Appends a custom-title entry to the session's JSONL file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected