AgentGUI v1.0.950
AgentGUI v1.0.950
Latest commit: eb1eab3
fix(gui): GUI-audit closure - vendored kit batch, CSP font allowance, non-resume warning
Lands the design-kit GUI-audit batch into agentgui's vendored bundle and the
remaining app/server fixes from the gui-audit fan-out:
- vendor site/app/vendor/anentrypoint-design/247420.{js,css}: rebuilt from the
kit changes (streaming-md perf, responsive @media + cwd clamp, Row
aria-expanded, CodeNode full-code cache key, 44x44 tap targets, head sub-line
from status prop, glyph cleanup). Kit committed+pushed to origin
(anentrypoint-design @ bb776aa) which publishes to npm -> unpkg. - lib/http-handler.js: allow the kit's Google Fonts in the CSP
(fonts.googleapis.com in style-src, fonts.gstatic.com in font-src) - the
initial CSP hardening had dropped the GUI to system fonts. - site/app/js/app.js: warn when a non-claude-code agent is used across more
than one turn, since only claude-code resumes a session by id (others start
fresh each message).
Witnessed live: AgentChat renders, selects carry accessible names, cwd clamp in
the loaded stylesheet, Inter font applies, 0 CSP errors, 0 console errors, no
decorative glyphs, status reads "connected".
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
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+