From 8b2c9e849bb187b5dd6f90de5c9362424d681baf Mon Sep 17 00:00:00 2001 From: PsiACE Date: Tue, 15 Sep 2026 03:04:51 +0800 Subject: [PATCH] chore: add Bub to compatible clients --- lib/compatible-clients.ts | 18 ++++++++++++++++++ public/images/logos/bub/dark.svg | 22 ++++++++++++++++++++++ public/images/logos/bub/light.svg | 22 ++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 public/images/logos/bub/dark.svg create mode 100644 public/images/logos/bub/light.svg diff --git a/lib/compatible-clients.ts b/lib/compatible-clients.ts index a3441af..0f00ee0 100644 --- a/lib/compatible-clients.ts +++ b/lib/compatible-clients.ts @@ -195,4 +195,22 @@ export const compatibleClients: readonly CompatibleClient[] = [ }, }, }, + { + name: "Bub", + description: + "Bub is a lightweight, hook-first Python runtime for agents in the terminal and messaging platforms. It supports Agent Plugins through the bub-agent-plugins integration.", + homepageUrl: "https://bub.build/", + instructionsUrl: "https://bub.build/docs/tutorials/agent-plugins/", + sourceUrl: "https://github.com/bubbuild/bub", + logo: { + lightSrc: "/images/logos/bub/light.svg", + darkSrc: "/images/logos/bub/dark.svg", + }, + supports: { + skills: true, + mcp: { + transports: ["stdio", "streamable-http", "sse"], + }, + }, + }, ]; diff --git a/public/images/logos/bub/dark.svg b/public/images/logos/bub/dark.svg new file mode 100644 index 0000000..650005c --- /dev/null +++ b/public/images/logos/bub/dark.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/public/images/logos/bub/light.svg b/public/images/logos/bub/light.svg new file mode 100644 index 0000000..ad96907 --- /dev/null +++ b/public/images/logos/bub/light.svg @@ -0,0 +1,22 @@ + + + + + + + + +