dify/api/core/workflow/nodes/command
Harry 5b01f544d1 refactor(command-node): streamline command execution and directory checks
- 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.
2026-01-08 11:04:11 +08:00
..
__init__.py feat: add Command node support 2026-01-06 19:30:38 +08:00
entities.py feat: add Command node support 2026-01-06 19:30:38 +08:00
exc.py feat: add Command node support 2026-01-06 19:30:38 +08:00
node.py refactor(command-node): streamline command execution and directory checks 2026-01-08 11:04:11 +08:00