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