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

Function renameSession

src/entrypoints/agentSdkTypes.ts:232–238  ·  view source on GitHub ↗
(
  _sessionId: string,
  _title: string,
  _options?: SessionMutationOptions,
)

Source from the content-addressed store, hash-verified

230 * @param options - `{ dir?: string }` project path; omit to search all projects
231 */
232export async function renameSession(
233 _sessionId: string,
234 _title: string,
235 _options?: SessionMutationOptions,
236): Promise<void> {
237 throw new Error('renameSession is not implemented in the SDK')
238}
239
240/**
241 * Tag a session. Pass null to clear the tag.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected