read_code
Read one file from a repository connected to a project. A long file arrives cut and says so; generated and binary files are not read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The file's path inside the repository, e.g. 'src/app/main.ts'. Not a URL. | |
| repo | No | Which repository, as 'group/repo'. Omit when only one is open. | |
| reference | No | Branch, tag or commit. Omit for the default branch. |