From fd60ee27becca6a908ace4f7a6ac63052ce4cb34 Mon Sep 17 00:00:00 2001 From: ttiee Date: Mon, 16 Mar 2026 00:10:36 +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 + }, ]