Skip to content

VS Code extension v0.3.1

Choose a tag to compare

@Shaf2665 Shaf2665 released this 21 Jun 16:47
· 7 commits to main since this release

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.