strix icon indicating copy to clipboard operation
strix copied to clipboard

Feat/ Real-time display for stats

Open AlexanderDeBattista opened this issue 1 month ago • 1 comments

Added a panel of real-time stats showing number of vulnerabilities, agents, tools, tokens, and total cost. This makes it easier to control cost, and to have an overview of the status of your current run. :)

The key changes I implemented were:

  • CLI: Live status panel with real-time updates
  • Utils: Created a separate "live" and "final" result function, for customizability
  • TUI: Panel with live stats refresh every 2 seconds
  • CSS: Updated layout for the new stats display panel

Panel that I added before any reported vulnerabilities: Screenshot 2025-11-24 at 13 26 43

After reported vulnerabilities: Screenshot 2025-11-24 at 13 57 03

AlexanderDeBattista avatar Nov 24 '25 09:11 AlexanderDeBattista

This looks so cool!

I think this is actually one of the most requested features.

Reviewing the code now!

Thanks a lot for the contribution :) @AlexanderDeBattista

0xallam avatar Nov 24 '25 20:11 0xallam

Amazing job @AlexanderDeBattista

LGTM! Merged into main :)

0xallam avatar Nov 25 '25 12:11 0xallam

Thank you for the kind words, and for looking through it so quickly. :)

AlexanderDeBattista avatar Nov 25 '25 13:11 AlexanderDeBattista