You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Extract loadNodesFromDir() from NodesPool for reuse
Move node-loading and filtering logic into a public loadNodesFromDir(dir)
method so extensions can load nodes from additional directories without
duplicating DISABLED_NODES, skipCategories, and community node checks.
0 commit comments