dropthejase teaches Louis to remember the conversation
Chats now survive a page refresh, a closed tab, even a connection dropped mid-answer.
Until now, a conversation with this fork's legal assistant lived only in the browser tab - close it, reload, and the thread was gone. dropthejase spent ten commits fixing that. Every exchange is now saved to cloud storage and reloaded when you reopen the chat, so a matter you were working through last week is still there when you come back. The save even fires the moment a reply starts streaming, so closing the tab halfway through an answer no longer loses the thread.
There's a quieter win too. An earlier version froze the assistant's underlying instructions into each saved conversation, meaning improvements to how it behaves never reached older chats. dropthejase tore that out - the instructions now always come from the current code, so every conversation, old or new, runs on the latest version.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?