From dfae7c7824068cd966ec94990c10181b9ec9d1ee Mon Sep 17 00:00:00 2001 From: ttiee Date: Fri, 13 Mar 2026 15:48:15 +0800 Subject: [PATCH] :beers: publish plugin Codex (#3888) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 001af33e..0c6e7ef8 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10487,4 +10487,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_codex", + "project_link": "nonebot-plugin-codex", + "author_id": 98325911, + "tags": [ + { + "label": "OpenAi", + "color": "#ea5252" + }, + { + "label": "Codex", + "color": "#6fd8fc" + }, + { + "label": "VibeCoding", + "color": "#74fc6f" + } + ], + "is_official": false + }, ]