You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aichat -s
##### some conversation
.save session hello
aichat -s hello
#### some conversion
.save session hello-2
Found that hello.yaml was deleted and hello-2.yaml was created.
Correct behavior
A new session hello-2.yaml is created but hello.yaml should leave unchanged (this is the behavior before 1.21).
The text was updated successfully, but these errors were encountered:
milanglacier
changed the title
old session deleted after saving to a new session
BUG: old session deleted after saving to a new session (with a new name)
Sep 7, 2024
Bug describe
aichat -s ##### some conversation .save session hello
aichat -s hello #### some conversion .save session hello-2
Found that
hello.yaml
was deleted andhello-2.yaml
was created.Correct behavior
A new session
hello-2.yaml
is created buthello.yaml
should leave unchanged (this is the behavior before 1.21).The text was updated successfully, but these errors were encountered: