From 0f73f659ff05cdaa1f0239d94815b2da21abab66 Mon Sep 17 00:00:00 2001 From: ttiee Date: Thu, 19 Mar 2026 11:02:18 +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 76182a12..ef076e15 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10494,4 +10494,24 @@ "tags": [], "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 + }, ]