Skip to content

AgentGUI v1.0.1095

Choose a tag to compare

@github-actions github-actions released this 23 Jul 14:45

AgentGUI v1.0.1095

Latest commit: ecef7b8
feat(git): wire GitStatusPanel/GitDiffView/WorktreeSwitcher into Git tab

Replaces the plain list/text Git tab placeholder (from 118139a) with the
richer anentrypoint-design components now that the vendored SDK bundle
carries them. Adds the missing git.status WS handler (porcelain=v1 parse,
mirrors freddie's plugins/gui/gui-git gitStatus) since only diff/log/
worktree existed - GitStatusPanel needs a changed-file list. Adds a
new-worktree PromptDialog since WorktreeSwitcher's onCreate() takes no
args by design (host owns the create flow).

Co-Authored-By: Claude Sonnet 5 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+