create-openclaw-bot 4.0.9 โ†’ 4.1.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/CHANGELOG.md CHANGED
@@ -1,144 +1,177 @@
1
- # Changelog (English)
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- ## [4.0.9] โ€” 2026-04-01
6
-
7
- ### ๐Ÿ”„ Dynamic Smart Route (Real-time Provider Sync)
8
- - **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.
9
- - **Instant Provider Toggle**: Toggle providers on/off in the 9Router Dashboard โ€” the combo updates automatically within 30s. No restart required.
10
- - **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.).
11
-
12
- ### ๐Ÿณ Docker Auto-Install
13
- - **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).
14
- - **Guided Recovery**: Clear instructions and download links if automatic installation fails.
15
-
16
- ## [4.0.8] โ€” 2026-03-31
17
-
18
- ### โœจ 9Router Stability & Ollama Cloud
19
- - **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).
20
- - **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.
21
- - **Smart Routing Injection**: The configuration dynamically injects the `smart-route` combination to balance logic workload across Codex, Claude Code, Gemini, and iFlow.
22
-
23
- ### ๐Ÿงน Clean Workspace & Cross-Platform Auto-Setup
24
- - **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.
25
- - **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.
26
- - **CLI Feature Parity**: `npx create-openclaw-bot` now prompts for User Identity and Bot Persona, matching the GUI Web UI capabilities exactly.
27
-
28
- ## [4.0.1] โ€” 2026-03-31
29
-
30
- ### โœจ Automation (Auto-create install dir) & NPM CLI
31
- - **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.
32
- - **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.
33
- - **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).
34
- - **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.
35
-
36
- ## [4.0.0] โ€” 2026-03-30
37
-
38
- ### โœจ New Features & Updates
39
- - **Full English Localization** โ€” Completed all English translations for the Setup Wizard (Buttons, Labels, Step 4 Output).
40
- - **Language Toggle Relocation** โ€” Moved the language toggle (VI/EN) to a more visible and accessible location.
41
- - **Setup UI/UX Fixes** โ€” Improved the Setup Wizard UI for Browser Automation and resolved display issues (such as the undefined model badge).
42
- - **Reference Error Fixes** โ€” Fixed several Reference Errors during the setup execution.
43
-
44
- ## [3.0.2] โ€” 2026-03-29
45
-
46
- ### โœจ 9Router Smart Proxy Expansion
47
- - **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.
48
- - **Flagship Fallback Proxy** โ€” Configured "Smart Proxy" with a rotating list of the most powerful flagship LLMs from Codex, Antigravity, Claude Code, and Github Copilot.
49
- - **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.
50
-
51
- ## [3.0.1] โ€” 2026-03-29
52
-
53
- ### โœจ New Features
54
- - **Wizard UI Redesign (Step 2)** โ€” Brought AI Provider/Model selection to the top, followed by Identity, Personality, Security Rules, and Extensions.
55
- - **User Info Textarea** โ€” Users can input information about themselves โ†’ injected into `USER.md` for bot personalization.
56
- - **Editable Security Rules** โ€” Displays default security rules, users can edit them โ†’ injected into `AGENTS.md`.
57
- - **Section Dividers** โ€” Added icon dividers between config groups (๐Ÿค– ๐Ÿ” ๐Ÿงฉ).
58
-
59
- ### ๐Ÿ› Bug Fixes
60
- - **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.
61
- - **Skills Env Injection** โ€” Skills requiring API keys (Tavily, SMTPโ€ฆ) now automatically inject env vars into `skills.entries`.
62
-
63
- ### ๐ŸŽจ UI/UX
64
- - Identity grid changed to 3 columns (Name, Role, Emoji) โ€” removed Vibe (merged into System Prompt).
65
- - Emoji input fix: assigned `form-input--emoji` class, matching the height of other inputs.
66
- - System Prompt label changed to "Personality, Vibe & Response Rules".
67
- - Responsive mobile: Name is full width, Role + Emoji are side-by-side.
68
- - Security textarea is readonly by default, equipped with a "โœ๏ธ Edit" / "๐Ÿ”’ Lock" toggle button.
69
-
70
- ### ๐Ÿ”ง Technical
71
- - `state.config.userInfo` โ€” new field, saved from the `cfg-user-info` textarea.
72
- - `state.config.securityRules` โ€” editable, defaults per language (vi/en).
73
- - `DEFAULT_SECURITY_RULES` constant established with vi/en templates.
74
- - `clawConfig.skills.entries` generated dynamically from selected skills.
75
- - Language toggle now updates both the system prompt and security rules dynamically.
76
-
77
- ---
78
-
79
- ## [3.0.0] โ€” 2026-03-28
80
-
81
- ### โœจ New Features
82
- - **9Router Integration** โ€” AI proxy, no API key required, multi-container Docker (`docker-compose.yml` 2 services).
83
- - **Skills System (ClawHub)** โ€” 8 agent capabilities: Web Search, Browser Automation, Memory, RAG, Image Gen, Bot Scheduler, Code Interpreter, Email Assistant.
84
- - **Plugins System (npm)** โ€” 4 runtime extensions: Voice Call, Matrix, MS Teams, Nostr.
85
- - **Browser Automation** โ€” Full Chrome Debug Mode support (socat proxy, agent-browser, Playwright engine).
86
- - **Task Scheduler** โ€” Windows Scheduled Task auto-starts Chrome Debug mode on logon (10s delay).
87
- - **Skill-aware .env** โ€” `.env` template automatically includes env vars for skills requiring API keys (Tavily, SMTP, Flux...).
88
- - **Post-setup Management** โ€” Added guide for adding/removing skills/plugins post-setup via `docker exec`.
89
-
90
- ### ๐ŸŽจ UI/UX
91
- - Separated Skills (4-column grid) from Plugins โ€” clearer interface layout.
92
- - Skill cards now show notes (โš™๏ธ) for skills that require extra setup.
93
- - Added Browser Automation notice card in Step 4 featuring `.bat` + `.ps1` scripts.
94
- - Management guide card (๐Ÿ”ง) featuring `docker exec` commands.
95
-
96
- ### ๐Ÿ“š Documentation
97
- - `docs/browser-automation-guide.md` โ€” Included Browser Automation usage guide for users.
98
- - `docs/skills-plugins-guide.md` โ€” Synthesized all skills/plugins + setup steps + list of required env vars.
99
- - README.md / README.vi.md โ€” Updated with 9Router, Skills/Plugins, and new FAQs.
100
-
101
- ### ๐Ÿ”ง Technical
102
- - `state.config.skills[]` + `state.config.plugins[]` are managed independently.
103
- - `openclaw.json` dynamically injects `browser` config when Browser skill is selected.
104
- - Dockerfile conditional logic: socat, agent-browser included only when necessary.
105
- - docker-compose: added `extra_hosts` block for both 9Router and non-9Router setups.
106
-
107
- ---
108
-
109
- ## [2.0.0] โ€” 2026-03-27
110
-
111
- ### โœจ New Features
112
- - **Setup Wizard UI** โ€” Interactive web wizard (`index.html`) to configure OpenClaw bots visually.
113
- - **Multi-Channel Support** โ€” Added support for Telegram, Zalo Bot API, and Zalo Personal channels.
114
- - **Multi-Provider AI** โ€” Support for Google Gemini, Anthropic Claude, OpenAI/Codex, OpenRouter, and Ollama (local).
115
- - **Plugin System** โ€” Modular plugin grid supporting Browser Automation, Scheduler, Memory, Web Search, RAG, and Image Gen.
116
- - **Config Generation** โ€” Automatically generates `openclaw.json`, `agent.yaml`, `Dockerfile`, and `docker-compose.yml`.
117
- - **Language Toggle** โ€” VI/EN toggle switch utilizing SVG flag icons.
118
- - **Brand Logos** โ€” Implemented high-quality SVG logos from [thesvg.org](https://thesvg.org) for all providers and channels.
119
-
120
- ### ๐ŸŽจ Design
121
- - Dark-themed glassmorphism UI overlaid with animated multi-layer gradients.
122
- - Provider cards designed with unique colored icon backgrounds (Gemini purple, Claude orange, OpenAI green, OpenRouter violet, Ollama cyan).
123
- - Auto-expanding System Prompt textarea without internal scroll.
124
- - Developed a shimmer animation on the title and glow effects on selected cards.
125
-
126
- ### ๐Ÿ“š Documentation
127
- - `README.md` / `README.vi.md` โ€” Authored full bilingual docs, including a multi-provider comparison table.
128
- - `SETUP.md` / `SETUP.vi.md` โ€” Provided a technical setup guide specifically intended for AI agents.
129
- - Security directive notice: Clarified that System Prompt determines personality only, while the framework enforces security rules.
130
-
131
- ### ๐Ÿ”’ Security
132
- - Enforced a No-credentials-in-UI policy โ€” instructing users to create `.env` files locally.
133
- - Dynamic credential instructions presented conditionally per provider and channel.
134
- - OpenClaw framework automatically enforces default system security rules.
135
-
136
- ---
137
-
138
- ## [1.0.0] โ€” 2026-03-26
139
-
140
- ### Initial Release
141
- - Published basic OpenClaw setup guide.
142
- - Configured Telegram-only support.
143
- - Configured Google Gemini single provider support.
144
- - 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.1] โ€” 2026-04-01
6
+
7
+ ### Fixed
8
+
9
+ - **CLI setup**: Fixed `docker-compose.yml` generation syntax error for 9Router (`yaml: while scanning a simple key` issue) by using bash heredoc block scalars instead of single-line escaping for the `syncComboScript`.
10
+
11
+ ## [4.1.0] โ€” 2026-04-01
12
+
13
+ ### ๐Ÿš€ Stable 9Router Smart Routing
14
+
15
+ - **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.
16
+ - **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.
17
+
18
+ ## [4.0.9] โ€” 2026-04-01
19
+
20
+ ### ๐Ÿ”„ Dynamic Smart Route (Real-time Provider Sync)
21
+
22
+ - **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.
23
+ - **Instant Provider Toggle**: Toggle providers on/off in the 9Router Dashboard โ€” the combo updates automatically within 30s. No restart required.
24
+ - **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.).
25
+
26
+ ### ๐Ÿณ Docker Auto-Install
27
+
28
+ - **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).
29
+ - **Guided Recovery**: Clear instructions and download links if automatic installation fails.
30
+
31
+ ## [4.0.8] โ€” 2026-03-31
32
+
33
+ ### โœจ 9Router Stability & Ollama Cloud
34
+
35
+ - **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).
36
+ - **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.
37
+ - **Smart Routing Injection**: The configuration dynamically injects the `smart-route` combination to balance logic workload across Codex, Claude Code, Gemini, and iFlow.
38
+
39
+ ### ๐Ÿงน Clean Workspace & Cross-Platform Auto-Setup
40
+
41
+ - **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.
42
+ - **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.
43
+ - **CLI Feature Parity**: `npx create-openclaw-bot` now prompts for User Identity and Bot Persona, matching the GUI Web UI capabilities exactly.
44
+
45
+ ## [4.0.1] โ€” 2026-03-31
46
+
47
+ ### โœจ Automation (Auto-create install dir) & NPM CLI
48
+
49
+ - **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.
50
+ - **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.
51
+ - **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).
52
+ - **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.
53
+
54
+ ## [4.0.0] โ€” 2026-03-30
55
+
56
+ ### โœจ New Features & Updates
57
+
58
+ - **Full English Localization** โ€” Completed all English translations for the Setup Wizard (Buttons, Labels, Step 4 Output).
59
+ - **Language Toggle Relocation** โ€” Moved the language toggle (VI/EN) to a more visible and accessible location.
60
+ - **Setup UI/UX Fixes** โ€” Improved the Setup Wizard UI for Browser Automation and resolved display issues (such as the undefined model badge).
61
+ - **Reference Error Fixes** โ€” Fixed several Reference Errors during the setup execution.
62
+
63
+ ## [3.0.2] โ€” 2026-03-29
64
+
65
+ ### โœจ 9Router Smart Proxy Expansion
66
+
67
+ - **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.
68
+ - **Flagship Fallback Proxy** โ€” Configured "Smart Proxy" with a rotating list of the most powerful flagship LLMs from Codex, Antigravity, Claude Code, and Github Copilot.
69
+ - **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.
70
+
71
+ ## [3.0.1] โ€” 2026-03-29
72
+
73
+ ### โœจ New Features
74
+
75
+ - **Wizard UI Redesign (Step 2)** โ€” Brought AI Provider/Model selection to the top, followed by Identity, Personality, Security Rules, and Extensions.
76
+ - **User Info Textarea** โ€” Users can input information about themselves โ†’ injected into `USER.md` for bot personalization.
77
+ - **Editable Security Rules** โ€” Displays default security rules, users can edit them โ†’ injected into `AGENTS.md`.
78
+ - **Section Dividers** โ€” Added icon dividers between config groups (๐Ÿค– ๐Ÿ” ๐Ÿงฉ).
79
+
80
+ ### ๐Ÿ› Bug Fixes
81
+
82
+ - **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.
83
+ - **Skills Env Injection** โ€” Skills requiring API keys (Tavily, SMTPโ€ฆ) now automatically inject env vars into `skills.entries`.
84
+
85
+ ### ๐ŸŽจ UI/UX
86
+
87
+ - Identity grid changed to 3 columns (Name, Role, Emoji) โ€” removed Vibe (merged into System Prompt).
88
+ - Emoji input fix: assigned `form-input--emoji` class, matching the height of other inputs.
89
+ - System Prompt label changed to "Personality, Vibe & Response Rules".
90
+ - Responsive mobile: Name is full width, Role + Emoji are side-by-side.
91
+ - Security textarea is readonly by default, equipped with a "โœ๏ธ Edit" / "๐Ÿ”’ Lock" toggle button.
92
+
93
+ ### ๐Ÿ”ง Technical
94
+
95
+ - `state.config.userInfo` โ€” new field, saved from the `cfg-user-info` textarea.
96
+ - `state.config.securityRules` โ€” editable, defaults per language (vi/en).
97
+ - `DEFAULT_SECURITY_RULES` constant established with vi/en templates.
98
+ - `clawConfig.skills.entries` generated dynamically from selected skills.
99
+ - Language toggle now updates both the system prompt and security rules dynamically.
100
+
101
+ ---
102
+
103
+ ## [3.0.0] โ€” 2026-03-28
104
+
105
+ ### โœจ New Features
106
+
107
+ - **9Router Integration** โ€” AI proxy, no API key required, multi-container Docker (`docker-compose.yml` 2 services).
108
+ - **Skills System (ClawHub)** โ€” 8 agent capabilities: Web Search, Browser Automation, Memory, RAG, Image Gen, Bot Scheduler, Code Interpreter, Email Assistant.
109
+ - **Plugins System (npm)** โ€” 4 runtime extensions: Voice Call, Matrix, MS Teams, Nostr.
110
+ - **Browser Automation** โ€” Full Chrome Debug Mode support (socat proxy, agent-browser, Playwright engine).
111
+ - **Task Scheduler** โ€” Windows Scheduled Task auto-starts Chrome Debug mode on logon (10s delay).
112
+ - **Skill-aware .env** โ€” `.env` template automatically includes env vars for skills requiring API keys (Tavily, SMTP, Flux...).
113
+ - **Post-setup Management** โ€” Added guide for adding/removing skills/plugins post-setup via `docker exec`.
114
+
115
+ ### ๐ŸŽจ UI/UX
116
+
117
+ - Separated Skills (4-column grid) from Plugins โ€” clearer interface layout.
118
+ - Skill cards now show notes (โš™๏ธ) for skills that require extra setup.
119
+ - Added Browser Automation notice card in Step 4 featuring `.bat` + `.ps1` scripts.
120
+ - Management guide card (๐Ÿ”ง) featuring `docker exec` commands.
121
+
122
+ ### ๐Ÿ“š Documentation
123
+
124
+ - `docs/browser-automation-guide.md` โ€” Included Browser Automation usage guide for users.
125
+ - `docs/skills-plugins-guide.md` โ€” Synthesized all skills/plugins + setup steps + list of required env vars.
126
+ - README.md / README.vi.md โ€” Updated with 9Router, Skills/Plugins, and new FAQs.
127
+
128
+ ### ๐Ÿ”ง Technical
129
+
130
+ - `state.config.skills[]` + `state.config.plugins[]` are managed independently.
131
+ - `openclaw.json` dynamically injects `browser` config when Browser skill is selected.
132
+ - Dockerfile conditional logic: socat, agent-browser included only when necessary.
133
+ - docker-compose: added `extra_hosts` block for both 9Router and non-9Router setups.
134
+
135
+ ---
136
+
137
+ ## [2.0.0] โ€” 2026-03-27
138
+
139
+ ### โœจ New Features
140
+
141
+ - **Setup Wizard UI** โ€” Interactive web wizard (`index.html`) to configure OpenClaw bots visually.
142
+ - **Multi-Channel Support** โ€” Added support for Telegram, Zalo Bot API, and Zalo Personal channels.
143
+ - **Multi-Provider AI** โ€” Support for Google Gemini, Anthropic Claude, OpenAI/Codex, OpenRouter, and Ollama (local).
144
+ - **Plugin System** โ€” Modular plugin grid supporting Browser Automation, Scheduler, Memory, Web Search, RAG, and Image Gen.
145
+ - **Config Generation** โ€” Automatically generates `openclaw.json`, `agent.yaml`, `Dockerfile`, and `docker-compose.yml`.
146
+ - **Language Toggle** โ€” VI/EN toggle switch utilizing SVG flag icons.
147
+ - **Brand Logos** โ€” Implemented high-quality SVG logos from [thesvg.org](https://thesvg.org) for all providers and channels.
148
+
149
+ ### ๐ŸŽจ Design
150
+
151
+ - Dark-themed glassmorphism UI overlaid with animated multi-layer gradients.
152
+ - Provider cards designed with unique colored icon backgrounds (Gemini purple, Claude orange, OpenAI green, OpenRouter violet, Ollama cyan).
153
+ - Auto-expanding System Prompt textarea without internal scroll.
154
+ - Developed a shimmer animation on the title and glow effects on selected cards.
155
+
156
+ ### ๐Ÿ“š Documentation
157
+
158
+ - `README.md` / `README.vi.md` โ€” Authored full bilingual docs, including a multi-provider comparison table.
159
+ - `SETUP.md` / `SETUP.vi.md` โ€” Provided a technical setup guide specifically intended for AI agents.
160
+ - Security directive notice: Clarified that System Prompt determines personality only, while the framework enforces security rules.
161
+
162
+ ### ๐Ÿ”’ Security
163
+
164
+ - Enforced a No-credentials-in-UI policy โ€” instructing users to create `.env` files locally.
165
+ - Dynamic credential instructions presented conditionally per provider and channel.
166
+ - OpenClaw framework automatically enforces default system security rules.
167
+
168
+ ---
169
+
170
+ ## [1.0.0] โ€” 2026-03-26
171
+
172
+ ### Initial Release
173
+
174
+ - Published basic OpenClaw setup guide.
175
+ - Configured Telegram-only support.
176
+ - Configured Google Gemini single provider support.
177
+ - Included manual configuration file setup instructions.