VS Code extension v0.3.1
Friendlier control errors when the hr CLI isn't installed.
The Restart / Add Key / Model / Rotation commands shell out to the hr CLI, which only exists on Linux/macOS/WSL — not on a Windows host or when the router runs in Docker. They previously failed with a cryptic spawn hr ENOENT / "term 'hr' is not recognized".
The extension now detects a missing hr and shows clear, Docker-aware guidance (set keys via -e <PROVIDER>_API_KEYS=…, use docker restart) with a docs link, instead of the raw error. Monitoring and "use as a model" in Copilot Chat are unaffected and keep working.
Install from the Marketplace or grab the attached .vsix.