VS Code extension v0.2.0 — use it as a model in Copilot Chat
hermes-router is now a model you can pick in VS Code Chat.
This release registers hermes-router as a VS Code Language Model provider, so it appears in Copilot Chat's model picker (and is usable by any vscode.lm consumer). Select it and your prompts route through the router's free pool — with streamed replies.
Use it
- Install
hermes-router-0.2.0.vsix(Extensions → ⋯ → Install from VSIX). - Make sure your router is running and set
hermesRouter.apiKeyto yourPROXY_API_KEYSvalue. - Open Copilot Chat → model picker → choose hermes-router.
Notes
- Requires VS Code ≥ 1.104 and the GitHub Copilot Chat extension (for the chat UI).
- v1 streams text replies; agent-mode tool-calling is planned for a later release.
- Plus everything from v0.1.0: status-bar health, the live dashboard, and
hrmanagement commands.
Source: vscode-extension/