Skip to content

v0.1.3

Choose a tag to compare

@abundantbeing abundantbeing released this 25 Jun 11:59
· 17 commits to main since this release

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-agent alias, Browser can recover real model choices from /api/sessions history without keeping the alias as the primary picker entry.
  • Connected local agent picker — Scan trusted localhost Hermes API gateways on ports like 8642-8646 and 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 gh poller 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 package

Then load dist/ as an unpacked extension in Chrome/Edge/Comet.

Public alpha. Load unpacked. Local or remote Hermes runtime. Read-only browser context.