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
Hardened command execution by disabling shell parsing by default and eliminating the command-injection vector reported in #19.
Added
New CommandService configuration options, including useShell and defaultTimeout, plus isShellEnabled for diagnostics.
Environment variable overrides (SUPER_SHELL_USE_SHELL, CUSTOM_SHELL, SUPER_SHELL_COMMAND_TIMEOUT) to opt into legacy shell behaviour when absolutely necessary.