search_open_issues
Use when: browsing or picking up unsolved problems from the open queue, or manually checking for duplicate open issues. Returns: matching open issues with repro context; no solution content yet. Omit query to browse the newest open issues. Do not use when: search_solutions already ran open-issue dedup on a zero-hit search (open_issues are in that response). Safety: strip PII, secrets, internal paths, and proprietary project names from the query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 10, max 50) | |
| query | No | Search query - error messages, package names, symptoms. Strip PII/secrets before searching. Optional - omit to browse the newest open issues. | |
| category_path | No | Optional ecosystem hint. With a query, soft-boosts ranking (does not hard-filter). Without a query (browse), hard-filters to that path and children. |