文件历史

提交图

10 次代码提交

作者 SHA1 备注 提交日期
Qingshan Chen 8c9216cfa0 perf: optimize desktop proxy access flow 2026-04-20 10:27:04 +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
River 7ba0a6dc16 Add k3s deployment manifest and update README documentation
Changes:
- Add deployments/k3s/clawmanager.yaml with full OpenClaw Agent support
  - Includes Skill Scanner for skill management and security scanning
  - Uses local filesystem for object storage (no MinIO dependency)

- Update all README files (EN, ZH, JA, KO, DE) with deployment options:
  - k8s manifest for standard Kubernetes clusters with MinIO
  - k3s manifest for lightweight/K3s environments with local storage
2026-04-13 13:28:43 +08:00
iamlovingit c847c6c6dc feat(skill-management): add skill management and skill-scanner integration 2026-04-08 16:02:18 +08:00
Qingshan Chen ceb14b3b3f feat: add OpenClaw resource management and bootstrap flows 2026-04-03 20:33:30 +08:00
Qingshan Chen 34b95a1a41 feat: add AI gateway governance and stabilize desktop access (#12)
big update
2026-03-26 20:43:42 +08:00
Qingshan Chen d970cb8269 Switch release workflow to GHCR for upstream 2026-03-23 15:48:16 +08:00
Qingshan Chen 87a6ac6a13 update deployment (#4) 2026-03-23 10:33:19 +08:00
Qingshan Chen f9eaece684 update image address and readme (#3)
* Update deployment images and simplify README setup

* Ignore local project docs and remove unused scripts

* remove useless files
2026-03-21 23:17:43 +08:00
Qingshan Chen 72038f51a3 Import ClawManager implementation 2026-03-20 19:06:48 +08:00