fix(cli): silence tirith prefetch install warnings at startup (#1452)

This commit is contained in:
Teknium
2026-03-15 18:07:03 -07:00
committed by GitHub
parent 64d333204b
commit 471c663fdf
4 changed files with 53 additions and 15 deletions

2
cli.py
View File

@@ -4797,7 +4797,7 @@ class HermesCLI:
# Ensure tirith security scanner is available (downloads if needed)
try:
from tools.tirith_security import ensure_installed
ensure_installed()
ensure_installed(log_failures=False)
except Exception:
pass # Non-fatal — fail-open at scan time if unavailable