feat: update ecohash model plugin to 0.0.3 - #3121
Open
wangwei-ecohash wants to merge 1 commit into
Open
wangwei-ecohash wants to merge 1 commit into
wangwei-ecohash wants to merge 1 commit into
Conversation
Member
|
1. Manifest metadata errors:
2. Version update errors:
How to fix:
Once fixed, push the changes and the Pre Check Plugin workflow will re-run automatically. |
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
The predefined model list had drifted from the EcoHash catalog. Four models shipped in 0.0.2 are no longer served and fail when a user selects them in Dify, including
qwen2.5-7b-instruct. This release removes those four, adds four current vision-capable LLMs, and changes how the list is generated so it cannot drift back.qwen2.5-7b-instruct,gemma-4-31b-it,qwen3-embedding-4b,qwen3-embedding-8bqwen3.5-27b,qwen3.6-27b,qwen3.6-35b-a3b,qwen3.8-27b__pycache__bytecode from the repositoryCHANGELOG.mdNo breaking changes. The provider id, credential schema and model interfaces are unchanged.
Risk level
The plugin calls one fixed HTTPS endpoint,
https://api.ecohash.com/v1, which is hardcoded in the source and not user-configurable. It executes no code, commands or SQL, performs no file operations or browser automation, and makes no arbitrary network requests.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 sensitive capability. The plugin forwards prompts, documents and model parameters to the EcoHash inference API and returns the response. The API key is stored by Dify as a provider credential and sent as a bearer token; the plugin does not log it. Data handling is described in
PRIVACY.md, whichmanifest.yamlreferences.Local validation
Verified on Dify Community Edition 1.17.1, self-hosted with Docker Compose, against the exact package in this PR (sha256
78eab19e5a46dc672ca411c6d52df535cece1002ab2806a1e5c4ebe36b1f3f98).Install:
Credentials and model list:
Inference through a Dify app:
Package contents, confirming no non-runtime files:
Reviewer notes
qwen3.6-35b-a3bemits<think>reasoning blocks in its output, which Dify currently renders as plain text. This is model behaviour, not plugin behaviour.