fix: wire ai platform run and codex chat

This commit is contained in:
2026-06-13 11:45:03 +08:00
parent af879e4607
commit 9632c1b4a6
7 changed files with 526 additions and 24 deletions
+11
View File
@@ -62,6 +62,17 @@ function createLightAiMenuRoute(
}
const LIGHT_AI_PLATFORM_MENU_ROUTES = [
createLightAiMenuRoute({
component: '/_core/agent-chat/index',
meta: {
fullPathKey: true,
icon: 'lucide:code',
order: 25,
title: 'menu-title.codex',
},
name: 'CodexAgentChat',
path: '/agent-chat/codex',
}),
createLightAiMenuRoute({
component: '/ai-platform/model/index',
meta: {