VS Code extension v0.3.0 — agent mode (tool calling)
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
- Install
hermes-router-0.3.0.vsix(Extensions → ⋯ → Install from VSIX). - Router running +
hermesRouter.apiKeyset to yourPROXY_API_KEYSvalue. - 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 +
hrmanagement) and v0.2.0 (use it as a chat model).
Source: vscode-extension/