list_releases
Get a newest-first overview of a project's recent releases: version, date, coverage, and severity fact counts. Quickly see what changed lately, with summary details for each release.
Instructions
The newest N reviewed releases of one project, as light summaries (version, date, coverage, fact counts by severity, max advisory-group severity). THE tool for 'recent releases of X' / 'what changed in X lately' — newest first, unlike the list_facts sync feed which returns oldest-analyzed first. facts_total=0 with coverage=full_reviewed means the release was read and is routine (auditable silence). Drill into a row with get_release(project, version) for the full facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many recent releases, default 5, max 20 | |
| project | Yes | project slug, e.g. istio |