chore(ui): exclude OpenClaw from MCP & Skills app toggle lists

This commit is contained in:
Jason
2026-02-20 10:40:48 +08:00
parent d1bb4480db
commit 4440a14082
5 changed files with 22 additions and 6 deletions
+8
View File
@@ -23,6 +23,14 @@ export const APP_IDS: AppId[] = [
"openclaw",
];
/** App IDs shown in MCP & Skills panels (excludes OpenClaw) */
export const MCP_SKILLS_APP_IDS: AppId[] = [
"claude",
"codex",
"gemini",
"opencode",
];
export const APP_ICON_MAP: Record<AppId, AppConfig> = {
claude: {
label: "Claude",