@agnishc/edb-append-system-prompt
Pi extension: manage per-session system prompt snippets with add/delete UI
Package details
Install @agnishc/edb-append-system-prompt from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@agnishc/edb-append-system-prompt- Package
@agnishc/edb-append-system-prompt- Version
0.5.1- Published
- May 5, 2026
- Downloads
- 215/mo · 215/wk
- Author
- agnishc
- License
- MIT
- Types
- extension
- Size
- 15.3 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@agnishc/edb-append-system-prompt
A Pi CLI extension that lets you build up a list of system-prompt snippets that are appended to every agent turn in the current session.
Features
- Always appends — snippets accumulate as a list, never replace the base prompt
- Confirm before adding — shows the exact text in a confirm dialog before saving
- Status bar indicator —
⊕ N snippetsshown when active snippets exist - Delete individual snippets — select and delete from the list view
- Persists across
/reload— stored in session history, survives extension reloads
Install
pi install npm:@agnishc/edb-append-system-prompt
Usage
/sys-prompt
Opens an overlay with two modes:
- Compose mode — write a snippet, press Enter to add (with confirm dialog)
- List mode — browse existing snippets, press
dto delete selected
License
MIT © Agnish Chakraborty