stswangzhiping
e1e3fa95cd
fix: re-exec updated script after git pull so new logic runs; bump to 1.2.8
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 18:54:52 +08:00
stswangzhiping
43117a6a04
fix: auto-patch clawd.service ReadWritePaths on startup; bump to 1.2.7
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 18:52:02 +08:00
stswangzhiping
45e1370ca5
fix: rewrite clawd.service on upgrade; bump to 1.2.6
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 18:46:37 +08:00
stswangzhiping
8990d48d51
fix: add /etc/hosts /etc/hostname to systemd ReadWritePaths; bump v1.2.5
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 18:14:14 +08:00
stswangzhiping
9e67969fd1
fix: hostname - remove sudo (clawd runs as root), use semicolon to run all 3 commands independently; bump v1.2.4
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 17:45:35 +08:00
stswangzhiping
f1c24f75b5
fix: auto-migrate git remote from github to git.cutos.ai on install/update; bump v1.2.2
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 17:36:24 +08:00
stswangzhiping
f71d448047
fix: persist hostname to /etc/hostname and /etc/hosts; bump v1.2.1
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 17:29:09 +08:00
stswangzhiping
844d3c89ae
chore: bump version to 1.2.0
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 14:20:55 +08:00
stswangzhiping
4be305d0e2
chore: remove /etc/clawd/tailscale path, bump version to 1.1.9
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 11:27:18 +08:00
stswangzhiping
7ad45c0cdc
chore: bump version to 1.1.8
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 09:46:51 +08:00
stswangzhiping
a6bca1349c
chore: bump version to 1.1.7
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-04 08:50:59 +08:00
stswangzhiping
5e82505c6a
update verison 1.1.6
2026-05-02 18:36:57 +08:00
stswangzhiping
7fe1ee64d8
update version 1.1.5
2026-05-01 09:51:58 +08:00
stswangzhiping
44f69a99b7
chore: bump version to 1.1.4
...
Made-with: Cursor
2026-04-30 23:19:59 +08:00
stswangzhiping
9bb35220a8
version 1.1.3
2026-04-30 22:30:26 +08:00
stswangzhiping
e8c7d3ebc1
chore: bump version to 1.1.2
...
Made-with: Cursor
2026-04-30 19:30:43 +08:00
yankun
5a5c3ca4b5
Update version in package.json
2026-04-30 17:07:24 +08:00
yankun
ad4d195b52
Update version in package.json
2026-04-30 16:27:49 +08:00
stswangzhiping
884b0dc50a
feat(openclaw): persist config as ~/.openclaw/openclaw.json
...
- Read gateway token/port via JSON.parse (same structure as former YAML)
- Update claw.cutos.ai origin by replacing URLs in JSON string fields
- Export resolveOpenclawConfigFile() for frpc + client
- Drop js-yaml dependency
- install: ExecStartPre touches openvfd only if nodes exist (3528-friendly)
- Add tools/deploy-rsync.sh for syncing /opt/clawd over SSH
Made-with: Cursor
2026-03-27 13:49:23 +08:00
stswangzhiping
935d5ba176
fix: 用 js-yaml 正确解析 config.yaml 获取 dashboard token
...
替换正则提取方式,使用 js-yaml 解析 YAML 文件,
通过 config.gateway.auth.token 和 config.gateway.port 读取字段。
Made-with: Cursor
2026-03-24 17:00:33 +08:00
stswangzhiping
878f3592bf
feat: connect 消息上报 local_ip 和 external_ip
...
Made-with: Cursor
2026-03-21 08:18:27 +08:00
stswangzhiping
222c38a707
feat: initial clawd implementation - WebSocket daemon for claw box
...
Made-with: Cursor
2026-03-14 20:41:26 +08:00