get_changed_files
Identify files to review by listing changed files from git unstaged, staged, or last-commit changes, or all source files in a plain directory.
Instructions
List files. For git repos lists changed files; for plain directories lists all source files as added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Path to the directory or git repository (defaults to server working directory) | |
| type | No | Which changes to list. Only used for git repos. |