Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langgenius/dify-plugin-daemon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.3
Choose a base ref
...
head repository: langgenius/dify-plugin-daemon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.4
Choose a head ref
  • 6 commits
  • 31 files changed
  • 7 contributors

Commits on Jul 2, 2026

  1. fix: fix update plugin query plugin not use source (#763)

    * chore: log more detail about failed to get session info from cache
    
    * fix: fix update plugin query plugin not use source
    fatelei authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    10d95d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. fix: fallback to lowercase proxy env vars (http_proxy, https_proxy, n…

    …o_proxy) (#767)
    
    Currently plugin_daemon only reads HTTP_PROXY/HTTPS_PROXY/NO_PROXY in
    uppercase via envconfig. Many Linux environments set these in lowercase
    (http_proxy/https_proxy/no_proxy), causing plugin installation failures
    behind proxies.
    
    This adds a fallback in SetDefault() that reads lowercase variants when
    the uppercase ones are empty.
    
    Fixes #18752
    isheng-eqi authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    b4c7606 View commit details
    Browse the repository at this point in the history
  2. fix(local-runtime): recover stopped plugin instances (#766)

    * fix(local-runtime): recover stopped plugin instances
    
    * fix(local-runtime): remove unnecessary stdin write lock
    
    ---------
    
    Co-authored-by: Kevin9703 <[email protected]>
    Co-authored-by: kevin.zhang <[email protected]>
    3 people authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    3b51c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. feat(cli): align plugin init templates with marketplace review requir…

    …ements (#769)
    
    * feat(cli): align plugin templates with marketplace review requirements
    
    - bump dify_plugin requirement to >=0.9.0,<0.10.0
    - fix README template rendering empty description ({{ .Description }} -> {{ .PluginDescription }})
    - turn PRIVACY.md into a structured privacy policy skeleton
    - add setup/usage sections and English-only notice to README templates (en, zh_Hans, ja_JP, pt_BR)
    - add marketplace submission checklist to GUIDE.md
    - warn when author name contains 'langgenius' or 'dify'
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * feat(cli): scaffold plugins with uv pyproject.toml instead of requirements.txt
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * fix(cli): restore privacy policy placeholder line in PRIVACY.md template
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * fix(cli): scaffold both requirements.txt and pyproject.toml, revert author warning
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Fable 5 <[email protected]>
    crazywoola and claude authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    3d98785 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. Configuration menu
    Copy the full SHA
    42c2228 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. Configuration menu
    Copy the full SHA
    5391372 View commit details
    Browse the repository at this point in the history
Loading