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

feat: reuse or create new conversation by specified prompt #67

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

j178
Copy link
Owner

@j178 j178 commented Apr 19, 2023

This is a rework of #66, another approach to resolve #65

If user specified a prompt, we try to switch to the conversation with the same prompt. If not found, we create a new conversation with the prompt.

This way we avoid overwriting the prompt of previous conversation.

@j178 j178 merged commit 48562c2 into main Apr 19, 2023
@j178 j178 deleted the find-by-prompt branch April 19, 2023 06:44
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

Successfully merging this pull request may close these issues.

Prompt Not Resetting when -p is used.
1 participant