mirror of
https://github.com/langgenius/dify.git
synced 2026-02-18 22:00:55 -05: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.