From 2f3f38d1f0c18f39f3ee25a6b697a849a62aa5f0 Mon Sep 17 00:00:00 2001 From: pandora <128635000+pandora-s-git@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:07:16 +0100 Subject: [PATCH 1/2] Add files via upload --- public/logos/vibe-logo.svg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/logos/vibe-logo.svg diff --git a/public/logos/vibe-logo.svg b/public/logos/vibe-logo.svg new file mode 100644 index 0000000..017c658 --- /dev/null +++ b/public/logos/vibe-logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + From 2572f6aae8dbf7b18ab231e86f840cdc1ef142f2 Mon Sep 17 00:00:00 2001 From: pandora <128635000+pandora-s-git@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:09:25 +0100 Subject: [PATCH 2/2] add vibe to compatability --- components/CompatibilitySection.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..8733079 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -128,6 +128,12 @@ const agents: AgentEntry[] = [ url: "https://uipath.github.io/uipath-python", imageSrc: "/logos/uipath.svg", }, + { + name: "Vibe", + from: "Mistral AI", + url: "https://github.com/mistralai/mistral-vibe", + imageSrc: "/logos/vibe-logo.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => {