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
Improved receipt Markdown export readability with colorized terminal output for human-facing exports, concise risk bullets, capped risk lists, and dynamic rendering from signed receipt JSON instead of stale cached Markdown.
Replaced generic risky_command review reasons with specific command-risk codes such as command_risk_network_egress, command_risk_git_mutation, and command_risk_destructive_filesystem.
Fixed
Reduced command-risk false positives by ignoring quoted search patterns such as rg "curl|wget|token" when classifying executable commands.
Normalized legacy receipt Markdown output so previously finalized receipts with stored risky_command or stale provider-risk reasons render with current classifier labels without mutating signed JSON.