From 40d9d6115fd44b68e0fb4f1018b49f908063b2f2 Mon Sep 17 00:00:00 2001 From: Dylan Joss Date: Thu, 19 Feb 2026 16:55:02 -0800 Subject: [PATCH] Add Augment Code CLI as a compatible agent - Add Augment logo SVG (public/logos/augment.svg) sourced from augmentcode.com favicon - Add "Augment Code" entry to the agents array in CompatibilitySection.tsx linking to https://docs.augmentcode.com/cli/overview --- components/CompatibilitySection.tsx | 5 +++++ public/logos/augment.svg | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 public/logos/augment.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..6626806 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -128,6 +128,11 @@ const agents: AgentEntry[] = [ url: "https://uipath.github.io/uipath-python", imageSrc: "/logos/uipath.svg", }, + { + name: "Augment Code", + url: "https://docs.augmentcode.com/cli/overview", + imageSrc: "/logos/augment.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/augment.svg b/public/logos/augment.svg new file mode 100644 index 0000000..44c92ba --- /dev/null +++ b/public/logos/augment.svg @@ -0,0 +1,9 @@ + + + + + + + + +