8 Commits

Author SHA1 Message Date
litiantian03 b8a7e8c67a feat: optimize shared desktop access and multi-replica control plane
- Add leader election to avoid duplicate sync and Team event consumers
- Proxy desktop traffic directly from nginx to instance Services to reduce load during concurrent viewers
- Add desktop stream profiles with low / standard / high options
- Limit hostPath PV fallback to manual storageClass only
2026-06-18 11:28:40 +08:00
Qingshan Chen aea224426f feat: support lite/pro runtime modes and runtime rollout 2026-06-14 14:40:49 +08:00
Qingshan Chen 7ceefbf6a8 shell init 2026-05-13 20:19:44 +08:00
Qingshan Chen 366bae194a feat: improve instance creation environment workflow 2026-04-15 18:20:24 +08:00
River d5398ee671 feat(instance): support fractional CPU cores in instance creation
- Change cpu_cores from int to float64 in backend models, handlers, services
- Update frontend CreateInstancePage to accept decimal CPU values (step 0.1)
- Add DB migration 009_cpu_cores_decimal.sql for DECIMAL(10,2) columns
- Update deployment manifests (k8s, k3s, incluster) schema definitions
- Add GOFLAGS/GOPROXY/GOSUMDB build args to Dockerfile so that
  --build-arg values passed by build scripts take effect during go mod download
2026-04-14 15:21:56 +08:00
iamlovingit 4ebb5f46d1 Add instance agent control plane and runtime console 2026-04-05 01:02:53 +08:00
Qingshan Chen ceb14b3b3f feat: add OpenClaw resource management and bootstrap flows 2026-04-03 20:33:30 +08:00
Qingshan Chen 72038f51a3 Import ClawManager implementation 2026-03-20 19:06:48 +08:00