Bump slack-support-agent to 0.0.2 - #3075
Merged
Merged
Conversation
fr3on
force-pushed
the
bump-slack-support-agent-0.0.2
branch
from
September 13, 2026 12:04
424d04b to
8cc2222
Compare
crazywoola
approved these changes
Sep 14, 2026
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
userfield onchat.invoke), instead of every conversation falling back to one shared anonymous end user - improves per-conversation visibility in Dify's own Logs/Messages.Risk level
Same risk profile as the initial submission: sends Slack message content to the linked Dify app and processes user-uploaded Slack files. No code/SQL execution, no SSH/filesystem/browser automation, no arbitrary user-controlled URL fetching.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.md, andmanifest.yamlreferences it.Security and privacy notes
No change to the security/privacy profile from the initial submission - see
PRIVACY.md. The new summarization feature reuses the plugin's existingmodelpermission (already declared inmanifest.yaml) and sends the same thread content that was already being sent asthread_history; it does not introduce a new data flow.Local validation
dify-pluginv0.6.10):dify-plugin plugin package ./slack-support-agent -o ./slack-support-agent-0.0.2.difypkg. Verified the archive contains only the 11 runtime files (no.git, caches, or secrets).Reviewer notes
None.