mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
fix: remove duplicate codex key in PLUGIN_INFO
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6fa2a8c70e
commit
91b96c679f
1 changed files with 0 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue