dropthejase rips out the off-the-shelf chat memory
After wiring up the framework's built-in session manager, the fork tore it out and rebuilt conversation history by hand.
dropthejase first took the obvious path: plug in the session manager that ships with Strands (the agent framework Mike is built on) and let it stash chat transcripts in S3, Amazon's cloud file store. That got conversations surviving a page refresh and reloading from a stored snapshot.
Then the fork reversed course. The built-in manager didn't give the team enough control over what gets replayed when a user reopens a chat - specifically, the tool activity and reasoning steps that make an AI conversation legible after the fact. So they replaced it with their own persistence layer and quietly stopped writing to the database table they'd originally set up for chat messages. History now lives in S3, full stop.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?