From 1e30b05bf1758b339e771fdec851b1586d087227 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 29 Apr 2026 00:43:43 +0800 Subject: [PATCH] fix(stage-ui): plugin tools not enabled --- packages/stage-ui/src/stores/llm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/stage-ui/src/stores/llm.ts b/packages/stage-ui/src/stores/llm.ts index f59bcff17..e79e31597 100644 --- a/packages/stage-ui/src/stores/llm.ts +++ b/packages/stage-ui/src/stores/llm.ts @@ -65,6 +65,7 @@ export const useLLM = defineStore('llm', () => { ...await mcp(), ...await debug(), ...await createSparkCommandTool({ sendSparkCommand }), + ...await llmToolsStore.activeTools, ].toReversed(), tool => toolNameFrom(tool) ?? tool, ).toReversed()