Skip to content

VS Code extension v0.3.0 — agent mode (tool calling)

Choose a tag to compare

@Shaf2665 Shaf2665 released this 21 Jun 01:39
· 12 commits to main since this release

hermes-router now works in Copilot agent mode.

This release adds tool/function calling to the hermes-router language model, so you can use it for agentic coding — running commands, editing files, and calling MCP tools — not just chat.

Use it

  1. Install hermes-router-0.3.0.vsix (Extensions → ⋯ → Install from VSIX).
  2. Router running + hermesRouter.apiKey set to your PROXY_API_KEYS value.
  3. Open Copilot Chat, switch to Agent mode, pick hermes-router in the model picker, and give it a task.

The router automatically routes tool-using requests to tool-capable providers in your pool.

Notes

  • Requires VS Code ≥ 1.104 and the GitHub Copilot Chat extension.
  • Includes everything from v0.1.0 (status bar + dashboard + hr management) and v0.2.0 (use it as a chat model).

Source: vscode-extension/