v0.1.3
What's new in Hermes Browser Extension v0.1.3
Hermes Browser Extension now connects beyond localhost: remote API servers, dashboard WebSocket gateways, local agent ports, and Hermes-powered repo review are in the alpha loop.
Changed
- Remote gateway modes — Choose local API, remote API, or remote dashboard/WebSocket setup from the side-panel settings.
- Dashboard WebSocket bridge — Remote dashboard mode mints browser tickets from an authenticated dashboard tab and talks over
wss://. - Real model fallback discovery — If an older gateway only advertises the synthetic
hermes-agentalias, Browser can recover real model choices from/api/sessionshistory without keeping the alias as the primary picker entry. - Connected local agent picker — Scan trusted localhost Hermes API gateways on ports like
8642-8646and switch the Browser side panel between local agents that share the same browser token. - Clearer connect fallback — Pairing 404s now explain when an install does not expose Desktop pairing and point users to manual setup instead of a raw error.
- Stronger browser-context redaction — Added coverage for provider-shaped tokens and compound secret keys before page context reaches the agent prompt.
- Hermes PR/issue reviews — Added a local
ghpoller and event runner so Hermes can review changed PRs/issues without comment spam. - Review watchdog hardening — Stuck local review requests now timeout per target instead of hanging the whole poller.
Install
git clone https://github.com/abundantbeing/hermes-browser-extension.git
cd hermes-browser-extension
npm install
npm run packageThen load dist/ as an unpacked extension in Chrome/Edge/Comet.
Public alpha. Load unpacked. Local or remote Hermes runtime. Read-only browser context.