open_review
Presents a diff visualizer for a git repository, blocking until the reviewer accepts or rejects the changes, then returns the decision.
Instructions
Open the diff visualizer for the given repo and refs.
Blocks until the user accepts or rejects the diff in the visualizer. Returns "accepted" or "rejected".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| base_ref | No | main | |
| head_ref | No | HEAD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |