Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: old session deleted after saving to a new session (with a new name) #842

Closed
milanglacier opened this issue Sep 7, 2024 · 1 comment

Comments

@milanglacier
Copy link

milanglacier commented 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 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).

@milanglacier 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
@sigoden
Copy link
Owner

sigoden commented Sep 7, 2024

This is expected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants