akb_activity
Get activity history for a vault: see who changed what and when, with commit details and changed file lists. Filter by author, date, or collection.
Instructions
Get activity history for a vault — who changed what, when, and why. Returns Git commit history with changed file list. Use akb_diff to see the actual content changes for a specific commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ISO datetime to filter from (e.g. 2026-04-01) | |
| vault | Yes | Vault name | |
| author | No | Filter by author name | |
| collection | No | Filter by collection path prefix |