From 8b25e70a7738b96186721524a34da1b4944f9a2a Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sun, 25 Jan 2026 15:10:28 +1300 Subject: [PATCH] adding autohand code cli --- components/CompatibilitySection.tsx | 8 +++++++- public/logos/autohand-dark.svg | 19 +++++++++++++++++++ public/logos/autohand-light.svg | 19 +++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 public/logos/autohand-dark.svg create mode 100644 public/logos/autohand-light.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..7c997aa 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -23,6 +23,12 @@ const agents: AgentEntry[] = [ url: "https://ampcode.com", imageSrc: "/logos/amp.svg", }, + { + name: "Autohand", + url: "https://autohand.ai/cli", + imageSrcLight: "/logos/autohand-light.svg", + imageSrcDark: "/logos/autohand-dark.svg", + }, { name: "Jules", url: "https://jules.google", @@ -278,7 +284,7 @@ export default function CompatibilitySection() { }, { threshold: 0, - } + }, ); observer.observe(node); diff --git a/public/logos/autohand-dark.svg b/public/logos/autohand-dark.svg new file mode 100644 index 0000000..16db9b2 --- /dev/null +++ b/public/logos/autohand-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/autohand-light.svg b/public/logos/autohand-light.svg new file mode 100644 index 0000000..f87ee78 --- /dev/null +++ b/public/logos/autohand-light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +