From 0a8985acf9dfdb8596d2e883a25125e2b553c311 Mon Sep 17 00:00:00 2001 From: 0xbyt4 <35742124+0xbyt4@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:55:34 +0300 Subject: [PATCH] fix: add missing load_config import in _show_voice_status --- cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.py b/cli.py index e7e89d938..7f7e805c1 100755 --- a/cli.py +++ b/cli.py @@ -3897,6 +3897,7 @@ class HermesCLI: def _show_voice_status(self): """Show current voice mode status.""" + from hermes_cli.config import load_config from tools.voice_mode import check_voice_requirements reqs = check_voice_requirements()