diff --git a/assets/agents/pi.svg b/assets/agents/pi.svg index f428728e9..3d40fc0e7 100644 --- a/assets/agents/pi.svg +++ b/assets/agents/pi.svg @@ -1,6 +1,6 @@ - - + diff --git a/website/components/AgentInstall.tsx b/website/components/AgentInstall.tsx index 35c33ad4b..dd3543488 100644 --- a/website/components/AgentInstall.tsx +++ b/website/components/AgentInstall.tsx @@ -49,6 +49,8 @@ const VSCODE_MCP_JSON = `{ }`; const CLAUDE_CODE_CMD = `claude mcp add agentmemory -- npx -y @agentmemory/mcp`; +const COPILOT_CLI_CMD = `agentmemory connect copilot-cli`; +const WARP_CMD = `agentmemory connect warp`; const HERMES_YAML = `plugins: - name: agentmemory @@ -222,6 +224,27 @@ export function AgentInstall() { copyText: CLAUDE_CODE_CMD, sub: "COPY CMD", }, + { + id: "copilot-cli", + label: "COPILOT CLI", + kind: "copy", + copyText: COPILOT_CLI_CMD, + sub: "COPY CMD", + }, + { + id: "codex", + label: "CODEX CLI", + kind: "copy", + copyText: CODEX_TOML, + sub: "COPY TOML", + }, + { + id: "warp", + label: "WARP", + kind: "copy", + copyText: WARP_CMD, + sub: "COPY CMD", + }, { id: "claude-desktop", label: "CLAUDE DESKTOP", @@ -236,13 +259,6 @@ export function AgentInstall() { copyText: UNIVERSAL_JSON, sub: "COPY JSON", }, - { - id: "codex", - label: "CODEX CLI", - kind: "copy", - copyText: CODEX_TOML, - sub: "COPY TOML", - }, ]; return ( @@ -269,7 +285,7 @@ export function AgentInstall() {
@@ -280,7 +296,7 @@ export function AgentInstall() { aria-expanded={showMore} onClick={() => setShowMore((v) => !v)} > - {showMore ? "— HIDE OTHER SHAPES" : "+ OPENCODE · VS CODE · CODEX · HERMES · OPENCLAW"} + {showMore ? "— HIDE OTHER SHAPES" : "+ OPENCODE · CLINE · CONTINUE · ZED · DROID · QWEN · ANTIGRAVITY · KIRO · HERMES · OPENCLAW · VS CODE"} {showMore && ( diff --git a/website/components/Agents.tsx b/website/components/Agents.tsx index 664bea65a..0713e1ede 100644 --- a/website/components/Agents.tsx +++ b/website/components/Agents.tsx @@ -24,6 +24,16 @@ const FEATURED: Agent[] = [ pitch: "12 hooks + MCP + skills", sub: "FIRST-CLASS PLUGIN", }, + { + id: "copilot-cli", + name: "Copilot CLI", + from: "GitHub", + logo: "https://svgl.app/library/github_dark.svg", + accent: "#24292E", + href: "https://docs.github.com/copilot/github-copilot-in-the-cli", + pitch: "11 hooks + MCP · framed stdio", + sub: "NATIVE PLUGIN", + }, { id: "codex", name: "Codex CLI", @@ -89,10 +99,50 @@ const MARQUEE: Agent[] = [ id: "cursor", name: "Cursor", from: "Anysphere", - logo: "https://www.freelogovectors.net/wp-content/uploads/2025/06/cursor-logo-freelogovectors.net_.png", + logo: "https://svgl.app/library/cursor_dark.svg", accent: "#000000", href: "https://cursor.com", }, + { + id: "warp", + name: "Warp", + from: "Warp", + logo: "https://svgl.app/library/warp.svg", + accent: "#9B59FF", + href: "https://www.warp.dev", + }, + { + id: "continue", + name: "Continue", + from: "Continue.dev", + logo: "https://continue.dev/icon.svg", + accent: "#000000", + href: "https://continue.dev", + }, + { + id: "cline", + name: "Cline", + from: "cline", + logo: "https://github.com/cline.png", + accent: "#F59E0B", + href: "https://github.com/cline/cline", + }, + { + id: "zed", + name: "Zed", + from: "Zed Industries", + logo: "https://svgl.app/library/zed-logo_dark.svg", + accent: "#FF4500", + href: "https://zed.dev", + }, + { + id: "droid", + name: "Droid", + from: "Factory.ai", + logo: "https://www.factory.ai/favicon.svg", + accent: "#FF6B35", + href: "https://docs.factory.ai/cli", + }, { id: "gemini-cli", name: "Gemini CLI", @@ -101,6 +151,30 @@ const MARQUEE: Agent[] = [ accent: "#4285F4", href: "https://github.com/google-gemini/gemini-cli", }, + { + id: "antigravity", + name: "Antigravity", + from: "Google", + logo: "https://svgl.app/library/antigravity.svg", + accent: "#4285F4", + href: "https://antigravity.google", + }, + { + id: "qwen", + name: "Qwen Code", + from: "Alibaba", + logo: "https://svgl.app/library/qwen_dark.svg", + accent: "#615CED", + href: "https://github.com/QwenLM/qwen-code", + }, + { + id: "kiro", + name: "Kiro", + from: "AWS", + logo: "https://kiro.dev/favicon.ico", + accent: "#FF9900", + href: "https://kiro.dev", + }, { id: "opencode", name: "OpenCode", @@ -109,14 +183,6 @@ const MARQUEE: Agent[] = [ accent: "#22C55E", href: "https://github.com/opencode-ai/opencode", }, - { - id: "cline", - name: "Cline", - from: "cline", - logo: "https://github.com/cline.png", - accent: "#F59E0B", - href: "https://github.com/cline/cline", - }, { id: "roo", name: "Roo Code", @@ -152,8 +218,8 @@ const MARQUEE: Agent[] = [ { id: "windsurf", name: "Windsurf", - from: "Codeium", - logo: "https://exafunction.github.io/public/brand/windsurf-black-symbol.svg", + from: "Cognition", + logo: "https://svgl.app/library/windsurf-dark.svg", accent: "#00A699", href: "https://windsurf.com", }, @@ -224,12 +290,12 @@ export function Agents() {
WORKS WITH

- SIX FIRST-PARTY.
REST MCP-NATIVE. + SEVEN NATIVE PLUGINS.
REST MCP-NATIVE.

- NATIVE PLUGINS FOR CLAUDE CODE, CODEX CLI, OPENCLAW, HERMES, PI, AND - OPENHUMAN. EVERY OTHER MCP CLIENT GETS IT FOR FREE. `agentmemory - connect <agent>` AUTO-WIRES THEM ALL. + NATIVE PLUGINS FOR CLAUDE CODE, COPILOT CLI, CODEX CLI, OPENCLAW, + HERMES, PI, AND OPENHUMAN. EVERY OTHER MCP CLIENT GETS IT FOR FREE. + `agentmemory connect <agent>` AUTO-WIRES THEM ALL.

diff --git a/website/next.config.ts b/website/next.config.ts index 983442e17..314542bfb 100644 --- a/website/next.config.ts +++ b/website/next.config.ts @@ -19,11 +19,13 @@ const config: NextConfig = { { protocol: "https", hostname: "avatars.githubusercontent.com" }, { protocol: "https", hostname: "raw.githubusercontent.com" }, { protocol: "https", hostname: "matthiasroder.com" }, - { protocol: "https", hostname: "exafunction.github.io" }, - { protocol: "https", hostname: "www.freelogovectors.net" }, { protocol: "https", hostname: "aaif.io" }, { protocol: "https", hostname: "trendshift.io" }, { protocol: "https", hostname: "api.producthunt.com" }, + { protocol: "https", hostname: "svgl.app" }, + { protocol: "https", hostname: "www.factory.ai" }, + { protocol: "https", hostname: "kiro.dev" }, + { protocol: "https", hostname: "continue.dev" }, ], }, };