agentgui 1.0.585 → 1.0.587

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.
package/README.md CHANGED
@@ -5,7 +5,26 @@
5
5
  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
6
6
  [![GitHub Pages](https://img.shields.io/badge/docs-live-blue)](https://anentrypoint.github.io/agentgui/)
7
7
 
8
- Multi-agent GUI client for AI coding agents (Claude Code, Gemini CLI, OpenCode, Goose, etc.) with real-time streaming, WebSocket sync, and SQLite persistence.
8
+ Multi-agent GUI client for AI coding agents with real-time streaming, WebSocket sync, and SQLite persistence.
9
+
10
+ ### Supported Agents
11
+
12
+ | Agent | Protocol | Auto-installable |
13
+ |-------|----------|-----------------|
14
+ | Claude Code | CLI | - |
15
+ | OpenCode | ACP | `opencode-ai` |
16
+ | Gemini CLI | ACP | `@google/gemini-cli` |
17
+ | Kilo Code | ACP | `@kilocode/cli` |
18
+ | Goose | ACP | - |
19
+ | OpenHands | ACP | - |
20
+ | Augment Code | ACP | - |
21
+ | Cline | ACP | - |
22
+ | Kimi CLI | ACP | - |
23
+ | Qwen Code | ACP | - |
24
+ | Codex CLI | ACP | - |
25
+ | Mistral Vibe | ACP | - |
26
+ | Kiro CLI | ACP | - |
27
+ | fast-agent | ACP | - |
9
28
 
10
29
  ![Main Interface](docs/screenshot-main.png)
11
30
 
@@ -20,7 +39,7 @@ Modern AI coding requires juggling multiple agents, each in their own terminal.
20
39
 
21
40
  ## Features
22
41
 
23
- - 🤖 **Multi-Agent Support** - Switch between Claude Code, Gemini CLI, OpenCode, Kilo, and more from one interface
42
+ - 🤖 **Multi-Agent Support** - 14 agents: Claude Code, Gemini CLI, OpenCode, Kilo, Goose, OpenHands, Augment, Cline, Kimi, Qwen, Codex, Mistral Vibe, Kiro, fast-agent
24
43
  - ⚡ **Real-Time Streaming** - Watch agents work with live streaming output and tool calls via WebSocket
25
44
  - 💾 **Session Persistence** - Full conversation history stored in SQLite with WAL mode
26
45
  - 🔄 **WebSocket Sync** - Live updates across multiple clients with automatic reconnection
@@ -67,7 +86,7 @@ Server starts on `http://localhost:3000/gm/`
67
86
  - Node.js 18+ (LTS recommended)
68
87
  - SQLite 3
69
88
  - Modern browser (Chrome, Firefox, Safari, Edge)
70
- - At least one AI coding agent installed (Claude Code, Gemini CLI, etc.)
89
+ - At least one supported AI coding agent installed (see table above)
71
90
  - Optional: Python 3.9+ for text-to-speech on Windows
72
91
 
73
92
  ## Architecture
package/docs/index.html CHANGED
@@ -399,7 +399,7 @@
399
399
  <div class="feature-card">
400
400
  <div class="feature-icon">🤖</div>
401
401
  <h3>Multi-Agent Support</h3>
402
- <p>Auto-discovers Claude Code, Gemini CLI, OpenCode, Goose, Kilo, Codex, and other CLI-based agents installed on your system.</p>
402
+ <p>Auto-discovers 14 AI coding agents including Claude Code, Gemini CLI, OpenCode, Kilo, Goose, Cline, Codex, Kiro, and more.</p>
403
403
  </div>
404
404
 
405
405
  <div class="feature-card">
@@ -609,7 +609,7 @@ npm run dev</code></pre>
609
609
  <a href="https://github.com/AnEntrypoint/agentgui/issues">Issues</a>
610
610
  <a href="https://github.com/AnEntrypoint/agentgui#readme">Documentation</a>
611
611
  </div>
612
- <p>MIT License © 2024 AnEntrypoint</p>
612
+ <p>MIT License © 2025 AnEntrypoint</p>
613
613
  <p style="margin-top: 1rem;">Made with ❤️ by the AgentGUI team</p>
614
614
  </div>
615
615
  </footer>
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.585",
3
+ "version": "1.0.587",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",