create-openclaw-bot 5.5.0 → 5.6.1
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/README.md +18 -17
- package/README.vi.md +18 -17
- package/{cli.js → dist/cli.js} +295 -224
- package/dist/setup/shared/install-gen.js +485 -0
- package/{setup/shared/scaffold-gen.js → dist/setup/shared/workspace-gen.js} +247 -25
- package/{setup.js → dist/setup.js} +771 -1158
- package/package.json +11 -8
- package/.github/workflows/check-openclaw-update.yml +0 -106
- package/CHANGELOG.md +0 -602
- package/CHANGELOG.vi.md +0 -588
- package/docs/SETUP.md +0 -532
- package/docs/SETUP.vi.md +0 -439
- package/docs/ai-providers.md +0 -144
- package/docs/ai-providers.vi.md +0 -144
- package/docs/browser-automation-guide.md +0 -207
- package/docs/faq.md +0 -63
- package/docs/faq.vi.md +0 -63
- package/docs/hardware-guide.md +0 -55
- package/docs/hardware-guide.vi.md +0 -55
- package/docs/install-docker.md +0 -161
- package/docs/install-docker.vi.md +0 -161
- package/docs/install-native.md +0 -96
- package/docs/install-native.vi.md +0 -96
- package/docs/preview.png +0 -0
- package/docs/skills-plugins-guide.md +0 -126
- package/index.html +0 -589
- package/old_v510.js +0 -0
- package/setup/shared/runtime-gen.js +0 -710
- package/style.css +0 -1653
- package/upgrade.ps1 +0 -90
- package/upgrade.sh +0 -93
- /package/{setup → dist/setup}/data/channels.js +0 -0
- /package/{setup → dist/setup}/data/header.js +0 -0
- /package/{setup → dist/setup}/data/index.js +0 -0
- /package/{setup → dist/setup}/data/plugins.js +0 -0
- /package/{setup → dist/setup}/data/providers.js +0 -0
- /package/{setup → dist/setup}/data/skills.js +0 -0
- /package/{setup → dist/setup}/shared/common-gen.js +0 -0
- /package/{setup → dist/setup}/shared/docker-gen.js +0 -0
package/README.md
CHANGED
|
@@ -24,23 +24,24 @@ An interactive **CLI tool** and **Setup Wizard** to deploy your own free AI Bot
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## 🆕 What's new in v5.
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
|
|
27
|
+
## 🆕 What's new in v5.6.0
|
|
28
|
+
|
|
29
|
+
- 🧠 **Memory & Dreaming enabled by default** — Long-term Memory skill is now pre-selected for all new installations. The `memory-core` plugin with `dreaming.enabled: true` is auto-injected into `openclaw.json`, and `DREAMS.md` is seeded in every workspace.
|
|
30
|
+
- 🤝 **Relay plugin card auto-shows** — When selecting Telegram multi-bot (≥2 bots), the Relay plugin card appears with an "Auto-enabled" badge and locked checkbox. Switching back to 1 bot hides it.
|
|
31
|
+
- 🔑 **Relay trigger keywords in TEAMS.md** — `TEAMS.md` now documents all relay trigger keywords (question/task/reminder patterns) from the v5.0.9 relay plugin, helping bots understand and coordinate cross-bot communication.
|
|
32
|
+
- 🌍 **Proper Vietnamese diacritics** — All workspace `.md` files now use proper UTF-8 Vietnamese with full diacritics, eliminating mojibake.
|
|
33
|
+
- 👍 **Tool-based reaction** — `TOOLS.md` mandates bots call the `react` action with 👍 before replying, replacing unreliable gateway auto-ack.
|
|
34
|
+
|
|
35
|
+
<details>
|
|
36
|
+
<summary><b>Previous: What's new in v5.5.0</b></summary>
|
|
37
|
+
|
|
38
|
+
- 📦 **OpenClaw 2026.4.14** — Bumped from 2026.4.5. Includes the new experimental Dreaming memory system, active-memory improvements, Telegram approval button deadlock fix, and WebSocket keepalive stability.
|
|
39
|
+
- 📄 **Modular workspace docs** — Multi-bot deployments now generate `TEAM.md` and `RELAY.md` as separate files.
|
|
40
|
+
- 🔐 **Full security rules everywhere** — All `AGENTS.md` files now include the complete 4-section security ruleset.
|
|
41
|
+
- 🗑️ **Removed `.yaml` agent files** — OpenClaw Core reads config exclusively from `openclaw.json`.
|
|
42
|
+
- 🤖 **Anti-hallucination handoff** — Relay-variant `AGENTS.md` now mandates tool-first `react` actions.
|
|
43
|
+
- 🏗️ **Scaffold-based generation** — Both Wizard and CLI now call shared scaffold builders.
|
|
44
|
+
|
|
44
45
|
</details>
|
|
45
46
|
|
|
46
47
|
---
|
package/README.vi.md
CHANGED
|
@@ -24,23 +24,24 @@ Công cụ **CLI tương tác** và **Setup Wizard** để tự triển khai Bot
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## 🆕 Có gì mới trong v5.
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
|
|
27
|
+
## 🆕 Có gì mới trong v5.6.0
|
|
28
|
+
|
|
29
|
+
- 🧠 **Memory & Dreaming bật mặc định** — Long-term Memory skill giờ được bật sẵn cho mọi cài đặt mới. Plugin `memory-core` với `dreaming.enabled: true` được inject tự động vào `openclaw.json`, `DREAMS.md` được tạo sẵn trong workspace.
|
|
30
|
+
- 🤝 **Card Relay plugin tự động hiển thị** — Khi chọn Telegram multi-bot (≥2 bots), card Relay plugin hiện ra với badge "Tự động bật" và checkbox bị khóa. Chuyển về 1 bot sẽ ẩn card.
|
|
31
|
+
- 🔑 **Từ khóa relay trong TEAMS.md** — `TEAMS.md` giờ liệt kê đầy đủ từ khóa kích hoạt relay (hỏi/giao việc/nhắc nhở) từ plugin v5.0.9, giúp bot hiểu và phối hợp tốt hơn.
|
|
32
|
+
- 🌍 **Tiếng Việt có dấu chuẩn** — Tất cả file `.md` workspace giờ dùng UTF-8 chuẩn với dấu tiếng Việt đầy đủ, hết lỗi mojibake.
|
|
33
|
+
- 👍 **Tool-based reaction** — `TOOLS.md` bắt buộc bot gọi action `react` thả 👍 trước khi trả lời, thay vì dùng gateway auto-ack không ổn định.
|
|
34
|
+
|
|
35
|
+
<details>
|
|
36
|
+
<summary><b>Trước đó: Có gì mới ở v5.5.0</b></summary>
|
|
37
|
+
|
|
38
|
+
- 📦 **OpenClaw 2026.4.14** — Nâng từ 2026.4.5. Bao gồm hệ thống Dreaming, cải thiện active-memory, sửa deadlock nút approve Telegram, ổn định WebSocket keepalive.
|
|
39
|
+
- 📄 **Tách file workspace docs** — Multi-bot giờ sinh `TEAM.md` và `RELAY.md` thành file riêng.
|
|
40
|
+
- 🔐 **Quy tắc bảo mật đầy đủ mọi nơi** — Tất cả `AGENTS.md` giờ có đủ 4 section bảo mật.
|
|
41
|
+
- 🗑️ **Xóa file `.yaml` agent** — OpenClaw Core chỉ đọc từ `openclaw.json`.
|
|
42
|
+
- 🤖 **Chống ảo giác handoff** — `AGENTS.md` relay bắt buộc `react` action.
|
|
43
|
+
- 🏗️ **Scaffold-based generation** — Cả Wizard lẫn CLI gọi chung scaffold builders.
|
|
44
|
+
|
|
44
45
|
</details>
|
|
45
46
|
|
|
46
47
|
---
|