mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
fix(install): ASCII-only comment in install.ps1 voice-deps helper
test_install_ps1_is_pure_ascii guards against PowerShell 5.1 ANSI codepage misdecoding (issues #66994/#67000); the Install-DesktopVoiceDeps comment had an em-dash.
This commit is contained in:
parent
757ba253d8
commit
1398cc40cd
1 changed files with 1 additions and 1 deletions
|
|
@ -2819,7 +2819,7 @@ function Install-DesktopVoiceDeps {
|
|||
# leaving them to lazy first-use install. Policy change (Teknium, July
|
||||
# 2026, #70509 testing): the first ear-click used to trigger a
|
||||
# multi-minute onnxruntime pip install that froze the UI and blew RPC
|
||||
# timeouts. Best-effort — lazy install remains the fallback for anything
|
||||
# timeouts. Best-effort -- lazy install remains the fallback for anything
|
||||
# this step fails to fetch.
|
||||
if (-not $script:UvCmd) { Resolve-UvCmd }
|
||||
if (-not $script:UvCmd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue