When coding with AI agents, we need the ability to roll back mistakes - both the conversation context AND the filesystem changes need to revert together.
Current state: We can manually revert files (git), and we can revert conversation context, but these are separate operations that can leave the agent's understanding out of sync with actual files.