code_intel_read_file
Read a bounded line range from a source file inside a configured repository. Specify file path and optional start and end lines to retrieve exact code citations for analysis.
Instructions
Read a bounded line range from a source file inside the configured repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repository-relative or absolute file path. | |
| end_line | No | Inclusive; at most 400 lines are returned. | |
| repo_path | No | Repository root; defaults to the server --dir. | |
| start_line | No |