humanizetech commited on
Commit
2a5a030
·
1 Parent(s): 428bf37

chore: disable bypassPermissions mode by commenting out the setting.

Browse files
Files changed (1) hide show
  1. vapt_agent.py +1 -1
vapt_agent.py CHANGED
@@ -97,7 +97,7 @@ async def run_vapt_agent_with_callback(
97
  ],
98
  max_turns=100,
99
  model=model_name,
100
- permission_mode="bypassPermissions",
101
  cwd=Path(working_directory) if working_directory else Path.cwd(),
102
  )
103
 
 
97
  ],
98
  max_turns=100,
99
  model=model_name,
100
+ #permission_mode="bypassPermissions",
101
  cwd=Path(working_directory) if working_directory else Path.cwd(),
102
  )
103