dify/api/tasks/app_generate
Yansong Zhang e50c36526e fix(api): fix transparent upgrade SSE channel mismatch and chat mode routing
- workflow_execute_task: add AppMode.CHAT/AGENT_CHAT/COMPLETION to the
  AdvancedChatAppGenerator routing branch so transparently upgraded old
  apps can execute through the workflow engine.
- app_generate_service: use app_model.mode (not hardcoded AppMode.AGENT)
  for SSE event subscription channel, ensuring the subscriber and
  Celery publisher use the same Redis channel key.

Made-with: Cursor
2026-04-09 17:27:41 +08:00
..
__init__.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow_execute_task.py fix(api): fix transparent upgrade SSE channel mismatch and chat mode routing 2026-04-09 17:27:41 +08:00