( _sessionId: string, _options?: GetSessionInfoOptions, )
| 217 | * @param options - `{ dir?: string }` project path; omit to search all project directories |
| 218 | */ |
| 219 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected