From 532e4cedf6b5f9a1245c1c5f4fe9fc8bbdde1756 Mon Sep 17 00:00:00 2001 From: mini2s Date: Mon, 10 Nov 2025 11:04:30 +0800 Subject: [PATCH] feat(compatibility): add CoStrict to supported agents list --- components/CompatibilitySection.tsx | 5 +++++ public/logos/costrict.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/logos/costrict.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c4560b..c31701b 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -34,6 +34,11 @@ const agents: AgentEntry[] = [ url: "https://cursor.com", imageSrc: "/logos/cursor.svg", }, + { + name: "CoStrict", + url: "https://costrict.ai/", + imageSrc: "/logos/costrict.svg", + }, { name: "Factory", url: "https://factory.ai", diff --git a/public/logos/costrict.svg b/public/logos/costrict.svg new file mode 100644 index 0000000..a85a3ad --- /dev/null +++ b/public/logos/costrict.svg @@ -0,0 +1 @@ + \ No newline at end of file