You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switched to use instead of JSON in TTY environments.
- Introduced rules to break up pipeline execution phases (Plan, Iteration X, Intelligence Processing).
- Added to vividly display AI deductive reasoning during cluster merges.
f"[bold cyan]Rationale:[/]\n{cluster.reasoning}\n\n[bold green]Action:[/]\nMerged [bold]{len(cluster_findings)}[/bold] duplicate findings into root cause [bold]{cluster_findings[0].test_case_id}[/bold].",
272
+
title="🧠 AI Vulnerability Deduplication",
273
+
border_style="cyan"
274
+
)
275
+
)
266
276
267
277
# Keep the finding with the highest CVSS or confidence
0 commit comments