From 91b96c679f1abe326099f510df802d3cb6ac40fd Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:08:04 +0000 Subject: [PATCH] fix: remove duplicate codex key in PLUGIN_INFO Co-Authored-By: Claude Opus 4.5 --- apps/web/app/auth/connect/page.tsx | 11 ----------- 1 file changed, 11 deletions(-) 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 {