feat: implement incremental pentest data persistence

This commit is contained in:
Ahmed Allam
2025-11-22 22:54:07 +04:00
committed by Ahmed Allam
parent 86e6ed49bb
commit 5befb32318
5 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ def main() -> None:
else:
asyncio.run(run_tui(args))
results_path = Path("agent_runs") / args.run_name
results_path = Path("strix_runs") / args.run_name
display_completion_message(args, results_path)
if args.non_interactive: