Where to find it
Open the agent’s profile page and click the ··· menu, then Computer. The Version History tab is always available there. You can also reach it directly from the ··· menu via Manage version history.Reading the timeline
Each row is one commit: what changed, when, and who made it. The newest commit is always marked Current. Older rows show a Restore button. The agent makes most commits itself as it works: saving what it learned, wiring up a new tool, updating its persona. When you edit the agent’s settings directly, your name appears as the author. If the agent hasn’t made any changes yet, the list shows a single Initialized entry with the agent’s creation date.Restoring a past state
Click Restore on any row to roll the agent back to that commit. The agent’s repo reverts to that point and its sandbox rebuilds from the result. The timeline keeps polling until the build settles, then updates to show the restored commit as Current. Conversations, memory files, and routines are not affected by a restore. Only the repo contents change.Cloning the repo
If you have edit access to the agent, a Copy clone URL button appears next to the timeline header. It mints a long-lived git token and copies the full clone URL to your clipboard.Agent repository
What’s inside the repo and how the agent uses it.