( _sessionId: string, _options?: ForkSessionOptions, )
| 266 | * @returns `{ sessionId }` — UUID of the new forked session |
| 267 | */ |
| 268 | export 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) |
nothing calls this directly
no outgoing calls
no test coverage detected