From 829d85625f1a1ebed6fac07df7a9853dc4ce8978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?cls=5F=E5=AE=81=E6=B3=A2=E6=9C=AC=E6=9C=BA?= <908705107@qq.com> Date: Sat, 13 Jun 2026 20:31:44 +0800 Subject: [PATCH] fix: keep codex chat in light menu --- backend-fastapi/core/menu/service.py | 1 + backend-fastapi/db_init.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend-fastapi/core/menu/service.py b/backend-fastapi/core/menu/service.py index 892222b..66721ef 100644 --- a/backend-fastapi/core/menu/service.py +++ b/backend-fastapi/core/menu/service.py @@ -28,6 +28,7 @@ AI_AGENT_ADMIN_MENU_NAMES = { "AIModelConfig", "AIWorkflow", "AIWorkflowRuns", + "CodexAgentChat", "KnowledgeBase", "SystemManagement", "SystemPermission", diff --git a/backend-fastapi/db_init.json b/backend-fastapi/db_init.json index a8b0693..0460f6b 100644 --- a/backend-fastapi/db_init.json +++ b/backend-fastapi/db_init.json @@ -7890,7 +7890,7 @@ "application_id": null, "is_system": true, "parent_id": "4CW_HY32ozaVOQpSz7njE", - "name": "Codex", + "name": "CodexAgentChat", "title": "menu-title.codex", "authCode": null, "path": "/agent-chat/codex",