repeat-pi

Repeat tool calls in pi-coding-agent

Packages

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
1.0.5
Published
May 16, 2026
Downloads
11/mo · 1/wk
Author
prateekmedia
License
MIT
Types
extension
Size
18.8 KB
Dependencies
0 dependencies · 2 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.