Hiep Paseo plugins
September 20, 2026 · View on GitHub
See what your agents are doing. Keep projects organized. Bring task context and workspace checks into Paseo without leaving your conversation.
Five independent local plugins. Install only what you need; each owns its dependencies, checks, and configuration.
See every conversation at a glance
Board puts running and recently finished conversations side by side. Open a card to jump back into its chat, or clear a finished card without deleting the conversation.

Give each project a place
Workspace Spaces adds numbered tabs to the desktop sidebar. Move a whole project and its sessions from the existing project menu, then switch Spaces while your current chat stays open.
Turn a plan into context
Watchtower board brings progress, blockers, and task briefs into Explorer. Expand a task to read its brief, then use composer + → Watchtower task to attach a snapshot to your next message. Nothing sends automatically.
Find missing prerequisites before starting work
Workspace preflight checks runtime requirements, dependency presence, configured ports, and local health endpoints. Measurements stay separate from assumptions: this repository-root capture shows unknown coverage, so missing configuration never looks like a pass. Suggestions never execute automatically.
Ask a focused second opinion
Jev gives Codex and Claude agents a typed evaluation tool: boolean, choice, and score questions over state you choose to share. Pair it with preflight to evaluate which evidence matters for the task. Your coding agent remains in control.

Jev works through MCP, not a standalone page. This capture shows installation status, not an evaluation result. Evaluations require a configured Vercel AI Gateway key and consume API quota.
Screenshots captured from Paseo desktop 0.8.0. Cropped for focus; conversation titles and local installation paths redacted. See each plugin's documentation for client support and limitations, including Spaces' private desktop adapter.
Pick your plugins
| Plugin | Purpose |
|---|---|
| Board | Show one card per Paseo conversation with its latest running or finished state. |
| jev-evaluator | Expose Jev evaluations as an MCP tool for Codex and Claude agents. |
| watchtower-board | Browse read-only Watchtower tasks and attach task briefs in the composer. |
| workspace-preflight | Discover workspace prerequisites, expose read-only MCP evidence, and optionally ask Jev for task relevance. |
| workspace-spaces | Group projects with numbered Spaces in the desktop sidebar; standalone fallback on other clients. |
Install a plugin
cd plugins/jev-evaluator
npm ci
npm run typecheck
npm run lint
npm test
paseo plugin install "$PWD" --id jev-evaluator
After editing a plugin, run its checks and paseo plugin reload <plugin-id>.
See each plugin README for requirements and configuration.
Add another plugin
Create plugins/<plugin-id>/ with its own paseo-plugin.json and runtime entry.
Install and manage each plugin independently; no root workspace build is required.