Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update, included: Dify Document
[ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
[ ] Dependency upgrade
Testing Instructions
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsDescription
This PR is based on #7661, which added the regeneration feature to the Chat, Agent, and Chatflow Dify applications.
This PR further refines the implementation by enabling a navigation switch within the chat bubble to review all generated messages.
This PR only implemented navigating in
Log detail
andChatflow run history detail
views.https://github.com/user-attachments/assets/6f753a1d-5698-47a9-ada2-7970ceca02b6
https://github.com/user-attachments/assets/01d57376-324c-45cd-a72b-ee151827d860
Fixes https://github.com/langgenius/dify/issues/8910
Type of Change
Testing Instructions
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration