feat: add browseable ACP agent catalog to settings#987
Open
ital0 wants to merge 4 commits into
Open
Conversation
Semgrep Security ScanNo security issues found. |
|
Preview environment deployed 🚀
Stack: Auto-destroys on PR close/merge. Login via the bundled Keycloak realm — |
PR Metrics
Updated Fri, 19 Jun 2026 12:03:45 GMT · run #1965 |
872b286 to
b237541
Compare
b237541 to
e5279a3
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e60efb0. Configure here.
…catalog-bridge-agent-link-outs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
Mostly new settings UI and read-only external links; registry parsing explicitly strips non-http(s) URLs to reduce injection risk from untrusted CDN data.
Overview
Adds a Browse agents section on Settings → Agents so users can discover official ACP “bridge” CLIs without installing anything in Thunderbolt—cards are read-only and link out to website/source only.
Registry data is loaded from a bundled snapshot for instant/offline UI, then refreshed in the background via the universal proxy to the ACP CDN (direct browser fetch is CORS-blocked). Untrusted JSON is normalized in one place: malformed entries are dropped, and only
http(s)URLs are kept for links and icons. Empty live responses keep the snapshot so the grid never blanks.The UI is a searchable card grid (distribution badge, metadata, icon fallback). AgentCatalog wires
useAgentRegistry; AgentCatalogView + AgentCatalogCard handle presentation. Coverage includes unit tests for parsing/filtering/hooks/views and a Playwright flow for browse, search, clear, and empty state.Reviewed by Cursor Bugbot for commit d7647ee. Bugbot is set up for automated code reviews on this repo. Configure here.