Dify 1.13.3 is a focused patch release aimed at improving platform stability and execution correctness. While it only adds one new feature, the update delivers a meaningful batch of fixes across workflow configuration, real-time streaming, runtime behavior, and knowledge retrieval, making day-to-day use more reliable for teams building AI applications on the platform.
The main feature in Dify 1.13.3 is new variable-reference support for model parameters inside LLM, Question Classifier, and Variable Extractor nodes. This gives workflow builders more flexibility when configuring model behavior dynamically, which should make complex workflow design easier and reduce manual reconfiguration.
On the workflow and runtime side, the release fixes several issues that could affect execution accuracy. These include restoring prompt message transformation logic, correcting how max_retries=0 is handled for executor-driven HTTP Request execution, and resolving editor problems where pasted nodes incorrectly retained Loop or Iteration metadata. The update also blocks HumanInput nodes from being pasted into invalid containers, which should reduce workflow authoring mistakes.
Dify 1.13.3 also addresses important streaming issues. The patch fixes replay and concurrency problems in StreamsBroadcastChannel, improving consistency in frontend and backend event delivery. For teams relying on real-time responses and interface updates, this should help reduce unstable or inconsistent streaming behavior.
Knowledge retrieval received several practical fixes as well. The release preserves citation metadata in web responses, resolves crashes caused by missing dataset icon metadata, corrects hit-count query filtering, and restores indexed document chunk previews. These changes improve both retrieval accuracy and usability for teams working with knowledge bases and document-backed AI assistants.
This version matters because it strengthens the reliability of core Dify functions rather than introducing broad platform changes. Workflow execution, streaming delivery, and knowledge retrieval are foundational parts of production AI applications, so even targeted fixes in these areas can have a meaningful impact on operator confidence and end-user experience.
For product and engineering teams using Dify, v1.13.3 looks like a practical maintenance update worth reviewing promptly. The added variable-reference support improves workflow flexibility, while the runtime and retrieval fixes reduce the risk of subtle errors, broken editor behavior, and inconsistent response delivery.
In short, Dify 1.13.3 is a quality-focused release that improves correctness across several high-impact areas. It is especially relevant for teams already running workflow-heavy deployments or knowledge-enabled AI applications and wanting more predictable behavior without waiting for a larger feature release.
Official Source: https://github.com/langgenius/dify/releases/tag/1.13.3