dify/web/app/components/workflow/panel/debug-and-preview/hooks
yyh 0fcddfe9a5
feat: invalidate sandbox files cache on workflow/chatflow run completion
Add useInvalidateSandboxFiles hook and call it alongside
fetchInspectVars/invalidAllLastRun so the Artifacts tab refreshes
automatically when a chatflow preview or workflow debug run finishes.
2026-02-03 16:47:05 +08:00
..
types.ts refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00
use-chat-flow-control.ts fix(workflow): disable view switch during preview run instead of mounted guard 2026-01-27 01:31:22 +08:00
use-chat-list.ts refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00
use-chat-message-sender.ts feat: invalidate sandbox files cache on workflow/chatflow run completion 2026-02-03 16:47:05 +08:00
use-chat-tree-operations.ts refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00
use-chat.ts refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00
use-workflow-event-handlers.ts refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00