fix(exec): disable command guard in full access

This commit is contained in:
chengyongru
2026-08-24 11:44:00 +08:00
committed by chengyongru
parent b1cadf53c5
commit 09d3bd76c9
3 changed files with 50 additions and 11 deletions
+1
View File
@@ -525,6 +525,7 @@ def test_exec_session_mode_reuses_exec_safety_guard(tmp_path):
tool = ExecTool(
working_dir=str(tmp_path),
deny_patterns=[r"echo\s+blocked"],
restrict_to_workspace=True,
session_manager=manager,
)