repeat-pi
Repeat tool calls in pi-coding-agent
Package details
Install repeat-pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:repeat-pi- Package
repeat-pi- Version
0.50.0- Published
- Feb 3, 2026
- Downloads
- 13/mo · 2/wk
- Author
- prateekmedia
- License
- MIT
- Types
- extension
- Size
- 18.3 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./repeat.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
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.