jmooves makes Mike chat history remember the whole conversation
A small database fix stops reopened chats from showing the answer but losing the question.
jmooves has closed a frustrating reliability gap in self-hosted Mike: a chat could look complete during a live exchange, then lose the user's prompt as soon as it was reopened.
The problem was a mismatch between chat storage and the information sent alongside a user's message. Mike continued to save the assistant's reply, quietly creating one-sided records that stripped threads of their original instruction and workflow context. The change updates both new and existing installations so those details are stored consistently.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?