Commit 1dc44ec
fix: generate new UUID on session reset to force new session file
Previously resetSession() set currentSessionId=null, but run.mjs
treated null as "find most recent session", continuing old conversation.
Now generates a fresh UUID so run.mjs creates a new session file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a816c59 commit 1dc44ec
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
405 | | - | |
| 404 | + | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments