From 9071b8c9b342c526dbb95205e4254caa48c60ab4 Mon Sep 17 00:00:00 2001 From: Atif Mohammed Date: Sun, 2 Nov 2025 23:45:48 -0600 Subject: [PATCH] added windsurf to compatibility list --- components/CompatibilitySection.tsx | 5 +++++ public/logos/windsurf.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/logos/windsurf.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c4560b..e55c989 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -49,6 +49,11 @@ const agents: AgentEntry[] = [ url: "https://aider.chat/docs/usage/conventions.html#always-load-conventions", imageSrc: "/logos/aider.svg", }, + { + name: "Windsurf", + url: "https://windsurf.com/changelog#patch-fixes-and-improvements", + imageSrc: "/logos/windsurf.svg", + }, { name: "Gemini CLI", url: "https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/configuration.md#available-settings-in-settingsjson", diff --git a/public/logos/windsurf.svg b/public/logos/windsurf.svg new file mode 100644 index 0000000..9aa9337 --- /dev/null +++ b/public/logos/windsurf.svg @@ -0,0 +1 @@ + \ No newline at end of file