create-openclaw-bot 5.1.13 → 5.1.15

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/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Changelog (English)
2
2
 
3
- ## [5.1.13] — 2026-04-08
3
+
4
+ ## [5.1.15] — 2026-04-08
5
+
6
+ ### 🌟 Zalo Personal DM Policy
7
+
8
+ - **Open Zalo Inboxes**: The default `dmPolicy` for Zalo Personal deployments has been changed from `pairing` to `open`. This allows any user on the Zalo network to interact with the AI assistant immediately without requiring explicit device pairing approvals natively.
9
+
10
+
11
+ ## [5.1.14] — 2026-04-08
12
+
13
+ ### OpenClaw stability and Docker fixes
14
+
15
+ - Pinned OpenClaw back to `openclaw@2026.4.5` because the update published on `April 8, 2026` is currently broken.
16
+ - Fixed Dockerfile generation for Windows Docker setups to avoid startup failures caused by bad command escaping and invalid `allowedOrigins`.
17
+ - Added guidance to use `Node.js 20` through `24`, and to avoid `Node.js 25` for now for better OpenClaw stability.
18
+
19
+ ## [5.1.13] — 2026-04-08
4
20
 
5
21
  ### 🐛 macOS Install Fixes & Wizard Stability
6
22
 
@@ -403,3 +419,4 @@ All notable changes to this project will be documented in this file.
403
419
  - Configured Telegram-only support.
404
420
  - Configured Google Gemini single provider support.
405
421
  - Included manual configuration file setup instructions.
422
+
package/CHANGELOG.vi.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Changelog (Tiếng Việt)
2
2
 
3
- ## [5.1.13] — 2026-04-08
3
+
4
+ ## [5.1.15] — 2026-04-08
5
+
6
+ ### 🌟 Đổi Chính Sách Bảo Mật Zalo Personal
7
+
8
+ - **Thả Ga Inbox Zalo Cầm Tay**: Lược bỏ rào cản duyệt bảo mật của Zalo Personal. Thông số `dmPolicy` trên cài đặt Zalo cá nhân đã được chuyển mặc định từ `pairing` sang `open`. Bây giờ bất cứ ai trên mạng lưới Zalo nhắn tin vào tài khoản của Bot đều sẽ được AI tự động tiếp đón ngay lập tức thay vì bị chặn lại chờ bạn duyệt lệnh kết nối E2E!
9
+
10
+
11
+ ## [5.1.14] — 2026-04-08
12
+
13
+ ### Sửa lỗi ổn định OpenClaw và Docker
14
+
15
+ - Pin lại OpenClaw về `openclaw@2026.4.5` vì bản cập nhật ngày `08/04/2026` đang lỗi.
16
+ - Sửa Dockerfile cho các case Docker trên Windows để tránh lỗi startup do escape command sai và lỗi `allowedOrigins`.
17
+ - Thêm ghi chú khuyên dùng `Node.js 20` đến `24`, tạm tránh `Node.js 25` để ổn định hơn với OpenClaw.
18
+
19
+ ## [5.1.13] — 2026-04-08
4
20
 
5
21
  ### 🐛 Sửa lỗi cài macOS & ổn định Wizard
6
22
 
@@ -395,3 +411,4 @@ Tất cả những thay đổi nổi bật của dự án sẽ được ghi ché
395
411
  - Telegram-only configuration
396
412
  - Google Gemini single provider support
397
413
  - Manual config file instructions
414
+
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # 🦞 OpenClaw Setup
4
4
 
5
5
  <p align="center">
6
- <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.1.13-0EA5E9?style=for-the-badge" alt="Version 5.1.13" /></a>
6
+ <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.1.15-0EA5E9?style=for-the-badge" alt="Version 5.1.15" /></a>
7
7
  <a href="https://github.com/tuanminhhole/openclaw-setup?tab=MIT-1-ov-file"><img src="https://img.shields.io/badge/LICENSE-MIT-success?style=for-the-badge" alt="MIT License" /></a>
8
8
  <a href="https://www.npmjs.com/package/create-openclaw-bot"><img src="https://img.shields.io/npm/v/create-openclaw-bot?style=for-the-badge&label=CLI&color=2563EB&logo=npm&logoColor=white" alt="NPM Version" /></a>
9
9
  <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&color=eab308&logo=github&logoColor=white" alt="GitHub Stars" /></a>
@@ -24,16 +24,11 @@ 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.1.13
27
+ ## 🆕 What's new in v5.1.15
28
28
 
29
- - 💻 **OS-First Setup** — Step 1 is now choosing your OS (Windows, macOS, Ubuntu, VPS). All scripts, configs, and instructions are generated to match.
30
- - 🧠 **Gemma 44 sizes** `gemma4:e2b` (~4 GB), `gemma4:e4b` (~8 GB), `gemma4:26b` (~18 GB), `gemma4:31b` (~24 GB). Auto-pulled on first launch.
31
- - 📄 **Consistent script naming** — Scripts are generated per OS: `setup-openclaw-docker-win.bat`, `setup-openclaw-docker-macos.sh`, `setup-openclaw-vps.sh`... No more environment confusion.
32
- - 🌐 **Native Install for Ubuntu/VPS** — No Docker needed. Both CLI and Web Wizard support running directly with PM2 — less RAM overhead, stable 24/7.
33
- - 🤖 **Multi-Bot Deployment** — Deploy up to **5 independent Telegram bots** in one setup. Each bot runs in its own isolated workspace (`bot1/`, `bot2/`...) with its own token, name, slash command, and AI personality.
34
- - 💬 **Department Room Model** — Add all bots to one Telegram group and they behave like a professional team. Bots stay silent by default, only responding when @mentioned or their slash command is used — no spam, no chaos.
35
- - 🔗 **Group ID Helper** — "Get Group ID" button in Web Wizard + step-by-step guide in CLI. Opens @userinfobot directly — no documentation hunting needed.
36
- - 🔐 **Zalo Personal QR Login** — Zalo Personal now uses direct QR login flow for both native and Docker. Setup prints exact QR path + copy/login commands — no need to go through `openclaw onboard`.
29
+ - 🔒 **Pinned OpenClaw version** — The OpenClaw update published on `April 8, 2026` is currently broken, so setup now stays on `openclaw@2026.4.5` for stability.
30
+ - 🐳 **Dockerfile fixes**Fixed the Windows Docker flow so startup no longer breaks on bad command escaping or invalid generated `allowedOrigins`.
31
+ - 🟢 **Stable Node.js note** — Added guidance to use `Node.js 20` through `24`, and to avoid `Node.js 25` for now due to reported OpenClaw issues.
37
32
 
38
33
  <details>
39
34
  <summary><b>Previous: What's new in v5.0.0</b></summary>
@@ -102,7 +97,9 @@ npx create-openclaw-bot
102
97
 
103
98
  Run in your terminal → follow the interactive prompts → startup script is generated automatically.
104
99
 
105
- > Requires: **Node.js 20 LTS** or newer. Check: `node -v`
100
+ > Requires: **Node.js 20/22/24**. Check: `node -v`
101
+ >
102
+ > Note: **avoid Node.js 25 for now**. There are reports of OpenClaw failing on Node 25.
106
103
 
107
104
  <details>
108
105
  <summary><b>3️⃣ Option C — AI Agent (Antigravity)</b></summary>
@@ -112,7 +109,7 @@ Run in your terminal → follow the interactive prompts → startup script is ge
112
109
  2. Open this repo as your workspace
113
110
  3. Paste into chat:
114
111
  ```
115
- Read SETUP.md and set up OpenClaw v5.1.11 for me.
112
+ Read SETUP.md and set up OpenClaw v5.1.15 for me.
116
113
  My bot token is X. Use 9Router (no API key).
117
114
  My project folder: <YOUR_PATH>
118
115
  ```
@@ -127,7 +124,7 @@ Run in your terminal → follow the interactive prompts → startup script is ge
127
124
 
128
125
  | Requirement | Notes |
129
126
  | ----------------------- | ------------------------------------------------------------------------- |
130
- | **Node.js 20 LTS** | [Download](https://nodejs.org/) · Check: `node -v` |
127
+ | **Node.js 20/22/24** | [Download](https://nodejs.org/) · Check: `node -v` · Avoid Node 25 for now |
131
128
  | **An AI provider** | 9Router (free) or Gemini/Claude/GPT-4o |
132
129
  | **Bot Token** | From Telegram BotFather or Zalo Developer |
133
130
  | **Ollama** _(optional)_ | Only if you want to run Gemma 4 locally · [Download](https://ollama.com/) |
@@ -136,7 +133,7 @@ Run in your terminal → follow the interactive prompts → startup script is ge
136
133
 
137
134
  | Requirement | Notes |
138
135
  | ------------------------------- | --------------------------------------------------------------------------------------------- |
139
- | **Node.js 20 LTS** | [Download](https://nodejs.org/) · Check: `node -v` |
136
+ | **Node.js 20/22/24** | [Download](https://nodejs.org/) · Check: `node -v` · Avoid Node 25 for now |
140
137
  | **Docker Desktop + Compose V2** | [Download](https://www.docker.com/products/docker-desktop/) · Check: `docker compose version` |
141
138
  | **An AI provider** | 9Router runs as a sidecar container — no separate install needed |
142
139
  | **Bot Token** | From Telegram BotFather or Zalo Developer |
package/README.vi.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # 🦞 OpenClaw Setup
4
4
 
5
5
  <p align="center">
6
- <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.1.11-0EA5E9?style=for-the-badge" alt="Version 5.1.13" /></a>
6
+ <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.1.15-0EA5E9?style=for-the-badge" alt="Version 5.1.15" /></a>
7
7
  <a href="https://github.com/tuanminhhole/openclaw-setup?tab=MIT-1-ov-file"><img src="https://img.shields.io/badge/LICENSE-MIT-success?style=for-the-badge" alt="MIT License" /></a>
8
8
  <a href="https://www.npmjs.com/package/create-openclaw-bot"><img src="https://img.shields.io/npm/v/create-openclaw-bot?style=for-the-badge&label=CLI&color=2563EB&logo=npm&logoColor=white" alt="NPM Version" /></a>
9
9
  <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&color=eab308&logo=github&logoColor=white" alt="GitHub Stars" /></a>
@@ -24,16 +24,11 @@ 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.1.13
27
+ ## 🆕 Có gì mới trong v5.1.15
28
28
 
29
- - 💻 **OS-First Setup** — Bước đầu tiên bây giờ chọn hệ điều hành của bạn (Windows, macOS, Ubuntu, VPS). Toàn bộ script, cấu hình và hướng dẫn được tạo ra phù hợp với lựa chọn đó.
30
- - 🧠 **Gemma 44 kích thước** `gemma4:e2b` (~4 GB), `gemma4:e4b` (~8 GB), `gemma4:26b` (~18 GB), `gemma4:31b` (~24 GB). Tự pull về khi bot khởi động lần đầu.
31
- - 📄 **Tên script nhất quán** — Script sinh ra theo đúng OS đã chọn: `setup-openclaw-docker-win.bat`, `setup-openclaw-docker-macos.sh`, `setup-openclaw-vps.sh`... Không còn nhầm lẫn môi trường.
32
- - 🌐 **Native Install cho Ubuntu/VPS** — Không cần Docker. CLI và Web Wizard đều hỗ trợ chạy trực tiếp với PM2 — tiết kiệm RAM, ổn định 24/7.
33
- - 🤖 **Triển khai nhiều Bot** — Setup tới **5 Telegram bot độc lập** chỉ trong một lần cài. Mỗi bot sống trong thư mục riêng (`bot1/`, `bot2/`...) với token, tên, slash command và cá tính AI riêng biệt.
34
- - 💬 **Chế độ Phòng Ban** — Thêm tất cả bot vào một Telegram group, chúng sẽ hoạt động như một đội nhân viên chuyên nghiệp. Bot im lặng theo mặc định — chỉ phản hồi khi được @tag hoặc gọi đúng lệnh slash, không spam, không ồn ào.
35
- - 🔗 **Nút lấy Group ID tự động** — Nút "Lấy Group ID" ngay trong Web Wizard + hướng dẫn từng bước trong CLI. Mở @userinfobot thẳng luôn — không cần mò docs.
36
- - 🔐 **Zalo Personal QR Login** — Zalo Personal giờ dùng flow login `zalouser` trực tiếp cho cả native lẫn Docker. Setup in sẵn lệnh login, lệnh copy QR và đường dẫn file QR, không cần vòng qua `openclaw onboard`.
29
+ - 🔒 **Pin lại OpenClaw** — Bản OpenClaw cập nhật ngày `08/04/2026` đang lỗi, nên setup được fix để giữ `openclaw@2026.4.5` cho ổn định.
30
+ - 🐳 **Fix Dockerfile**Sửa luồng Docker cho Windows để không còn lỗi startup do command/escaping sai tránh lỗi `allowedOrigins` bị sinh ra không hợp lệ.
31
+ - 🟢 **Ghi chú Node.js ổn định** — Thêm note khuyên dùng `Node.js 20` đến `24`, tạm tránh `Node.js 25` report lỗi với OpenClaw.
37
32
 
38
33
  <details>
39
34
  <summary><b>Trước đó: Có gì mới ở v5.0.0</b></summary>
@@ -102,7 +97,9 @@ npx create-openclaw-bot
102
97
 
103
98
  Chạy lệnh trên trong Terminal → làm theo các prompt tương tác → script khởi động được tạo tự động.
104
99
 
105
- > Yêu cầu: **Node.js 20 LTS** trở lên. Kiểm tra: `node -v`
100
+ > Yêu cầu: **Node.js 20/22/24**. Kiểm tra: `node -v`
101
+ >
102
+ > Lưu ý: **tạm tránh Node.js 25**. Đã có báo cáo OpenClaw lỗi với Node 25.
106
103
 
107
104
  <details>
108
105
  <summary><b>3️⃣ Cách C — AI Agent (Antigravity)</b></summary>
@@ -112,7 +109,7 @@ Chạy lệnh trên trong Terminal → làm theo các prompt tương tác → sc
112
109
  2. Mở repo này làm workspace
113
110
  3. Paste vào chat:
114
111
  ```
115
- Read SETUP.md and set up OpenClaw v5.1.11 for me.
112
+ Read SETUP.md and set up OpenClaw v5.1.15 for me.
116
113
  My bot token is X. Use 9Router (no API key).
117
114
  My project folder: <THƯ_MỤC_CỦA_BẠN>
118
115
  ```
@@ -127,7 +124,7 @@ Chạy lệnh trên trong Terminal → làm theo các prompt tương tác → sc
127
124
 
128
125
  | Yêu cầu | Ghi chú |
129
126
  | ----------------------- | ------------------------------------------------------------------- |
130
- | **Node.js 20 LTS** | [Tải về](https://nodejs.org/) · Kiểm tra: `node -v` |
127
+ | **Node.js 20/22/24** | [Tải về](https://nodejs.org/) · Kiểm tra: `node -v` · Tạm tránh Node 25 |
131
128
  | **Một AI provider** | 9Router (miễn phí) hoặc Gemini/Claude/GPT-4o |
132
129
  | **Bot Token** | Từ Telegram BotFather hoặc Zalo Developer |
133
130
  | **Ollama** _(tuỳ chọn)_ | Chỉ cần nếu muốn chạy Gemma 4 local · [Tải về](https://ollama.com/) |
@@ -136,7 +133,7 @@ Chạy lệnh trên trong Terminal → làm theo các prompt tương tác → sc
136
133
 
137
134
  | Yêu cầu | Ghi chú |
138
135
  | ------------------------------- | ---------------------------------------------------------------------------------------------- |
139
- | **Node.js 20 LTS** | [Tải về](https://nodejs.org/) · Kiểm tra: `node -v` |
136
+ | **Node.js 20/22/24** | [Tải về](https://nodejs.org/) · Kiểm tra: `node -v` · Tạm tránh Node 25 |
140
137
  | **Docker Desktop + Compose V2** | [Tải về](https://www.docker.com/products/docker-desktop/) · Kiểm tra: `docker compose version` |
141
138
  | **Một AI provider** | 9Router chạy như sidecar container — không cần cài riêng |
142
139
  | **Bot Token** | Từ Telegram BotFather hoặc Zalo Developer |