diff --git a/lib/compatible-clients.ts b/lib/compatible-clients.ts index a3441af..07c25b1 100644 --- a/lib/compatible-clients.ts +++ b/lib/compatible-clients.ts @@ -195,4 +195,22 @@ export const compatibleClients: readonly CompatibleClient[] = [ }, }, }, + { + name: "OpenHands", + description: + "OpenHands is an open-source platform for AI software development agents that write code, run commands, and use tools in a sandboxed workspace.", + homepageUrl: "https://openhands.dev/", + instructionsUrl: "https://docs.openhands.dev/overview/agent-plugins", + sourceUrl: "https://github.com/OpenHands/software-agent-sdk", + logo: { + lightSrc: "/images/logos/openhands/light.svg", + darkSrc: "/images/logos/openhands/dark.svg", + }, + supports: { + skills: true, + mcp: { + transports: ["stdio", "streamable-http"], + }, + }, + }, ]; diff --git a/public/images/logos/openhands/dark.svg b/public/images/logos/openhands/dark.svg new file mode 100644 index 0000000..4006b5c --- /dev/null +++ b/public/images/logos/openhands/dark.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/images/logos/openhands/light.svg b/public/images/logos/openhands/light.svg new file mode 100644 index 0000000..7284931 --- /dev/null +++ b/public/images/logos/openhands/light.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +