Skip to content

avc list

Lists all snapshots on the current branch, newest first.

Terminal window
avc list
avc list --json
[
{
"id": "snap-def456",
"label": "Fixed bug in auth",
"timestamp": 1712282400,
"agent_name": "claude",
"files_changed": 3,
"total_size": 512000,
"notes": "Security patch",
"branch_id": "br-main"
}
]

Returns an empty array [] if no snapshots exist.

  • Only snapshots on the active branch are returned. Use avc branch switch <name> to see another branch’s snapshots
  • Order is newest first by timestamp
  • For tree-style history output, use avc log instead