dify/web/app/components
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
2025-06-24 09:05:29 +08:00
..
app Feat: support selecting model in auto generator (#21208) 2025-06-20 13:42:42 +08:00
app-sidebar E-300 (#19726) 2025-05-20 12:07:50 +08:00
base feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
billing E-300 (#19726) 2025-05-20 12:07:50 +08:00
custom fix: show 'reset brand' button after set branding image (#20420) 2025-05-29 15:13:00 +08:00
datasets fix segment display the default (#21317) 2025-06-23 13:48:39 +08:00
develop fix: wrong translation (#21311) 2025-06-21 11:51:52 +08:00
explore E-300 (#19726) 2025-05-20 12:07:50 +08:00
header Feat: add check before install plugin (#20014) 2025-06-18 15:51:23 +08:00
plugins feat: add config for max-tree-depth (#21291) 2025-06-23 13:55:57 +08:00
share Fix/add webapp no permission page (#20819) 2025-06-09 15:44:49 +08:00
signin Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
tools Feat: add check before install plugin (#20014) 2025-06-18 15:51:23 +08:00
workflow Fixes #21351 (#21354) 2025-06-23 14:01:51 +08:00
workflow-app fix: workflow import sync env and conversation variables (#21215) 2025-06-19 15:44:42 +08:00
browser-initor.tsx Chore/cleanup warnings (#17974) 2025-04-14 11:27:14 +08:00
i18n-server.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
i18n.tsx Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
sentry-initor.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
swr-initor.tsx Chore/cleanup warnings (#17974) 2025-04-14 11:27:14 +08:00
with-i18n.tsx