Update CALL-E plugin v0.1.9 - #2800
Merged
crazywoola merged 1 commit intoJul 31, 2026
Merged
Conversation
Derekwang2002
force-pushed
the
feat/update-call-e-plugin-v0.1.9
branch
from
July 30, 2026 04:48
8ea2396 to
cada1f2
Compare
Derekwang2002
force-pushed
the
feat/update-call-e-plugin-v0.1.9
branch
from
July 30, 2026 05:48
36b8cca to
22848d7
Compare
Derekwang2002
marked this pull request as ready for review
July 30, 2026 07:53
crazywoola
approved these changes
Jul 31, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2198, 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.svg | None. |
Version check |
✅ Pass | version 0.1.9 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=3487, allowed_zh<=0) | None. |
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.0 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
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
Bump
call_efrom0.1.8to0.1.9(call_e-0.1.9.difypkg).https://api.heycall-e.com.Risk level
Reason: the plugin sends user-provided phone numbers and optional call variables to CALL-E and creates outbound phone calls. It does not execute code or commands, access local files, or make arbitrary user-directed network requests.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Sensitive capability disclosure
The plugin makes fixed HTTPS requests only to
https://api.heycall-e.com. It sends a CALL-E credential, phone number, and optional call variables to create an outbound call. The tool descriptions clearly require a valid recipient number and explicit confirmation before the live-call-and-wait action.Verification
dify_plugin 0.10.0: plugin configuration loaded and the serverless service started successfully.368befd9e867926896c2141167144ee2f4214f6569b8dd18976baaa64a0d8399derekwang2002/call_e/call_e-0.1.9.difypkg.