dify/api/core/plugin/entities
-LAN- e5ad372df9
feat: simplify marketplace plugin identifier format
- Drop checksum from marketplace_plugin_unique_identifier
- Use simpler org/name:version format instead of org/name:version@checksum
- Update download endpoint to /api/v1/plugins/{org}/{name}/{version}/download
- Maintain backward compatibility by stripping checksums when present
2025-09-04 01:09:55 +08:00
..
base.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
bundle.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
endpoint.py chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049) 2025-05-08 17:39:51 +08:00
marketplace.py feat: plugin deprecation notice (#22685) 2025-07-22 10:27:35 +08:00
parameters.py feat: Add Citations and Attributions to Agent Node (#18558) 2025-07-16 15:46:15 +08:00
plugin.py feat: simplify marketplace plugin identifier format 2025-09-04 01:09:55 +08:00
plugin_daemon.py feat: oauth refresh token (#22744) 2025-07-23 13:12:39 +08:00
request.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00