-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.Dify 1.13.3’s docker-compose still uses 2. Additional context or commentsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The revert to Plugin daemon 0.5.4 introduced at least two confirmed regressions:
So To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
The revert to
0.5.3-localin Dify 1.13.3 was intentional. PR #34079 includes an explicit commit titledfix: restore sandbox runtime compatibilitythat rolled back the plugin daemon version across all Docker Compose files [1].Plugin daemon 0.5.4 introduced at least two confirmed regressions:
content: nullinPromptMessage.UnmarshalJSON(). Since LLM providers returncontent: nullduring function calls, this broke all agent tool usage withunmarshal json failed: content field is required.failed to install dependencies: failed to start command: context canceled…