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.8
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.9
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 4, 2026

  1. fix: isolate backwards invocation contexts (#788)

    Return a context-bound invocation copy for each manager request so canceled plugin sessions cannot affect subsequent calls to Dify internal APIs.
    euxx authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    76ddb62 View commit details
    Browse the repository at this point in the history
  2. feat(model-declaration): support per-field help on model provider cre…

    …dentials (#774)
    
    Model-provider credential form fields (ModelProviderCredentialFormSchema)
    did not model a per-field help, so a plugin manifest's help on such a
    field was silently dropped during unmarshal and never reached the
    management-API declaration. Tool credential fields (ProviderConfig)
    already carry Help and URL, so tool credential help renders while model
    provider help does not.
    
    Add Help and URL to ModelProviderCredentialFormSchema, matching the
    ProviderConfig fields, to bring model-provider credentials to parity.
    Additive and optional; no behavior change for existing plugins. Add a
    round-trip test asserting help survives unmarshal and marshal.
    dparkmit24 authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    bdebc14 View commit details
    Browse the repository at this point in the history
Loading