You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: download dify-plugin-cli to temp directory to avoid packaging
- Download dify-plugin-linux-amd64 to /tmp/dify-cli instead of current directory
- This prevents the CLI tool from being included in the plugin package
- Reduces final package size significantly
- Add *.difypkg to .gitignore to exclude generated packages
0 commit comments