{"id":"acp-manager","repo":"alhassanaraouf/paseo-acp-manager","url":"https://github.com/alhassanaraouf/paseo-acp-manager","name":"acp-manager","description":"Paseo sidebar plugin for managing ACP custom providers: add, edit, enable/disable, test, and quick-add from the ACP agent registry.","categories":["provider","productivity"],"platforms":[],"caveats":["Reload Paseo runs the `paseo` CLI on the daemon host, so `paseo` must be on its PATH","Quick add reads the public ACP agent registry, which requires outbound network access from the daemon host"],"images":["https://raw.githubusercontent.com/alhassanaraouf/paseo-acp-manager/f7bfcc9efbcf1b2ca2e7f90c9ec0e4516efdccdb/images/main.png","https://raw.githubusercontent.com/alhassanaraouf/paseo-acp-manager/f7bfcc9efbcf1b2ca2e7f90c9ec0e4516efdccdb/images/quick-add.png"],"health":{"manifestValid":true,"hasReadme":true,"hasLicense":true,"hasTests":true,"hasTypecheckScript":true,"updatedRecently":true},"scannedAt":"2026-09-12T18:23:34.682Z","addedAt":"2026-09-12T18:01:41+03:00","version":"0.1.0","security":{"status":"passed","blockingFindings":0,"advisoryFindings":0,"scannedAt":"2026-09-12T18:22:29.747Z","commit":"f7bfcc9efbcf1b2ca2e7f90c9ec0e4516efdccdb"},"author":"Al-Hassan Abdel-Raouf","license":"MIT","paseoVersionRequirement":">=0.8.0","manifest":{"id":"acp-manager","requirements":{"paseo":">=0.8.0"}},"repoMeta":{"stars":0,"defaultBranch":"main","pushedAt":"2026-09-12T11:15:45Z"},"owner":{"login":"alhassanaraouf","avatarUrl":"https://avatars.githubusercontent.com/u/56361750?v=4"},"installNotesHtml":"<pre><code class=\"language-bash\">paseo plugin add alhassanaraouf/paseo-acp-manager\n</code></pre>\n<p>Then open <strong>ACP Manager</strong> in the sidebar.</p>","limitationsNotesHtml":"<ul>\n<li>Provider creation goes through direct config-file edit (read-modify-write on\n<code>agents.providers.&#x3C;id></code> only, timestamped <code>.bak</code> backup, re-parse before replacing)\nbecause the SDK <code>paseo.config.patch</code> schema does not cover <code>extends</code>/<code>command</code>/<code>env</code> yet.</li>\n<li>\"Reload Paseo\" shells out to the <code>paseo</code> CLI on the daemon host, so it requires <code>paseo</code> to be\non the daemon's <code>PATH</code>.</li>\n<li>Quick add only covers registry agents distributed via <code>npx</code>/<code>uvx</code>; agents shipped only as a\nplatform binary are listed but must be installed manually.</li>\n<li>The registry fetch requires outbound network access from the daemon host.</li>\n</ul>","readmeText":"# acp-manager\n\nSidebar UI for managing official ACP custom providers: `agents.providers` entries with\n`extends: \"acp\"` in `$PASEO_HOME/config.json` (typically `~/.paseo/config.json`).\n\n## Features\n\n- Add, edit, enable/disable, test, and remove ACP providers from one panel.\n- **Quick add**: browse agents from the [ACP agent registry](https://agentclientprotocol.com/get-started/registry)\n  and add one with a prefilled command/env, no manual `npx`/`uvx` typing.\n- **Reload Paseo**: applies saved changes immediately (runs `paseo reload` on the daemon host)\n  instead of requiring a separate terminal step.\n- Health summary (providers / enabled / tested OK / failing) and a per-provider Test button\n  that runs the ACP `initialize` handshake against the configured command.\n\n## Install\n\n```bash\npaseo plugin add alhassanaraouf/paseo-acp-manager\n```\n\nThen open **ACP Manager** in the sidebar.\n\n## Screenshots\n\n| Overview | Quick add |\n| --- | --- |\n| ![ACP providers overview](images/main.png) | ![Quick add from the ACP agent registry](images/quick-add.png) |\n\n## Known issues\n\n- Provider creation goes through direct config-file edit (read-modify-write on\n  `agents.providers.<id>` only, timestamped `.bak` backup, re-parse before replacing)\n  because the SDK `paseo.config.patch` schema does not cover `extends`/`command`/`env` yet.\n- \"Reload Paseo\" shells out to the `paseo` CLI on the daemon host, so it requires `paseo` to be\n  on the daemon's `PATH`.\n- Quick add only covers registry agents distributed via `npx`/`uvx`; agents shipped only as a\n  platform binary are listed but must be installed manually.\n- The registry fetch requires outbound network access from the daemon host.\n"}