recurring_issues
Identify frequently occurring errors across your coding sessions to avoid repeating known failures. Grouped by frequency and thread span with timestamps.
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). |