History
Use History to track how your workspace evolves over time. History combines Git commits with task-related snapshots, so you can review what happened before a request, what the agent changed, and what you applied to your branch.

Open the History tool
Navigate to in the main menu and select History.
On the tool panel, click History.
What you see in History
History can show different types of entries, such as:
Git commits from your repository.
Before Request snapshots that capture the state before a task started.
Auto-committed changes created when you check out task changes to a local branch.
Uncommitted changes from the user's working copy when JetBrains Air records your current local edits.
Pull and Push at the top of the tool carry the number of commits waiting on each side, so you can see what needs syncing while you read the timeline.
What you can do here
Browse Git history – search and filter the timeline, and compare any entry with your current code.
Roll back to a commit by resetting the current branch.