History: UNDO all changes in a thread from history

A la Photoshop undo and Step Backward

Sometimes when coding, I do not keep git updated. So whole changes to files can not be undone. History in cursor alreayd exists. Being able to make the whole codebase go back in time doesn’t (unless the user uses git obsesivly).

Do you know about the timeline feature that’s build into vscode ? It will allow you to do just this I think

Yes. I meant changes related to a certain thread with the AI agent. Not as granular as Timeline.

Pretty sure every accept is in the timeline

1 Like

You are right. I rest my case :sweat_smile:

1 Like

It looks like timeline supports undo for specific files.

Is there a way to undo across the entire directory?