repeat-pi
v0.50.0
Published
Repeat tool calls in pi-coding-agent
Maintainers
Readme
Repeat Extension
Repeat past tool calls (bash/edit/write) from the current branch.
Usage
- Run
/repeatto open the picker of previous bash/edit/write tool calls (type to search). - Bash entries load into the editor as
!commandfor tweaking and running. - Write entries open a temp editor (if
$EDITORis set) and apply only when you save. - Edit entries can repeat the edit (may fail) or open
$EDITORat the first changed line; repeat uses a temp editor and applies on save.
Notes
- Uses
$VISUALor$EDITORwhen available. - Only shows tool calls from the current branch.
