Skip to content

AgentGUI v1.0.1109

Choose a tag to compare

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

AgentGUI v1.0.1109

Latest commit: b7ed333
chore: remove all Chrome/Playwright/Puppeteer dependency from this repo

Deletes scripts/capture-screenshots.mjs (puppeteer-core-driven, not wired
into any current CI workflow - dead code). Removes puppeteer-core and
playwright dependencies from package.json, regenerates bun.lock. Also
removes the stale pnpm-lock.yaml/package-lock.json lockfiles (unreferenced
by any workflow, bun.lock is the authoritative one). Live browser
verification for this app goes through the gm skill's browser verb
(direct CDP) exclusively, never a repo-owned Chrome dependency.

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+