agentgui 1.0.406 → 1.0.407

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.406",
3
+ "version": "1.0.407",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/readme.md CHANGED
@@ -4,6 +4,7 @@ A multi-agent GUI for AI coding assistants. Connects to CLI-based agents (Claude
4
4
 
5
5
  ## Quick Start
6
6
 
7
+
7
8
  ```bash
8
9
  npx agentgui
9
10
  ```
@@ -74,3 +75,4 @@ MIT
74
75
  ## Repository
75
76
 
76
77
  https://github.com/AnEntrypoint/agentgui
78
+