Document Pi Web plugin API

This commit is contained in:
Federico Jaramillo Martinez
2026-05-11 11:10:31 +02:00
parent 3600525775
commit c82486a2e5
2 changed files with 679 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ This maps naturally to real development work:
- View live session status: streaming, compaction, bash activity, token usage, cost, model, and context usage.
- Send prompts, shell input, and supported commands through the Pi SDK path.
- Reuse your existing Pi auth and model configuration from `~/.pi/agent`.
- Extend the UI with trusted plugins that add actions, workspace panels, and workspace-label metadata. See [Plugin API](docs/plugins.md) for LLM-friendly plugin-building docs.
## Architecture