()
| 1661 | * The new file is created lazily on the first user/assistant message. |
| 1662 | */ |
| 1663 | export async function resetSessionFilePointer() { |
| 1664 | getProject().resetSessionFile() |
| 1665 | } |
| 1666 | |
| 1667 | /** |
| 1668 | * Adopt the existing session file after --continue/--resume (non-fork). |
no test coverage detected