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 agentguiWeb interface: http://localhost:3000/gm/
Notes:
- Data stored in
~/.gmgui/folder - Requirements: Node.js 18+