feat: backend orkestrasyonunu ve arac entegrasyonlarini genislet
This commit is contained in:
@@ -19,6 +19,9 @@ SAFE_COMMAND_PREFIXES = (
|
||||
"whoami",
|
||||
"uname",
|
||||
"ps",
|
||||
"python3 -m http.server",
|
||||
"python -m http.server",
|
||||
"npm run build",
|
||||
)
|
||||
|
||||
APPROVAL_REQUIRED_PREFIXES = (
|
||||
@@ -74,4 +77,3 @@ def evaluate_terminal_command(command: str, mode: int) -> TerminalDecision:
|
||||
return TerminalDecision(decision="approval", reason="Command needs approval.")
|
||||
|
||||
return TerminalDecision(decision="approval", reason="Unknown command defaults to approval.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user