Skip to content

Connect dialog: search the integrations.sh catalog - #1763

Merged
RhysSullivan merged 4 commits into
mainfrom
integrations-sh-catalog
Aug 27, 2026
Merged

Connect dialog: search the integrations.sh catalog#1763
RhysSullivan merged 4 commits into
mainfrom
integrations-sh-catalog

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

The connect dialog's list was limited to the ~86 hand-curated presets. This adds long-tail search over the public integrations.sh registry (~3.2k domains) without bundling or syncing any catalog data:

  • Search is server-side via integrations.sh /api/search (debounced, edge-cached, tiny responses) and renders under the curated presets as a 'from integrations.sh' section. Domains already covered by a preset are not repeated, and only kinds with a loaded plugin (mcp/openapi/graphql) are offered — CLI-only entries are dropped.
  • Picking a row fetches the domain's surface document (/api/{domain}/surface) and routes into the existing add flow with the right plugin and URL prefilled: MCP endpoint, OpenAPI spec URL, or GraphQL endpoint, plus the registry slug as the namespace seed.
  • Reachability is best-effort: if integrations.sh is unreachable (or CORS is absent), the section simply doesn't render and presets/URL detection work unchanged.
  • New e2e scenario stubs both registry endpoints at the network layer and covers search → pick → prefilled add form.

Depends on UsefulSoftwareCo/integrations#67 (CORS on the dynamic API) for the section to appear in real browsers; until that deploys this change degrades to current behavior.

@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 7a56cca Commit Preview URL

Branch Preview URL
Aug 27 2026, 08:48 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 7a56cca Aug 27 2026, 08:49 AM

@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1763

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1763

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1763

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1763

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1763

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1763

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1763

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1763

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1763

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1763

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1763

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1763

executor

npm i https://pkg.pr.new/executor@1763

commit: 7a56cca

@RhysSullivan
RhysSullivan marked this pull request as ready for review August 27, 2026 08:46
@RhysSullivan
RhysSullivan merged commit 29b7a77 into main Aug 27, 2026
44 checks passed
@RhysSullivan
RhysSullivan deleted the integrations-sh-catalog branch August 27, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant