Currently we only persist the current conversation in localStorage. If you start a new one, it's gone unless you've posted it to a gist. That's fine, but I often find myself checking whether I want to save the current conversation before I start a new one, and that anxiety would disappear if the conversation was archived instead of deleted when a new one started.
With a list of archived conversations, you'll want to be able to:
- list them
- view one (like
show)
- "restore" one as the current chat so you can add to it (not sure if I should remove it from the archive at that point or make a copy)
- post to a gist without restoring
Currently we only persist the current conversation in localStorage. If you start a new one, it's gone unless you've posted it to a gist. That's fine, but I often find myself checking whether I want to save the current conversation before I start a new one, and that anxiety would disappear if the conversation was archived instead of deleted when a new one started.
With a list of archived conversations, you'll want to be able to:
show)