recurring_issues
Identify the most frequent error clusters across your sessions, grouped by recurrence count and thread span, to avoid repeating known failures.
Instructions
List the recurring ERRORS the user keeps hitting across their indexed sessions — normalized error signatures grouped by how often they recur (count) and how many threads they span. Scoped to the repo the server runs in by default; pass project (a path substring) for another repo, or "*" for all projects. Use this before retrying an approach to avoid repeating a known failure. Each cluster has an example line, a count, a thread count, and first/last-seen timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max error clusters to return (default 20). | |
| project | No | Path substring to scope to one repo. Omit to use the repo the server runs in; pass "*" for all projects. | |
| since_days | No | How far back to scan, in days (default 180). |