From 37c4e05b80448462a8ffb43ca8a89826c7525e12 Mon Sep 17 00:00:00 2001 From: "https://github.com/Zerubabel-J" Date: Wed, 18 Feb 2026 20:46:07 +0300 Subject: [PATCH] fix: add select_active_intent to TOOL_DISPLAY_NAMES --- src/shared/tools.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/tools.ts b/src/shared/tools.ts index 491ba69361..a92cd5d22f 100644 --- a/src/shared/tools.ts +++ b/src/shared/tools.ts @@ -289,6 +289,7 @@ export const TOOL_DISPLAY_NAMES: Record = { skill: "load skill", generate_image: "generate images", custom_tool: "use custom tools", + select_active_intent: "declare active intent", } as const // Define available tool groups.