search_bugfixes
Search bugfix summaries for similar past problems, surfacing root causes, solutions, and lessons learned. Filters to bugfix documents only to target debugging queries without side effects.
Instructions
Search only bugfix summaries for similar past problems. Read-only, no side effects.
Prefer this over search_docs() when debugging — it filters to bugfix
documents only, surfacing root causes and solutions faster.
Use search_docs() for broader queries that span all doc types.
Args:
query: Description of the current problem or error message
top_k: Number of results (default: 5)
project: Target project name (optional)
Returns:
Ranked bugfix chunks showing root cause, solution, and lessons
learned, with source file and relevance %. Prompts to call
write_bugfix_summary() when no matches are found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |