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