release(v0.0.5): sync TokenHub language model catalog and remove offline models - #2827
Open
lws123321 wants to merge 6 commits into
Open
release(v0.0.5): sync TokenHub language model catalog and remove offline models#2827lws123321 wants to merge 6 commits into
lws123321 wants to merge 6 commits into
Conversation
…ort and enhancements
Align predefined LLMs with the official TokenHub catalog: add Hy3/Qwen/Kimi/GLM/MiMo models, remove offline and delisted ones, and update allowlists/docs.
crazywoola
requested changes
Aug 6, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail | Required action |
|---|---|---|---|
README language |
❌ Fail | README.md CJK ratio=0.4% (zh=11, en=2586, allowed_zh<=0); Chinese characters are not allowed. Use multilingual README guidance: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme | Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme |
Full Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2401, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon_s_en.svg | None. |
Version check |
✅ Pass | version 0.0.5 is available. | None. |
README language |
❌ Fail | README.md CJK ratio=0.4% (zh=11, en=2586, allowed_zh<=0); Chinese characters are not allowed. Use multilingual README guidance: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme | Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.10.1 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
Next steps
- README language: Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme
Please address these issues and push an update.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
This release realigns predefined language models with the official TokenHub model list.
Added
hy3(with thinking toggle and reasoning effort)hy-mt2-pro/hy-mt2-plus/hy-mt2-litehy-roleglm-5.2kimi-k3,kimi-k2.7-code,kimi-k2.7-code-highspeedqwen3.5-flash,qwen3.5-plusmimo-v2.5-proRemoved
hy3-preview,minimax-m2.5hunyuan-2.0-thinking-20251109,hunyuan-2.0-instruct-20251111,deepseek-v3.2,deepseek-v3.1-terminus,deepseek-r1-0528,deepseek-v3-0324Also updated
_position.yamlorder, thinking / reasoning-effort allowlistsdeepseek-v4-flash)No breaking API changes to existing model invocation behavior.
Risk level
Low risk: the plugin only calls the fixed, documented Tencent TokenHub HTTPS OpenAI-compatible API and does not execute user-controlled code, commands, or SQL.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
No new data collection. Requests are sent to Tencent TokenHub for inference. See
PRIVACY.md.Local validation
dify plugin packageastencent-tokenhub-0.0.5.difypkghy3,glm-5.2,kimi-k3,qwen3.5-flash)deepseek-v4-flashReviewer notes
Version update PR contains only the new
.difypkgpackage forlws123321/tencent-tokenhubv0.0.5.