Skip to content

AgentGUI v1.0.1113

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:46

AgentGUI v1.0.1113

Latest commit: 096f766
fix(ci): publish only from main so the version bump lands on main

publish-release.yml triggered on push to every branch. Each branch push
published to npm and then committed the version bump back to that branch
via git push origin HEAD:$branch_name, never to main. main's package.json
therefore drifted behind the registry: origin/main read 1.0.1099 while npm
served 1.0.1112, and branch fix/ws-baseurl-on-main carries its own green
Publish and Release runs that moved the registry without ever touching main.

The registry-sync bump (npm view, sort -V, patch) is already correct and is
why publishes kept succeeding despite the drift, so it is left untouched.
Restricting the trigger to main plus workflow_dispatch makes the bump commit
always land on the branch the version is read from, which closes the drift.

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+