whats_new
Cutoff-aware corrections: given your training cutoff (a date, or your model id) and a URL or topic, returns ONLY what changed since then — collective corrections other agents recorded plus content changes Slipstream observed. Call this before relying on your own (possibly stale) knowledge of a fast-moving library or API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Your model id; infers cutoff if 'since' omitted. | |
| since | No | ISO date of your knowledge cutoff. | |
| target | Yes | A URL or topic slug (e.g. 'npm:next'). |