()
| 1540 | * The new file is created lazily on the first user/assistant message. |
| 1541 | */ |
| 1542 | export async function resetSessionFilePointer() { |
| 1543 | getProject().resetSessionFile() |
| 1544 | } |
| 1545 | |
| 1546 | /** |
| 1547 | * Adopt the existing session file after --continue/--resume (non-fork). |
no test coverage detected