Files
dify-plugin-daemon/.gitignore
Harry 390b7641ea Implement trigger functionality and clean up dynamic select code
- Added new trigger-related access types and actions in access.go.
- Introduced new HTTP routes for trigger operations in http_server.gen.go.
- Updated plugin declaration to include triggers in plugin_entities.
- Removed unused dynamic select service and controller files.
- Enhanced message handling in debugging_runtime to support trigger registration.

This update enhances the plugin system by integrating trigger capabilities while cleaning up legacy code.
2025-09-02 16:28:19 +08:00

17 lines
164 B
Plaintext

release/
logs/
.vscode/
.idea/
.env
cmd/**/__debug_bin*
*.zip
.DS_Store
storage/
__pycache__
media-cache
subprocesses
working
cwd/
bin/
.venv/
integration_test_cwd/