Skip to content

AgentGUI v1.0.915

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Apr 10:43

AgentGUI v1.0.915

Latest commit: 706e93a
fix(server,tools,db): one-shot listen, cli-version timeouts, cleanup FK order, refresh-all clears cache

  • server.js: guard onServerReady against EADDRINUSE retry double-fire (autoProvision was running 100+ times on collision)
  • tool-version-check.js: bump CLI version-detect timeout 1s->15s and where-detect 3s->10s for Windows cmd.exe cold-start
  • db-queries-cleanup.js: delete child chunks/stream_updates before parent sessions to fix FK constraint failure aborting cleanup tx
  • routes-tools.js: /api/tools/refresh-all now calls refreshAllToolsAsync (clears cache) instead of getAllTools (stale)

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+