Skip to content

Commit 3bfde5b

Browse files
committed
refactor: rename package to agentgui for better discoverability
1 parent b04d788 commit 3bfde5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A buildless, hot-reloading web client for managing multiple Claude Agent Protoco
77
## Get Started Now - One Command
88

99
```bash
10-
bunx gmgui
10+
bunx agentgui
1111
```
1212

1313
That's it. One command starts the server and opens http://localhost:3000/gm/ in your browser.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gmgui",
2+
"name": "agentgui",
33
"version": "1.0.2",
44
"description": "Multi-agent ACP client with real-time communication",
55
"type": "module",

0 commit comments

Comments
 (0)