Terminal UI
← Back to Plugin Center
CommunityUICommunityv0.1.0社区贡献者
ui/terminal
Renders a persistent terminal and command history in the Web UI.
ui/terminal adds a terminal node to the Web UI that renders the persistent terminal from the ctx.terminals backend, letting users see command history, running tasks, and output at a glance.
It demonstrates how a UI plugin drives ctx.agents and renders from session/event — a good example for building UI integration plugins.
Features
- Renders the persistent ctx.terminals terminal
- Shows command history and running output
- Drives ctx.agents and renders from session/event
- A reference example for UI integration plugins