paseo.cafe
All plugins

Paseo sidebar plugin for managing ACP custom providers: add, edit, enable/disable, test, and quick-add from the ACP agent registry.

v0.1.0 Requires Paseo >=0.8.0

Gallery

Install

paseo plugin add alhassanaraouf/paseo-acp-manager --ref main

Security status covers commit f7bfcc9efbcf. This command tracks main. Refresh the listing before installing if the branch changed.

From the plugin's README

paseo plugin add alhassanaraouf/paseo-acp-manager

Then open ACP Manager in the sidebar.

README

acp-manager

Sidebar UI for managing official ACP custom providers: agents.providers entries with extends: "acp" in $PASEO_HOME/config.json (typically ~/.paseo/config.json).

Features

  • Add, edit, enable/disable, test, and remove ACP providers from one panel.
  • Quick add: browse agents from the ACP agent registry and add one with a prefilled command/env, no manual npx/uvx typing.
  • Reload Paseo: applies saved changes immediately (runs paseo reload on the daemon host) instead of requiring a separate terminal step.
  • Health summary (providers / enabled / tested OK / failing) and a per-provider Test button that runs the ACP initialize handshake against the configured command.

Install

paseo plugin add alhassanaraouf/paseo-acp-manager

Then open ACP Manager in the sidebar.

Screenshots

Overview Quick add

Known issues

  • Provider creation goes through direct config-file edit (read-modify-write on agents.providers.<id> only, timestamped .bak backup, re-parse before replacing) because the SDK paseo.config.patch schema does not cover extends/command/env yet.
  • "Reload Paseo" shells out to the paseo CLI on the daemon host, so it requires paseo to be on the daemon's PATH.
  • Quick add only covers registry agents distributed via npx/uvx; agents shipped only as a platform binary are listed but must be installed manually.
  • The registry fetch requires outbound network access from the daemon host.

Scanned 12 Sep 2026, 16:35 UTC from alhassanaraouf/paseo-acp-manager.