mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 19:35:10 +00:00
- Simplified the command execution logic by removing unnecessary shell invocations. - Enhanced working directory validation by directly using the `test` command. - Improved command parsing with `shlex.split` for better handling of raw commands.