From 9fcc9e71b146227b361d578f4234ef9abaf54a57 Mon Sep 17 00:00:00 2001 From: ReedThaHuman Date: Fri, 14 Aug 2026 00:00:40 -0700 Subject: [PATCH] Add ZeroTwo to compatible clients Co-authored-by: Cursor --- lib/compatible-clients.ts | 18 ++++++++++++++++++ public/images/logos/zerotwo/dark.svg | 4 ++++ public/images/logos/zerotwo/light.svg | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 public/images/logos/zerotwo/dark.svg create mode 100644 public/images/logos/zerotwo/light.svg diff --git a/lib/compatible-clients.ts b/lib/compatible-clients.ts index a3441af..8f1c3ca 100644 --- a/lib/compatible-clients.ts +++ b/lib/compatible-clients.ts @@ -195,4 +195,22 @@ export const compatibleClients: readonly CompatibleClient[] = [ }, }, }, + { + name: "ZeroTwo", + description: + "ZeroTwo is an AI agent that plans work, uses connected apps and files, and delivers finished results on the web and desktop.", + homepageUrl: "https://zerotwo.ai/", + instructionsUrl: "https://docs.zerotwo.ai/plugins", + logo: { + lightSrc: "/images/logos/zerotwo/light.svg", + darkSrc: "/images/logos/zerotwo/dark.svg", + alt: "ZeroTwo", + }, + supports: { + skills: true, + mcp: { + transports: ["stdio", "streamable-http", "sse"], + }, + }, + }, ]; diff --git a/public/images/logos/zerotwo/dark.svg b/public/images/logos/zerotwo/dark.svg new file mode 100644 index 0000000..37de6ff --- /dev/null +++ b/public/images/logos/zerotwo/dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/images/logos/zerotwo/light.svg b/public/images/logos/zerotwo/light.svg new file mode 100644 index 0000000..1b090a5 --- /dev/null +++ b/public/images/logos/zerotwo/light.svg @@ -0,0 +1,4 @@ + + + +