From 266324ffe6e8c5d50787f5329ede502cdbcf2398 Mon Sep 17 00:00:00 2001 From: Piyush Bag Date: Wed, 10 Jun 2026 17:33:10 -0700 Subject: [PATCH] Add OpenHands to compatibility section OpenHands loads root AGENTS.md as always-on repo context via its SDK. Fixes #26 Co-authored-by: Cursor --- components/CompatibilitySection.tsx | 6 ++++++ public/logos/openhands-dark.svg | 7 +++++++ public/logos/openhands-light.svg | 9 +++++++++ 3 files changed, 22 insertions(+) create mode 100644 public/logos/openhands-dark.svg create mode 100644 public/logos/openhands-light.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 02d5a4e9..8e1a7167 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: "OpenHands", + url: "https://docs.openhands.dev/overview/skills", + imageSrcLight: "/logos/openhands-light.svg", + imageSrcDark: "/logos/openhands-dark.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/openhands-dark.svg b/public/logos/openhands-dark.svg new file mode 100644 index 00000000..dcb9f0ae --- /dev/null +++ b/public/logos/openhands-dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/logos/openhands-light.svg b/public/logos/openhands-light.svg new file mode 100644 index 00000000..3aa40d44 --- /dev/null +++ b/public/logos/openhands-light.svg @@ -0,0 +1,9 @@ + + + + + + + + +