secure_run_command_sequence
Execute a sequence of commands securely with controlled parameters, including timeout, error handling, and optional auto-commit, ensuring reliable task automation in VS Code environments.
Instructions
Execute multiple commands in sequence with security restrictions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commands | Yes | Array of commands to execute in sequence | |
commitMessage | No | Custom commit message | |
commitResult | No | Auto-commit after successful sequence | |
cwd | No | Working directory for all commands | |
stopOnError | No | Stop execution on first error (default: true) | |
timeout | No | Timeout per command in milliseconds |