Double-edged sword

You’re advice is to frequently start new chats with agent; however each new chat with agent voids access to rollback in previous chat. Every new chat is like swimming to an island for which there is no option to return to known-good island.

Working on improvements to rollbacks now, you can still revert using the git pane or via git reset cli commands.

Rollback ties the commit to the database version so it can rollback both, it’s limited by session because if you changed the database between steps in a funky way then restoring just the code will make it out of sync with the db schema. There’s a bunch of stuff people are working on in parallel right now around improving this experience, expect big improvements soon