Skip to content
Discussion options

You must be logged in to vote

The revert to 0.5.3-local in Dify 1.13.3 was intentional. PR #34079 includes an explicit commit titled fix: restore sandbox runtime compatibility that rolled back the plugin daemon version across all Docker Compose files [1].

Plugin daemon 0.5.4 introduced at least two confirmed regressions:

  1. Broken agent tool calling — 0.5.4 added strict JSON validation that rejects content: null in PromptMessage.UnmarshalJSON(). Since LLM providers return content: null during function calls, this broke all agent tool usage with unmarshal json failed: content field is required .
  2. Plugin dependency installation failures — 0.5.4 caused failed to install dependencies: failed to start command: context canceled

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scdeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant