@genesis-agent/cli 0.2.9 → 0.3.0
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,8 +28,11 @@ genesis --server --transport ws --listen 0.0.0.0:7700 # server mode
|
|
|
28
28
|
## Highlights
|
|
29
29
|
|
|
30
30
|
- **Interactive TUI** — streaming chat, markdown rendering, 6 themes (dark/light)
|
|
31
|
-
- **Web UI** —
|
|
31
|
+
- **Web UI** — browser interface with artifact viewer, file browser, inline downloads
|
|
32
|
+
- **VS Code extension** — full-featured sidebar with chat, voice input, file attachments
|
|
32
33
|
- **Channel adapters** — Telegram, Discord, Slack, X; custom channels via JSON-RPC stdio
|
|
34
|
+
- **Vision fallback** — automatic image/video analysis for non-vision models
|
|
35
|
+
- **Voice input** — speech-to-text via `/voice` command
|
|
33
36
|
- **Multi-provider** — Anthropic, z.ai, OpenAI, Google, OpenRouter, Chutes, Moonshot, MiniMax
|
|
34
37
|
- **Swarm engine** — parallel multi-agent execution with role differentiation
|
|
35
38
|
- **Subagents** — lightweight parallel tasks with workspace isolation
|