create-openclaw-bot 5.5.0 → 5.6.0

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.
Files changed (39) hide show
  1. package/README.md +18 -17
  2. package/README.vi.md +18 -17
  3. package/{cli.js → dist/cli.js} +295 -224
  4. package/dist/setup/shared/install-gen.js +485 -0
  5. package/{setup/shared/scaffold-gen.js → dist/setup/shared/workspace-gen.js} +247 -25
  6. package/{setup.js → dist/setup.js} +771 -1158
  7. package/package.json +10 -7
  8. package/.github/workflows/check-openclaw-update.yml +0 -106
  9. package/CHANGELOG.md +0 -602
  10. package/CHANGELOG.vi.md +0 -588
  11. package/docs/SETUP.md +0 -532
  12. package/docs/SETUP.vi.md +0 -439
  13. package/docs/ai-providers.md +0 -144
  14. package/docs/ai-providers.vi.md +0 -144
  15. package/docs/browser-automation-guide.md +0 -207
  16. package/docs/faq.md +0 -63
  17. package/docs/faq.vi.md +0 -63
  18. package/docs/hardware-guide.md +0 -55
  19. package/docs/hardware-guide.vi.md +0 -55
  20. package/docs/install-docker.md +0 -161
  21. package/docs/install-docker.vi.md +0 -161
  22. package/docs/install-native.md +0 -96
  23. package/docs/install-native.vi.md +0 -96
  24. package/docs/preview.png +0 -0
  25. package/docs/skills-plugins-guide.md +0 -126
  26. package/index.html +0 -589
  27. package/old_v510.js +0 -0
  28. package/setup/shared/runtime-gen.js +0 -710
  29. package/style.css +0 -1653
  30. package/upgrade.ps1 +0 -90
  31. package/upgrade.sh +0 -93
  32. /package/{setup → dist/setup}/data/channels.js +0 -0
  33. /package/{setup → dist/setup}/data/header.js +0 -0
  34. /package/{setup → dist/setup}/data/index.js +0 -0
  35. /package/{setup → dist/setup}/data/plugins.js +0 -0
  36. /package/{setup → dist/setup}/data/providers.js +0 -0
  37. /package/{setup → dist/setup}/data/skills.js +0 -0
  38. /package/{setup → dist/setup}/shared/common-gen.js +0 -0
  39. /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.5.0
28
-
29
- - 📦 **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.
30
- - 📄 **Modular workspace docs** — Multi-bot deployments now generate `TEAM.md` (team roster & coordination) and `RELAY.md` (relay playbook) as separate files, giving clearer separation of concerns.
31
- - 🔐 **Full security rules everywhere** — All `AGENTS.md` files now include the complete 4-section security ruleset (File System, API Key, Crypto Wallet, Docker) regardless of OS, mode, or channel.
32
- - 🗑️ **Removed `.yaml` agent files** — OpenClaw Core reads config exclusively from `openclaw.json`. Orphaned `.yaml` files are no longer generated.
33
- - 🤖 **Anti-hallucination handoff** — Relay-variant `AGENTS.md` now mandates tool-first `react` actions and forbids LLM refusal of cross-agent handoffs.
34
- - 🏗️ **Scaffold-based generation** — Both Wizard and CLI now call shared scaffold builders from `scaffold-gen.js`, ensuring consistent doc generation across all platforms.
35
-
36
- <details>
37
- <summary><b>Previous: What's new in v5.5.0</b></summary>
38
-
39
- - 🏗️ **Multi-bot architecture refactored** — All duplicate flags (`isTelegramMultiBot`, `isSharedMultiBot`, `isMultiBotWizard`) merged into a single `isMultiBot`. Generated `agentDir` paths now correctly point to `.openclaw/agents/{slug}/agent` relative to `OPENCLAW_HOME`.
40
- - 🗑️ **Telegram + Zalo combo channel removed** — Combo mode has been deprecated and removed from both the Web Wizard and CLI. It will be redesigned in a future release.
41
- - 🤝 **Cross-workspace rules in `AGENTS.md`**In multi-bot mode, each bot's `AGENTS.md` now includes a dedicated section describing which sibling workspace paths may be read and what write restrictions apply.
42
- - 🧹 **Cleaner config generation** — Per-agent `auth-profiles.json` is no longer created for 9Router/proxy setups. Native scripts no longer generate `.env` files; credentials are managed via `openclaw channels login`.
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.5.0
28
-
29
- - 📦 **OpenClaw 2026.4.14** — Nâng từ 2026.4.5. Bao gồm hệ thống Dreaming (thử nghiệm), cải thiện active-memory, sửa deadlock nút approve Telegram, ổn định WebSocket keepalive.
30
- - 📄 **Tách file workspace docs**Multi-bot giờ sinh `TEAM.md` (roster đội + phối hợp)`RELAY.md` (sổ tay chuyển tiếp) thành file riêng, ràng hơn.
31
- - 🔐 **Quy tắc bảo mật đầy đủ mọi nơi** — Tất cả `AGENTS.md` giờ đủ 4 section bảo mật (File hệ thống, API Key, Crypto, Docker) bất kể OS, mode hay kênh.
32
- - 🗑️ **Xóa file `.yaml` agent** — OpenClaw Core chỉ đọc từ `openclaw.json`. File `.yaml` orphan không còn được sinh ra.
33
- - 🤖 **Chống ảo giác handoff** — `AGENTS.md` relay bắt buộc `react` action cấm từ chối chuyển tiếp giữa các agent.
34
- - 🏗️ **Scaffold-based generation** — Cả Wizard lẫn CLI gọi chung scaffold builders, đồng nhất trên mọi platform.
35
-
36
- <details>
37
- <summary><b>Trước đó: Có gì mới ở v5.5.0</b></summary>
38
-
39
- - 🏗️ **Tái cấu trúc kiến trúc multi-bot** Các flag `isTelegramMultiBot`, `isSharedMultiBot`, `isMultiBotWizard` được gộp thành một biến `isMultiBot` duy nhất. Đường dẫn `agentDir` trong `openclaw.json` được tạo ra nay đúng chuẩn `.openclaw/agents/{slug}/agent` (tương đối với `OPENCLAW_HOME`).
40
- - 🗑️ **Xóa hoàn toàn kênh combo Telegram + Zalo** — Combo mode đã được gỡ bỏ khỏi cả Web Wizard lẫn CLI. Sẽ được thiết kế lại trong bản phát hành sau.
41
- - 🤝 **Quy tắc cross-workspace trong `AGENTS.md`** chế độ multi-bot, `AGENTS.md` của mỗi bot có thêm mục liệt kê đường dẫn workspace của các bot anh em và quy tắc phối hợp.
42
- - 🧹 **Config sạch hơn** — Không còn tạo `auth-profiles.json` per-agent cho 9Router; không còn tạo `.env` cho native scripts; không còn tạo `models.json` per-agent cho Ollama.
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" 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 phối hợp tốt hơn.
32
+ - 🌍 **Tiếng Việt 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 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` `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ờ đủ 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
  ---