From da951bf8611e30b33ab948b3222b4ace024cf5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=A4=E8=BD=A9?= Date: Wed, 8 Apr 2026 10:45:08 +0800 Subject: [PATCH] feat: add support for Qoder --- components/CompatibilitySection.tsx | 6 ++++++ public/logos/qoder-dark.svg | 1 + public/logos/qoder-light.svg | 1 + 3 files changed, 8 insertions(+) create mode 100644 public/logos/qoder-dark.svg create mode 100644 public/logos/qoder-light.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 02d5a4e9..cade5153 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -139,6 +139,12 @@ const agents: AgentEntry[] = [ url: "https://jetbrains.com/junie", imageSrc: "/logos/junie.svg", }, + { + name: "Qoder", + url: "https://docs.qoder.com/user-guide/rules#agents-md-compatibility", + imageSrcLight: "/logos/qoder-light.svg", + imageSrcDark: "/logos/qoder-dark.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/qoder-dark.svg b/public/logos/qoder-dark.svg new file mode 100644 index 00000000..828f1218 --- /dev/null +++ b/public/logos/qoder-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/logos/qoder-light.svg b/public/logos/qoder-light.svg new file mode 100644 index 00000000..c628c435 --- /dev/null +++ b/public/logos/qoder-light.svg @@ -0,0 +1 @@ + \ No newline at end of file