Skip to content

AgentGUI v1.0.968

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:44

AgentGUI v1.0.968

Latest commit: 70c0e43
fix: default same-origin backend base to __BASE_URL so HTTP calls stay under the router prefix

With the default backend base '', probeBackend and the history/file API
fetched /health and /v1/* at the site root. Behind a path-routing proxy
(nginx /gm/ with HTTP Basic auth) those root requests got 401 challenges,
so the browser re-prompted for a password on every health poll. Honour
window.__BASE_URL for the same-origin default, matching what wsUrl()
already does for the sync WebSocket.

Install with:

bun x agentgui@latest
npm install -g agentgui
npx agentgui

Web interface: http://localhost:3000/gm/

Notes:

  • Data stored in ~/.gmgui/ folder
  • Requirements: Node.js 18+