Get File Content
get_file_contentRetrieve file content from a git repository to provide additional context when reviewing code changes.
Instructions
Retrieve the content of a file in a git repository. Use it when the diff doesn't provide enough context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | Full path to the git repository. | |
| filePath | Yes | Relative path to the file within the repository |