Compare commits

...

1 Commits

Author SHA1 Message Date
Timo Karp
187250d89b fix(approval): load permanent command allowlist on startup
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 00:54:59 -07:00

View File

@@ -871,3 +871,7 @@ def check_all_command_guards(command: str, env_type: str,
return {"approved": True, "message": None,
"user_approved": True, "description": combined_desc}
# Load permanent allowlist from config on module import
load_permanent_allowlist()