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.

Board showing a running conversation beside a completed conversation, with status and duration.

Explore Board and install →

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.

Project menu with Move to workspace destinations and numbered Space tabs below.

Set up Spaces →

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.

Watchtower board showing 83 percent complete, one blocked task, and an expanded task brief.

Open your Watchtower plan →

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.

Workspace preflight reporting four unknown checks with explanations of missing requirements and configuration.

Configure preflight checks →

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 evaluator installed and running in Paseo plugin settings; local path redacted.

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.

Try a typed Jev evaluation →

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

PluginPurpose
BoardShow one card per Paseo conversation with its latest running or finished state.
jev-evaluatorExpose Jev evaluations as an MCP tool for Codex and Claude agents.
watchtower-boardBrowse read-only Watchtower tasks and attach task briefs in the composer.
workspace-preflightDiscover workspace prerequisites, expose read-only MCP evidence, and optionally ask Jev for task relevance.
workspace-spacesGroup 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.