pi-command-center
v0.1.1
Published
Scrollable widget displaying available /commands from extensions/prompts/skills, compatible with simultaneous editor use.
Maintainers
Readme
Command Center for Pi (pi-command-center)
A scrollable overview of available /commands (from extensions, prompts, skills) shown as a widget above the editor. The editor stays fully interactive; you can keep the widget open while typing and submitting commands.
See source repo for more documentation.
Install
From npm:
pi install npm:pi-command-centerFrom the dot314 git bundle (filtered install):
Add to ~/.pi/agent/settings.json (or replace an existing unfiltered git:github.com/w-winter/dot314 entry):
{
"packages": [
{
"source": "git:github.com/w-winter/dot314",
"extensions": ["extensions/command-center/index.ts"],
"skills": [],
"themes": [],
"prompts": []
}
]
}Configuration
This package ships a template at:
extensions/command-center/config.json.example
Copy it to config.json, edit, then run /reload.
See extensions/command-center/README.md for the full config options.
