zugzbot 1.0.8 → 1.0.9
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/.opencode/commands/web.md +8 -10
- package/.utils/zugzweb/client/src/App.tsx +699 -262
- package/.utils/zugzweb/daemon.js +29 -33
- package/package.json +1 -1
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Inicia el centro de control web
|
|
2
|
+
description: Inicia el centro de control web local de ZugzWeb
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# 🤖 PANEL DE CONTROL WEB
|
|
5
|
+
# 🤖 PANEL DE CONTROL WEB LOCAL (ZUGZWEB)
|
|
6
6
|
|
|
7
|
-
Iniciando el servidor web local
|
|
7
|
+
Iniciando el servidor web local en segundo plano de manera 100% segura para controlar y monitorear tu sesión de Opencode desde tu navegador...
|
|
8
8
|
|
|
9
9
|
!`node .utils/zugzweb/daemon.js > /dev/null 2>&1 &`
|
|
10
10
|
|
|
11
|
-
###
|
|
12
|
-
1. El Daemon se ha levantado en segundo plano en el puerto **4097**.
|
|
13
|
-
2.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
4. Abre esa URL en tu teléfono móvil o laptop remota.
|
|
17
|
-
5. ¡Podrás enviar prompts, ver el pensamiento del agente, monitorear los costos en tiempo real y habilitar alertas del navegador!
|
|
11
|
+
### 🔌 ¿Cómo ingresar?
|
|
12
|
+
1. El Daemon se ha levantado de forma segura en segundo plano en el puerto **4097**.
|
|
13
|
+
2. Abre tu navegador e ingresa a:
|
|
14
|
+
👉 **http://localhost:4097** 👈
|
|
15
|
+
3. ¡Podrás enviar prompts, ver pensamientos del agente, monitorear tokens/costos en tiempo real y habilitar notificaciones locales en tu navegador!
|