Add tim80411/line-connect (Community Fix) v0.10.0 - #2839
Open
tim80411 wants to merge 1 commit into
Open
Conversation
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
Community fork of DomT00T/line-connect (MIT, attribution preserved in LICENSE/README) — a LINE Official Account ↔ Dify bridge endpoint plugin. This fork fixes the recurring "conversation resets to the greeting message" bug (upstream issue #1, reproduced again on 2026-08-05 on the latest upstream v0.9.7; upstream has had no commits for ~4 months):
Conversation Not Exists(4xx). Upstream dropped the cid after any two consecutive errors, silently resetting the conversation.exist→setstorage key per webhook event replaces the shared read-modify-write JSON list, removing the race under LINE webhook redelivery.All other functionality (admin dashboard, media, auto-reply, i18n) is unchanged from upstream v0.9.7.
Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
Same surface as upstream v0.9.7: handles LINE webhook events (user messages, media) and forwards them to the configured Dify app; verifies
X-Line-Signature(HMAC-SHA256); credentials are provided only via endpoint settings. No command/code execution, no SQL, no arbitrary URL fetching.PRIVACY.mdupdated with this fork's contact. No new data collection compared to upstream.Local validation
dify-plugin-darwin-arm64 v0.6.10:plugin packaged successfully(4.0 MB, 41 files; verified no.git/tests/state files included).Conversation Not Exists→ new conversation; on_cid fires on first SSE chunk; on_cid silent when cid unchanged; on_cid survives a cut stream with partial answer.py_compile+ endpoint import check againstdify_plugin==0.2.4(Python 3.12) pass.Reviewer notes
DomT00T/line-connectlisting. Happy to rename if reviewers prefer a different convention for forks.🤖 Generated with Claude Code
https://claude.ai/code/session_01BPwktbNWybDa1easvkqoEu