pi-message-store
v1.0.0
Published
Pi extension: predefined message store with /msg, /change-msg and /show-msg commands and autocomplete
Maintainers
Readme
pi-message-store
A pi-coding-agent extension for managing a numbered store of predefined messages that you can send to the agent with one command.
Features
/msg <number>— send a predefined message to the agent as a follow-up./change-msg <number> "<content>"— create or update a message (min 5 chars)./show-msg [number]— show one message, or list all with no argument.- Autocomplete. Press Tab after
/msgor/change-msgto pick a message number. - Messages are persisted in
messages.jsoninside the package.
Installation
pi install npm:pi-message-storeUsage
/change-msg 1 "Read the entirety of the codebase"
/msg 1The default messages.json ships with a set of analysis/review prompts used by the improvement workflow; edit them with /change-msg to suit your own process.
