mirror of
https://github.com/langgenius/dify.git
synced 2026-02-14 19:01:02 -05:00
Add `enabled` parameter to tool query hooks so non-plugin nodes (LLM, Code, IfElse, etc.) avoid registering React Query observers. Extract shared matching functions into plugin-install-check utils to eliminate duplicate logic between the hook and the checklist.