whats_new
List files changed since a given timestamp or relative duration, with annotations and token count, to catch up on updates at session start.
Instructions
List files created or modified since a checkpoint. since accepts ISO-8601 (2025-01-15T00:00:00Z) or relative durations (1h, 7d, 2w); invalid formats throw. Read-only; no side effects, auth, or rate limits. Returns annotated rows plus aggregate total_est_tokens so you can decide what to read next. CAVEAT: hard-deleted files are NOT surfaced — only mtime-driven changes. Defaults: include_tags=true, limit=200. project_id: null = KB only; omit = everything. Use at session start to catch up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ISO 8601 timestamp or relative duration (e.g. "1h", "7d", "2w"). | |
| project_id | No | Filter to a single project. Pass null for knowledge-base-only files. Omit for all. | |
| include_tags | No | Attach tags[] to each file. Default true. | |
| limit | No | Max files returned. Default 200. |