()
| 1503 | * The new file is created lazily on the first user/assistant message. |
| 1504 | */ |
| 1505 | export async function resetSessionFilePointer() { |
| 1506 | getProject().resetSessionFile() |
| 1507 | } |
| 1508 | |
| 1509 | /** |
| 1510 | * Adopt the existing session file after --continue/--resume (non-fork). |
no test coverage detected