avc list
Lists all snapshots on the current branch, newest first.
avc listavc list --jsonJSON output
Section titled “JSON output”[ { "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 loginstead