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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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