795ffa4841
Checkpoint: Добавлена автоматическая обработка LLM ошибок (timeout) с: - Автоматическим созданием задач для отслеживания ошибок - Exponential backoff (2s, 4s, 8s) перед повторной попыткой - Обновлением статуса задачи при каждой попытке - Автоматическим retry до 4 попыток - Логированием всех попыток в консоль
Manus
2026-03-30 11:55:45 -04:00
a19580e381
Checkpoint: Phase 19 FINAL: Task Management System + Web Research Workflow - PRODUCTION READY
Manus
2026-03-30 05:47:24 -04:00
4411db8cd6
Checkpoint: Phase 19 Complete: Task Management System + Web Research Workflow
Manus
2026-03-30 05:39:39 -04:00
37e0a21ec3
feat(nodes): Add Node via SSH — join any host to Swarm cluster
bboxwtf
2026-03-21 21:57:43 +00:00
9627318380
fix(nodes): null-safety for ports/labels on Services tab — crash on svc.ports.length when API returns null
bboxwtf
2026-03-21 21:23:09 +00:00
ac5634b2ec
Checkpoint: Bug fix: agents.list tRPC procedure now uses getAllAgents() instead of getUserAgents(SYSTEM_USER_ID=1). Root cause was userId mismatch: seed creates agents with userId=0 but router queried userId=1. Added getAllAgents() and getSystemAgents() helpers. Rebuilt Docker image without cache. Verified: 6 agents visible on production (GoClaw Orchestrator, Browser Agent, Tool Builder, Agent Compiler, Coder Agent, Researcher). 86 tests pass.
Manus
2026-03-20 21:26:29 -04:00
0959c90d36
Checkpoint: Fix: agents.list tRPC procedure now uses getAllAgents() instead of getUserAgents(SYSTEM_USER_ID=1). Root cause: seed creates agents with userId=0 but router queried userId=1. Added getAllAgents() and getSystemAgents() helpers. 86 tests pass.
Manus
2026-03-20 21:15:55 -04:00
72404773ae
Checkpoint: Phase 14 complete: header metrics (UPTIME/NODES/AGENTS/CPU/MEM) now show real data from production — nodes=6/6, agents=6, CPU=0.2%, MEM=645MB. Seed fixed for isSystem idempotency. 82 tests pass. Deployed to production server.
Manus
2026-03-20 21:09:10 -04:00
16b101537c
Checkpoint: Phase 14: Fixed hardcoded header metrics (UPTIME/NODES/AGENTS/CPU/MEM) — connected to real tRPC dashboard.stats endpoint with 30s polling. Fixed seed idempotency — now checks by isSystem=true instead of total count. Added dashboard.test.ts with 13 new tests. All 82 tests pass.
Manus
2026-03-20 21:00:51 -04:00
cbb93a8fdb
Checkpoint: Phase 13 complete: Seed data for agents and orchestrator
Manus
2026-03-20 20:52:18 -04:00
73a26d8a8a
Checkpoint: Phase 13: Seed data for agents and orchestrator
Manus
2026-03-20 20:39:08 -04:00
b1a3a994bc
fix: upgrade Docker API version from v1.41 to v1.44
NW
2026-03-20 20:19:54 -04:00
6a033c2db0
fix: run gateway as root for docker.sock access (read-only Docker API)
NW
2026-03-20 20:18:39 -04:00
4a3530feb7
fix: add docker group to gateway container for docker.sock access
NW
2026-03-20 20:17:43 -04:00
2f87e18e85
Checkpoint: Phase 11 complete: Frontend connected to Go Gateway. All orchestrator/ollama tRPC calls go through gateway-proxy.ts with Node.js fallback. 37 vitest tests pass. End-to-end verified: chat, tool calling, health via Go Gateway.
Manus
2026-03-20 19:38:27 -04:00
b18e6e244f
Checkpoint: Интеграция реального Ollama Cloud API: серверный прокси (tRPC), Dashboard с live-статусом подключения и количеством моделей, Chat с реальными ответами LLM и выбором модели, Settings с живым списком 34 моделей. Все 4 vitest теста пройдены.
Manus
2026-03-20 16:03:01 -04:00
ac674815f2
Checkpoint: GoClaw Control Center v0.1 — полнофункциональный веб-интерфейс для мониторинга и управления GoClaw Swarm Cloud. Включает: Dashboard с метриками кластера, панель управления агентами, мониторинг Swarm-нод, терминальный чат с оркестратором, настройки API-ключей и провайдеров моделей, конфигурацию коннекторов (Telegram). Дизайн: Mission Control (космический центр управления), тёмная тема с неоновыми индикаторами.
Manus
2026-03-20 15:38:12 -04:00