preview_mine
Preview the exact patch that would be committed, showing only your owned hunks as a unified diff with file and line totals. Perform a dry run to review before committing your lines.
Instructions
Show the exact patch commit_mine would create right now: only your owned hunks as a unified diff, plus the files, whole-file additions, and added/removed line totals. A dry run, nothing is written. Review it before commit_mine to confirm you are committing your lines and nothing else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | actor id to act as. Auto-derived per connection when omitted (from the client name, e.g. cursor-3fa2), so naming is optional for a single agent. Pass an explicit id (your role/task name) when several subagents share one server — they have no ambient identity to tell them apart — or when you want a stable id across runs. | |
| paths | No | limit to these files (default: all your owned files) | |
| includeUnclaimed | No | also include new/untracked files you authored but never claimed (default: false, so an unclaimed orphan is left out while another actor is active) |