fix: add connect_passthrough + schematic tools to directToolNames so AI always sees them
This commit is contained in:
@@ -137,6 +137,12 @@ export const directToolNames = [
|
|||||||
// Board setup
|
// Board setup
|
||||||
"add_board_outline",
|
"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
|
// UI management
|
||||||
"check_kicad_ui"
|
"check_kicad_ui"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user