From e74653d59d2235d1906cec027558c7ff84d44750 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 6 Mar 2026 19:28:30 +0100 Subject: [PATCH] fix: add connect_passthrough + schematic tools to directToolNames so AI always sees them --- src/tools/registry.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tools/registry.ts b/src/tools/registry.ts index 1f9294b..181b4ce 100644 --- a/src/tools/registry.ts +++ b/src/tools/registry.ts @@ -137,6 +137,12 @@ export const directToolNames = [ // Board setup "add_board_outline", + // Schematic essentials (always visible so AI uses them correctly) + "add_schematic_component", + "connect_passthrough", + "connect_to_net", + "add_schematic_net_label", + // UI management "check_kicad_ui" ];