History

The agent creates a commit for every change it makes in your workspace. This gives you a granular timeline of everything that happened, making it easy to see what changed, when, and why.

Viewing history

Open the History panel to see all commits in reverse chronological order. Each entry shows the commit message, author, and how long ago it was made.

Click any commit to see the full diff. All files changed in that commit are listed with a count of lines added and removed. Click a file to see its diff side-by-side or inline.

Reverting changes

If something goes wrong, you can revert to any previous commit. This creates a new commit that restores the workspace to that state without deleting any history. You always have a complete record of everything that happened.

Bookmarks

You can bookmark important commits to mark milestones or known-good states. Use the bookmark filter to quickly find them later.

Remote changes

If your workspace is connected to GitHub, the History panel shows when new commits are available on the remote branch. Pull them in to bring the workspace up to date. When you go to publish your changes, the system also detects remote changes and pulls them in before pushing yours.