Skip to content

VS Code extension v0.2.0 — use it as a model in Copilot Chat

Choose a tag to compare

@Shaf2665 Shaf2665 released this 21 Jun 01:23
· 13 commits to main since this release

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

  1. Install hermes-router-0.2.0.vsix (Extensions → ⋯ → Install from VSIX).
  2. Make sure your router is running and set hermesRouter.apiKey to your PROXY_API_KEYS value.
  3. Open Copilot Chatmodel 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 hr management commands.

Source: vscode-extension/