From 004fffb82d06525765b386e990fb630c63720310 Mon Sep 17 00:00:00 2001 From: Devraj Mehta Date: Fri, 5 Dec 2025 14:36:03 -0500 Subject: [PATCH] Add Copilot CLI as supported agent --- components/CompatibilitySection.tsx | 5 +++++ public/logos/copilot-cli.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/logos/copilot-cli.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index bf223a5..6fa8e19 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -121,6 +121,11 @@ const agents: AgentEntry[] = [ url: "https://uipath.github.io/uipath-python", imageSrc: "/logos/uipath.svg", }, + { + name: "Copilot CLI", + url: "https://gh.io/copilot-cli-docs", + imageSrc: "/logos/copilot-cli.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/copilot-cli.svg b/public/logos/copilot-cli.svg new file mode 100644 index 0000000..0779d2f --- /dev/null +++ b/public/logos/copilot-cli.svg @@ -0,0 +1 @@ + \ No newline at end of file