repeat-pi

Repeat tool calls in pi-coding-agent

Package details

extension

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 /repeat to open the picker of previous bash/edit/write tool calls (type to search).
  • Bash entries load into the editor as !command for tweaking and running.
  • Write entries open a temp editor (if $EDITOR is set) and apply only when you save.
  • Edit entries can repeat the edit (may fail) or open $EDITOR at the first changed line; repeat uses a temp editor and applies on save.

Notes

  • Uses $VISUAL or $EDITOR when available.
  • Only shows tool calls from the current branch.