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
feat(Makefile): set default goal to 'all' for easier command execution
feat(shell_executor.py): add _create_shell_command method to safely create shell command strings and prevent shell injection
refactor(shell_executor.py): change subprocess execution to use create_subprocess_shell for improved command handling
0 commit comments