dify/web/app/components/workflow/nodes
aqiu c4eee28fd8 refactor(vibe): modularize config and enhance workflow generation
- Extract vibe configuration into dedicated module (api/core/llm_generator/vibe_config/)
  - node_schemas.py: Built-in node parameter definitions
  - fallback_rules.py: Keyword-based fallback rules and aliases
  - responses.py: Off-topic response templates
  - node_definitions.json: Shared schema for frontend/backend sync

- Enhance workflow generation with intent classification
  - Add off-topic detection with helpful suggestions
  - Support regeneration mode with previous workflow context
  - Add tool validation and sanitization
  - Support language preference for generated content

- Extract frontend config to use-workflow-vibe-config.ts
  - NODE_TYPE_ALIASES: Node type inference mapping
  - FIELD_NAME_CORRECTIONS: LLM output field corrections
  - correctFieldName(): Unified field correction helper

- Fix defensive null checks in variable utils and key-value list
- Change verbose debug logs from info to debug level
2025-12-29 11:04:41 +08:00
..
_base refactor(vibe): modularize config and enhance workflow generation 2025-12-29 11:04:41 +08:00
agent chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
answer chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
assigner chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
code chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
data-source chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
data-source-empty chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
document-extractor chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
end chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
http refactor(vibe): modularize config and enhance workflow generation 2025-12-29 11:04:41 +08:00
if-else chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
iteration chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
iteration-start chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
knowledge-base chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
knowledge-retrieval fix: fix metadata filter not survive a rename (#30174) 2025-12-26 10:40:30 +08:00
list-operator chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
llm chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
loop chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
loop-end chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
loop-start chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
parameter-extractor chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
question-classifier chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
start chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
template-transform chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
tool chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
trigger-plugin feat: add editing support for trigger subscriptions (#29957) 2025-12-24 19:15:54 +08:00
trigger-schedule chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
trigger-webhook chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
variable-assigner chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
components.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
constants.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
index.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
utils.ts fix: element of Array[string] and Array[number] and size attribution (#23074) 2025-07-30 15:21:50 +08:00