fix: remove duplicate codex key in PLUGIN_INFO

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-05-15 08:08:04 +00:00
parent 6fa2a8c70e
commit 91b96c679f

View file

@ -101,17 +101,6 @@ const PLUGIN_INFO: Record<string, PluginInfo> = {
],
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 {