Skip to content

AgentGUI v1.0.1107

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:26

AgentGUI v1.0.1107

Latest commit: 1fdfa0d
feat(app): onboarding banner, status-chip vocabulary, toast confirmations

One-time dismissible welcome banner naming what each tab does (localStorage
agentgui.onboarded), settings backend-status converted to the same colored
ds-status-chip vocabulary healthSummary already used, and toast() success
confirmations added to bulk-delete/bulk-move/rename-mkdir success paths that
previously only had a screen-reader-only announce(). Re-vendors kit bundle
for the useRovingMenu/Avatar dedup, HealthTable/ProcessRegistryTable/
refreshError promotion, and per-tab entrance transitions landed this pass.

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+