rad_patch_list
List and manage patches in a Radicle repository to track code changes and collaboration progress. Specify the repository path to view patch details for effective peer-to-peer code collaboration.
Instructions
List patches in a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_path | No | . |
Input Schema (JSON Schema)
{
"properties": {
"repository_path": {
"default": ".",
"title": "Repository Path",
"type": "string"
}
},
"title": "rad_patch_listArguments",
"type": "object"
}