fix(cli): silence tirith prefetch install warnings at startup (#1452)
This commit is contained in:
parent
64d333204b
commit
471c663fdf
4 changed files with 53 additions and 15 deletions
2
cli.py
2
cli.py
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue