Skip to content

AgentGUI v1.0.949

Choose a tag to compare

@github-actions github-actions released this 04 Jun 18:43

AgentGUI v1.0.949

Latest commit: 79ca1df
feat(gui): structured tool cards, multi-turn resume, hardened image/CORS, predictable presentation sweep

GUI audit pass. Chat renders the kit's structured tool cards (toolPart/applyToolResult)
instead of flattened text; rAF-coalesced streaming; empty state + composer stop + working
tail (kit). Multi-turn resume wired (server broadcasts claude session id -> client resumeSid).
History: load-older (no silent 300 cap), expand-all, per-event rail tones, search lands on the
matched event, mobile drawer closes on select. Security: /api/image confined to an allowlist
root (was arbitrary-file-read); CORS drops wildcard when PASSWORD set. Consistency: unified
ellipsis + connection vocabulary; running panel on chat tab; aborted-empty turns pruned;
restored transcript reopens under its own agent. Skip-link focus fixed. Kit re-vendored locally
(0.0.189) for predictable+offline UI. Adds .claude/workflows/gui-audit.js. Installs missing xstate.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

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+