plugin Deepseek-reasoner v0.0.5 still using the hardcoded <details ...> tag to handle reason content #192

Closed
opened 2026-02-16 10:18:23 -05:00 by yindo · 1 comment
Owner

Originally created by @Norwa9 on GitHub (Apr 13, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

v1.1.1

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

in the deepseek official plugin, the deepseek reasoner still using hardcoded <details ...> tag to handle reason content, and this tag saved with reason content into Message.answer field

Image

✔️ Expected Behavior

this ugly implementation is fixed in:
https://github.com/langgenius/dify/pull/13392,
https://github.com/langgenius/dify-plugin-sdks/pull/33,

but deepseek plugin is outdated, it need rebuild

Actual Behavior

No response

Originally created by @Norwa9 on GitHub (Apr 13, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version v1.1.1 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce in the deepseek official plugin, the deepseek reasoner still using hardcoded <details ...> tag to handle reason content, and this tag saved with reason content into `Message.answer` field ![Image](https://github.com/user-attachments/assets/2cca5d36-8018-429b-b5ec-02eb8f0210b7) ### ✔️ Expected Behavior this ugly implementation is fixed in: https://github.com/langgenius/dify/pull/13392, https://github.com/langgenius/dify-plugin-sdks/pull/33, but deepseek plugin is outdated, it need rebuild ### ❌ Actual Behavior _No response_
yindo closed this issue 2026-02-16 10:18:23 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Apr 13, 2025):

Hi @Norwa9! I'm Dosu, your friendly bot here to help you sort out bugs, answer questions, and guide you in becoming a contributor. I'm here while you wait for a human maintainer. How can I assist you today?

The Deepseek-reasoner plugin version 0.0.5 is still using a hardcoded <details> tag to handle reason content, which is stored in the Message.answer field. This implementation was expected to be fixed in pull requests #13392 and #33, but the plugin is outdated and needs to be rebuilt to incorporate these changes. The <details> tag is used to encapsulate the thinking process, allowing it to be hidden or shown in the frontend, thereby clearly differentiating it from the actual answer [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Apr 13, 2025): <!-- Greeting --> Hi @Norwa9! I'm [Dosu](https://dosu.dev), your friendly bot here to help you sort out bugs, answer questions, and guide you in becoming a contributor. I'm here while you wait for a human maintainer. How can I assist you today? <!-- Answer --> The Deepseek-reasoner plugin version 0.0.5 is still using a hardcoded `<details>` tag to handle reason content, which is stored in the `Message.answer` field. This implementation was expected to be fixed in pull requests [#13392](https://github.com/langgenius/dify/pull/13392) and [#33](https://github.com/langgenius/dify-plugin-sdks/pull/33), but the plugin is outdated and needs to be rebuilt to incorporate these changes. The `<details>` tag is used to encapsulate the thinking process, allowing it to be hidden or shown in the frontend, thereby clearly differentiating it from the actual answer <sup>[[1]](https://github.com/langgenius/dify/issues/14762)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1384ce30-935e-45b1-a2ef-b194e2c56fa1?feedback_type=other)</sup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#192