search_commits
Search kernel git commits by message, author, file path, or subsystem and retrieve evidence-ranked results with citations.
Instructions
Search kernel git commits by message, author, or subsystem.
Args: query: Keywords to search in commit messages. author: Optional author filter. file_path: Optional file path filter. subsystem: Optional subsystem filter. limit: Max number of commits to return.
Returns: Dictionary with matching commits and evidence sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| author | No | ||
| file_path | No | ||
| subsystem | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||