mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2524] [MERGED] refactor(moonshot): Support interleaved thinking #2540
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2524
Author: @leslie2046
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @hjlarry
Base:
main← Head:fix-kimi📝 Commits (1)
e786fecrefactor(moonshot): Support interleaved thinking📊 Changes
4 files changed (+147 additions, -192 deletions)
View changed files
📝
models/moonshot/manifest.yaml(+3 -3)📝
models/moonshot/models/llm/kimi-k2.5.yaml(+21 -1)📝
models/moonshot/models/llm/llm.py(+122 -187)📝
models/moonshot/requirements.txt(+1 -1)📄 Description
Related Issues or Context
fixes https://github.com/langgenius/dify-official-plugins/issues/2523
1. update some parameter
https://platform.moonshot.cn/docs/guide/kimi-k2-5-quickstart#%E5%8F%82%E6%95%B0%E5%8F%98%E5%8A%A8%E8%AF%B4%E6%98%8E
2. support interleaved thinking
code copied from DeepSeek provider plugin
enable thinking
disable thinking
visual understanding
old models
agent node
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.