fix : go interpreter error, hf provider import + feat : more logger

This commit is contained in:
martin legrand
2025-04-27 20:37:23 +02:00
parent f02f096356
commit 5517f53f8a
14 changed files with 84 additions and 34 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ unsafe_commands_unix = [
"passwd", # Password changes
"useradd", # Add users
"userdel", # Delete users
"brew", # Homebrew package manager
"groupadd", # Add groups
"groupdel", # Delete groups
"visudo", # Edit sudoers file
@@ -30,7 +31,7 @@ unsafe_commands_unix = [
"route" # Routing table management
"--force", # Force flag for many commands
"rebase", # Rebase git repository
"git ." # Git commands, feel free to remove it but i dont want to risk agenticSeek pushing to its own repo lol (see 56b5db7)
"git ." # Git commands
]
unsafe_commands_windows = [