create-openclaw-bot 4.0.8 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,133 +1,171 @@
1
- # Changelog (English)
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- ## [4.0.7] — 2026-03-31
6
-
7
- ### 9Router Stability & Ollama Cloud
8
- - **Stable 9Router Integration (Zero Config)**: The 9Router proxy is now fully stabilized and runs securely within the Docker network via `sk-no-key`. External configuration (API keys, manual routing) is removed from `.env` and elegantly managed via the [9Router Dashboard](http://localhost:20128/dashboard).
9
- - **Expanded Model Connectivity**: Added comprehensive support for Ollama Cloud models (*Qwen 3.5, GLM-5, MiniMax, GPT-OSS*), Kiro Haiku, Qwen Flash, and extended iFlow free tiers.
10
- - **Smart Routing Injection**: The configuration dynamically injects the `smart-route` combination to balance logic workload across Codex, Claude Code, Gemini, and iFlow.
11
-
12
- ### 🧹 Clean Workspace & Cross-Platform Auto-Setup
13
- - **Zero-Clutter Generation**: Eliminated all redundant `.env.example` and static `docker-compose` sample templates. The `.bat` / CLI wizard now dynamically constructs the precise Docker environment necessary.
14
- - **Cross-Platform Auto Browser**: Added a native macOS/Linux `start-chrome-debug.sh` boot script alongside the Windows `.bat`, providing instant 1-click Chrome Debug Mode initialization.
15
- - **CLI Feature Parity**: `npx create-openclaw-bot` now prompts for User Identity and Bot Persona, matching the GUI Web UI capabilities exactly.
16
-
17
- ## [4.0.1]2026-03-31
18
-
19
- ### ✨ Automation (Auto-create install dir) & NPM CLI
20
- - **One-Command Install (npx)**: The `create-openclaw-bot` CLI package is now published to NPM. Windows, Linux, and Mac users can simply run `npx create-openclaw-bot` to setup everything via an interactive terminal flow.
21
- - **Auto Setup & Docker Start**: The deployment script (`.bat` / CLI) is completely overhauled. Once configured, Docker compose automatically builds and spins up the Bot instance seamlessly.
22
- - **Improved UI Setup**: Cleaned up the Step 4 file previews. Revamped the Zalo Bot API channel UI card to use the official vector SVG (popping blue colors over the frosted glass background).
23
- - **Safety First**: Removed Antigravity (AG) models from the 9router Proxy Models option to prevent permanent Google AI Ultra abuse bans. Added bright red warnings on the Setup GUI. Updated crediting for thesvg.org.
24
-
25
- ## [4.0.0] — 2026-03-30
26
-
27
- ### ✨ New Features & Updates
28
- - **Full English Localization** — Completed all English translations for the Setup Wizard (Buttons, Labels, Step 4 Output).
29
- - **Language Toggle Relocation** Moved the language toggle (VI/EN) to a more visible and accessible location.
30
- - **Setup UI/UX Fixes** Improved the Setup Wizard UI for Browser Automation and resolved display issues (such as the undefined model badge).
31
- - **Reference Error Fixes** Fixed several Reference Errors during the setup execution.
32
-
33
- ## [3.0.2] 2026-03-29
34
-
35
- ### 9Router Smart Proxy Expansion
36
- - **9Router db.json Stability** Updated the `db.json` injection logic for 9Router via entrypoint to prevent "No such file or directory, lstat db.json" errors.
37
- - **Flagship Fallback Proxy** Configured "Smart Proxy" with a rotating list of the most powerful flagship LLMs from Codex, Antigravity, Claude Code, and Github Copilot.
38
- - **Setup Wizard Customization** — The wizard now displays a complete list of providers/models, setting the Smart Proxy as the preferred default to automatically resolve "404 No Active Credentials" errors.
39
-
40
- ## [3.0.1] — 2026-03-29
41
-
42
- ### ✨ New Features
43
- - **Wizard UI Redesign (Step 2)** Brought AI Provider/Model selection to the top, followed by Identity, Personality, Security Rules, and Extensions.
44
- - **User Info Textarea** Users can input information about themselves injected into `USER.md` for bot personalization.
45
- - **Editable Security Rules** Displays default security rules, users can edit them injected into `AGENTS.md`.
46
- - **Section Dividers** Added icon dividers between config groups (🤖 🔐 🧩).
47
-
48
- ### 🐛 Bug Fixes
49
- - **Skills Auto-enable** — Selecting a skill now automatically registers it in `openclaw.json` → `skills.entries` (enabled: true). Previously, it only set up the Dockerfile without registering, making the bot ignore the skill.
50
- - **Skills Env Injection** Skills requiring API keys (Tavily, SMTP…) now automatically inject env vars into `skills.entries`.
51
-
52
- ### 🎨 UI/UX
53
- - Identity grid changed to 3 columns (Name, Role, Emoji) removed Vibe (merged into System Prompt).
54
- - Emoji input fix: assigned `form-input--emoji` class, matching the height of other inputs.
55
- - System Prompt label changed to "Personality, Vibe & Response Rules".
56
- - Responsive mobile: Name is full width, Role + Emoji are side-by-side.
57
- - Security textarea is readonly by default, equipped with a "✏️ Edit" / "🔒 Lock" toggle button.
58
-
59
- ### 🔧 Technical
60
- - `state.config.userInfo` — new field, saved from the `cfg-user-info` textarea.
61
- - `state.config.securityRules` editable, defaults per language (vi/en).
62
- - `DEFAULT_SECURITY_RULES` constant established with vi/en templates.
63
- - `clawConfig.skills.entries` generated dynamically from selected skills.
64
- - Language toggle now updates both the system prompt and security rules dynamically.
65
-
66
- ---
67
-
68
- ## [3.0.0] — 2026-03-28
69
-
70
- ### New Features
71
- - **9Router Integration** — AI proxy, no API key required, multi-container Docker (`docker-compose.yml` 2 services).
72
- - **Skills System (ClawHub)** — 8 agent capabilities: Web Search, Browser Automation, Memory, RAG, Image Gen, Bot Scheduler, Code Interpreter, Email Assistant.
73
- - **Plugins System (npm)** — 4 runtime extensions: Voice Call, Matrix, MS Teams, Nostr.
74
- - **Browser Automation** — Full Chrome Debug Mode support (socat proxy, agent-browser, Playwright engine).
75
- - **Task Scheduler** — Windows Scheduled Task auto-starts Chrome Debug mode on logon (10s delay).
76
- - **Skill-aware .env** — `.env` template automatically includes env vars for skills requiring API keys (Tavily, SMTP, Flux...).
77
- - **Post-setup Management** — Added guide for adding/removing skills/plugins post-setup via `docker exec`.
78
-
79
- ### 🎨 UI/UX
80
- - Separated Skills (4-column grid) from Plugins — clearer interface layout.
81
- - Skill cards now show notes (⚙️) for skills that require extra setup.
82
- - Added Browser Automation notice card in Step 4 featuring `.bat` + `.ps1` scripts.
83
- - Management guide card (🔧) featuring `docker exec` commands.
84
-
85
- ### 📚 Documentation
86
- - `docs/browser-automation-guide.md` — Included Browser Automation usage guide for users.
87
- - `docs/skills-plugins-guide.md` — Synthesized all skills/plugins + setup steps + list of required env vars.
88
- - README.md / README.vi.md — Updated with 9Router, Skills/Plugins, and new FAQs.
89
-
90
- ### 🔧 Technical
91
- - `state.config.skills[]` + `state.config.plugins[]` are managed independently.
92
- - `openclaw.json` dynamically injects `browser` config when Browser skill is selected.
93
- - Dockerfile conditional logic: socat, agent-browser included only when necessary.
94
- - docker-compose: added `extra_hosts` block for both 9Router and non-9Router setups.
95
-
96
- ---
97
-
98
- ## [2.0.0] — 2026-03-27
99
-
100
- ### ✨ New Features
101
- - **Setup Wizard UI** — Interactive web wizard (`index.html`) to configure OpenClaw bots visually.
102
- - **Multi-Channel Support** — Added support for Telegram, Zalo Bot API, and Zalo Personal channels.
103
- - **Multi-Provider AI** — Support for Google Gemini, Anthropic Claude, OpenAI/Codex, OpenRouter, and Ollama (local).
104
- - **Plugin System** — Modular plugin grid supporting Browser Automation, Scheduler, Memory, Web Search, RAG, and Image Gen.
105
- - **Config Generation** — Automatically generates `openclaw.json`, `agent.yaml`, `Dockerfile`, and `docker-compose.yml`.
106
- - **Language Toggle** — VI/EN toggle switch utilizing SVG flag icons.
107
- - **Brand Logos** — Implemented high-quality SVG logos from [thesvg.org](https://thesvg.org) for all providers and channels.
108
-
109
- ### 🎨 Design
110
- - Dark-themed glassmorphism UI overlaid with animated multi-layer gradients.
111
- - Provider cards designed with unique colored icon backgrounds (Gemini purple, Claude orange, OpenAI green, OpenRouter violet, Ollama cyan).
112
- - Auto-expanding System Prompt textarea without internal scroll.
113
- - Developed a shimmer animation on the title and glow effects on selected cards.
114
-
115
- ### 📚 Documentation
116
- - `README.md` / `README.vi.md` — Authored full bilingual docs, including a multi-provider comparison table.
117
- - `SETUP.md` / `SETUP.vi.md` — Provided a technical setup guide specifically intended for AI agents.
118
- - Security directive notice: Clarified that System Prompt determines personality only, while the framework enforces security rules.
119
-
120
- ### 🔒 Security
121
- - Enforced a No-credentials-in-UI policy — instructing users to create `.env` files locally.
122
- - Dynamic credential instructions presented conditionally per provider and channel.
123
- - OpenClaw framework automatically enforces default system security rules.
124
-
125
- ---
126
-
127
- ## [1.0.0] 2026-03-26
128
-
129
- ### Initial Release
130
- - Published basic OpenClaw setup guide.
131
- - Configured Telegram-only support.
132
- - Configured Google Gemini single provider support.
133
- - Included manual configuration file setup instructions.
1
+ # Changelog (English)
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [4.1.0] — 2026-04-01
6
+
7
+ ### 🚀 Stable 9Router Smart Routing
8
+
9
+ - **Clean Database Initialize**: 9Router default combos are now 100% clean (`smart-route` only). Removed legacy injection of GPT-4o/Claude/Gemini to favor pure dynamic routing.
10
+ - **Headless UI Toggling**: The setup wizard and CLI no longer display verbose model lists for 9Router; they now cleanly default to Auto Route (`smart-route`) and let the dynamic `PREF` algorithm handle failovers.
11
+
12
+ ## [4.0.9] 2026-04-01
13
+
14
+ ### 🔄 Dynamic Smart Route (Real-time Provider Sync)
15
+
16
+ - **Zero-Waste Routing**: The `smart-route` combo is no longer a static list of 100+ models. A background sync loop now queries 9Router's `/api/providers` every 30 seconds and dynamically builds the combo from **only connected + enabled providers**. This eliminates `404 No active credentials` errors entirely.
17
+ - **Instant Provider Toggle**: Toggle providers on/off in the 9Router Dashboard the combo updates automatically within 30s. No restart required.
18
+ - **Smart Mapping**: Full provider-to-model mapping covering 25+ providers (Codex, Claude Code, GitHub Copilot, Cursor, Kilo, Cline, Gemini CLI, iFlow, Qwen, Kiro, Ollama, GLM, MiniMax, DeepSeek, xAI, Mistral, Groq, etc.).
19
+
20
+ ### 🐳 Docker Auto-Install
21
+
22
+ - **Zero-Prerequisite Setup**: `npx create-openclaw-bot` now detects if Docker is installed. If missing, it offers to install automatically via `winget` (Windows), `brew` (macOS), or the official Docker install script (Linux).
23
+ - **Guided Recovery**: Clear instructions and download links if automatic installation fails.
24
+
25
+ ## [4.0.8] — 2026-03-31
26
+
27
+ ### ✨ 9Router Stability & Ollama Cloud
28
+
29
+ - **Stable 9Router Integration (Zero Config)**: The 9Router proxy is now fully stabilized and runs securely within the Docker network via `sk-no-key`. External configuration (API keys, manual routing) is removed from `.env` and elegantly managed via the [9Router Dashboard](http://localhost:20128/dashboard).
30
+ - **Expanded Model Connectivity**: Added comprehensive support for Ollama Cloud models (_Qwen 3.5, GLM-5, MiniMax, GPT-OSS_), Kiro Haiku, Qwen Flash, and extended iFlow free tiers.
31
+ - **Smart Routing Injection**: The configuration dynamically injects the `smart-route` combination to balance logic workload across Codex, Claude Code, Gemini, and iFlow.
32
+
33
+ ### 🧹 Clean Workspace & Cross-Platform Auto-Setup
34
+
35
+ - **Zero-Clutter Generation**: Eliminated all redundant `.env.example` and static `docker-compose` sample templates. The `.bat` / CLI wizard now dynamically constructs the precise Docker environment necessary.
36
+ - **Cross-Platform Auto Browser**: Added a native macOS/Linux `start-chrome-debug.sh` boot script alongside the Windows `.bat`, providing instant 1-click Chrome Debug Mode initialization.
37
+ - **CLI Feature Parity**: `npx create-openclaw-bot` now prompts for User Identity and Bot Persona, matching the GUI Web UI capabilities exactly.
38
+
39
+ ## [4.0.1] — 2026-03-31
40
+
41
+ ### ✨ Automation (Auto-create install dir) & NPM CLI
42
+
43
+ - **One-Command Install (npx)**: The `create-openclaw-bot` CLI package is now published to NPM. Windows, Linux, and Mac users can simply run `npx create-openclaw-bot` to setup everything via an interactive terminal flow.
44
+ - **Auto Setup & Docker Start**: The deployment script (`.bat` / CLI) is completely overhauled. Once configured, Docker compose automatically builds and spins up the Bot instance seamlessly.
45
+ - **Improved UI Setup**: Cleaned up the Step 4 file previews. Revamped the Zalo Bot API channel UI card to use the official vector SVG (popping blue colors over the frosted glass background).
46
+ - **Safety First**: Removed Antigravity (AG) models from the 9router Proxy Models option to prevent permanent Google AI Ultra abuse bans. Added bright red warnings on the Setup GUI. Updated crediting for thesvg.org.
47
+
48
+ ## [4.0.0] 2026-03-30
49
+
50
+ ### New Features & Updates
51
+
52
+ - **Full English Localization** — Completed all English translations for the Setup Wizard (Buttons, Labels, Step 4 Output).
53
+ - **Language Toggle Relocation** Moved the language toggle (VI/EN) to a more visible and accessible location.
54
+ - **Setup UI/UX Fixes** Improved the Setup Wizard UI for Browser Automation and resolved display issues (such as the undefined model badge).
55
+ - **Reference Error Fixes** Fixed several Reference Errors during the setup execution.
56
+
57
+ ## [3.0.2] 2026-03-29
58
+
59
+ ### 9Router Smart Proxy Expansion
60
+
61
+ - **9Router db.json Stability** — Updated the `db.json` injection logic for 9Router via entrypoint to prevent "No such file or directory, lstat db.json" errors.
62
+ - **Flagship Fallback Proxy** — Configured "Smart Proxy" with a rotating list of the most powerful flagship LLMs from Codex, Antigravity, Claude Code, and Github Copilot.
63
+ - **Setup Wizard Customization** The wizard now displays a complete list of providers/models, setting the Smart Proxy as the preferred default to automatically resolve "404 No Active Credentials" errors.
64
+
65
+ ## [3.0.1] — 2026-03-29
66
+
67
+ ### ✨ New Features
68
+
69
+ - **Wizard UI Redesign (Step 2)** — Brought AI Provider/Model selection to the top, followed by Identity, Personality, Security Rules, and Extensions.
70
+ - **User Info Textarea** — Users can input information about themselves → injected into `USER.md` for bot personalization.
71
+ - **Editable Security Rules** — Displays default security rules, users can edit them injected into `AGENTS.md`.
72
+ - **Section Dividers** — Added icon dividers between config groups (🤖 🔐 🧩).
73
+
74
+ ### 🐛 Bug Fixes
75
+
76
+ - **Skills Auto-enable** — Selecting a skill now automatically registers it in `openclaw.json` → `skills.entries` (enabled: true). Previously, it only set up the Dockerfile without registering, making the bot ignore the skill.
77
+ - **Skills Env Injection** — Skills requiring API keys (Tavily, SMTP…) now automatically inject env vars into `skills.entries`.
78
+
79
+ ### 🎨 UI/UX
80
+
81
+ - Identity grid changed to 3 columns (Name, Role, Emoji) removed Vibe (merged into System Prompt).
82
+ - Emoji input fix: assigned `form-input--emoji` class, matching the height of other inputs.
83
+ - System Prompt label changed to "Personality, Vibe & Response Rules".
84
+ - Responsive mobile: Name is full width, Role + Emoji are side-by-side.
85
+ - Security textarea is readonly by default, equipped with a "✏️ Edit" / "🔒 Lock" toggle button.
86
+
87
+ ### 🔧 Technical
88
+
89
+ - `state.config.userInfo` — new field, saved from the `cfg-user-info` textarea.
90
+ - `state.config.securityRules` — editable, defaults per language (vi/en).
91
+ - `DEFAULT_SECURITY_RULES` constant established with vi/en templates.
92
+ - `clawConfig.skills.entries` generated dynamically from selected skills.
93
+ - Language toggle now updates both the system prompt and security rules dynamically.
94
+
95
+ ---
96
+
97
+ ## [3.0.0] — 2026-03-28
98
+
99
+ ### ✨ New Features
100
+
101
+ - **9Router Integration** — AI proxy, no API key required, multi-container Docker (`docker-compose.yml` 2 services).
102
+ - **Skills System (ClawHub)** — 8 agent capabilities: Web Search, Browser Automation, Memory, RAG, Image Gen, Bot Scheduler, Code Interpreter, Email Assistant.
103
+ - **Plugins System (npm)** — 4 runtime extensions: Voice Call, Matrix, MS Teams, Nostr.
104
+ - **Browser Automation** — Full Chrome Debug Mode support (socat proxy, agent-browser, Playwright engine).
105
+ - **Task Scheduler** — Windows Scheduled Task auto-starts Chrome Debug mode on logon (10s delay).
106
+ - **Skill-aware .env** — `.env` template automatically includes env vars for skills requiring API keys (Tavily, SMTP, Flux...).
107
+ - **Post-setup Management** — Added guide for adding/removing skills/plugins post-setup via `docker exec`.
108
+
109
+ ### 🎨 UI/UX
110
+
111
+ - Separated Skills (4-column grid) from Plugins clearer interface layout.
112
+ - Skill cards now show notes (⚙️) for skills that require extra setup.
113
+ - Added Browser Automation notice card in Step 4 featuring `.bat` + `.ps1` scripts.
114
+ - Management guide card (🔧) featuring `docker exec` commands.
115
+
116
+ ### 📚 Documentation
117
+
118
+ - `docs/browser-automation-guide.md` Included Browser Automation usage guide for users.
119
+ - `docs/skills-plugins-guide.md` — Synthesized all skills/plugins + setup steps + list of required env vars.
120
+ - README.md / README.vi.md — Updated with 9Router, Skills/Plugins, and new FAQs.
121
+
122
+ ### 🔧 Technical
123
+
124
+ - `state.config.skills[]` + `state.config.plugins[]` are managed independently.
125
+ - `openclaw.json` dynamically injects `browser` config when Browser skill is selected.
126
+ - Dockerfile conditional logic: socat, agent-browser included only when necessary.
127
+ - docker-compose: added `extra_hosts` block for both 9Router and non-9Router setups.
128
+
129
+ ---
130
+
131
+ ## [2.0.0] — 2026-03-27
132
+
133
+ ### New Features
134
+
135
+ - **Setup Wizard UI** — Interactive web wizard (`index.html`) to configure OpenClaw bots visually.
136
+ - **Multi-Channel Support** — Added support for Telegram, Zalo Bot API, and Zalo Personal channels.
137
+ - **Multi-Provider AI** — Support for Google Gemini, Anthropic Claude, OpenAI/Codex, OpenRouter, and Ollama (local).
138
+ - **Plugin System** — Modular plugin grid supporting Browser Automation, Scheduler, Memory, Web Search, RAG, and Image Gen.
139
+ - **Config Generation** — Automatically generates `openclaw.json`, `agent.yaml`, `Dockerfile`, and `docker-compose.yml`.
140
+ - **Language Toggle** — VI/EN toggle switch utilizing SVG flag icons.
141
+ - **Brand Logos** — Implemented high-quality SVG logos from [thesvg.org](https://thesvg.org) for all providers and channels.
142
+
143
+ ### 🎨 Design
144
+
145
+ - Dark-themed glassmorphism UI overlaid with animated multi-layer gradients.
146
+ - Provider cards designed with unique colored icon backgrounds (Gemini purple, Claude orange, OpenAI green, OpenRouter violet, Ollama cyan).
147
+ - Auto-expanding System Prompt textarea without internal scroll.
148
+ - Developed a shimmer animation on the title and glow effects on selected cards.
149
+
150
+ ### 📚 Documentation
151
+
152
+ - `README.md` / `README.vi.md` — Authored full bilingual docs, including a multi-provider comparison table.
153
+ - `SETUP.md` / `SETUP.vi.md` — Provided a technical setup guide specifically intended for AI agents.
154
+ - Security directive notice: Clarified that System Prompt determines personality only, while the framework enforces security rules.
155
+
156
+ ### 🔒 Security
157
+
158
+ - Enforced a No-credentials-in-UI policy — instructing users to create `.env` files locally.
159
+ - Dynamic credential instructions presented conditionally per provider and channel.
160
+ - OpenClaw framework automatically enforces default system security rules.
161
+
162
+ ---
163
+
164
+ ## [1.0.0] — 2026-03-26
165
+
166
+ ### Initial Release
167
+
168
+ - Published basic OpenClaw setup guide.
169
+ - Configured Telegram-only support.
170
+ - Configured Google Gemini single provider support.
171
+ - Included manual configuration file setup instructions.