diff --git a/apps/web/app/auth/connect/page.tsx b/apps/web/app/auth/connect/page.tsx index e8d0bac8..37f61d3d 100644 --- a/apps/web/app/auth/connect/page.tsx +++ b/apps/web/app/auth/connect/page.tsx @@ -101,17 +101,6 @@ const PLUGIN_INFO: Record = { ], icon: "/images/plugins/codex.svg", }, - codex: { - name: "OpenAI Codex", - description: - "Memory layer for Codex. Keeps coding context, preferences, and decisions available across sessions.", - features: [ - "Auto-recalls relevant context before prompts", - "Captures useful coding decisions from sessions", - "Supports project and custom memory containers", - ], - icon: "/images/plugins/opencode.svg", - }, } function getPluginName(client: string): string {