hound_file_context
Retrieve surrounding lines of code for a given file and line number to understand context of a search match.
Instructions
Get extended context around a specific line in a file. Useful for understanding code around a search match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (e.g., "owner/repo") | |
| file | Yes | File path (e.g., "src/auth/jwt.ts") | |
| line | Yes | Center line number | |
| context | No | Lines of context before and after (default: 10) |