fix(stage-ui): plugin tools not enabled

This commit is contained in:
Neko Ayaka
2026-04-29 00:45:04 +08:00
parent 1ca972f362
commit 1e30b05bf1
+1
View File
@@ -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()