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