darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.86k stars 115 forks source link

Archive a chat #14

Closed darrenburns closed 6 months ago

darrenburns commented 1 year ago

I'd like an option to archive the current chat.

This sets a flag in the database on the chat archived = true.

A confirmation modal should pop up and ask the user to press a key to confirm they want to archive the chat.

Archived chats do not appear in the sidebar.

There will be no way to view the archive yet - that could come later.

I'm open to suggestions on alternative behaviours/workflows for archiving.