cache_recent_changes
Fetch recent change proposals for a cache, including any status, so agents can check what has already been proposed or applied and avoid duplicate actions. Ordered newest first.
Instructions
Recent proposals for a single cache (any status), so agents can avoid re-proposing pending or recently-applied changes. Newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max proposals to return (default 20, max 200) | |
| cache_name | Yes | Cache name as registered in __betterdb:caches (e.g. 'betterdb_scache_prod'). | |
| instanceId | No | Connection ID; defaults to the active instance |