You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenClaw 3.24 doesn't support the plugins.entries.discovery config
format from PR #58 (silently fails, no models discovered). This adds
version-aware logic:
- Default: 2026.3.24 (no model approval needed, WeChat compatible)
- Optional: 2026.4.5 (auto-discovery, embeddings) or latest
- Two config templates: legacy (models.providers) and modern (plugins.entries)
- UserData selects config based on OpenClawVersion parameter
- ARM64 install: --ignore-scripts only for 3.24 (4.5 needs native modules)
Tested on production EC2:
- 3.24 + old config: works
- 3.24 + new config: fails (unknown model)
- 4.5 + new config: works (with Gateway running)
- 4.5 + --ignore-scripts: fails (missing @buape/carbon)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,7 @@ Switch models with one CloudFormation parameter — no code changes:
230
230
| Parameter | Default | Description |
231
231
|-----------|---------|-------------|
232
232
|`OpenClawModel`| Nova 2 Lite | Bedrock model ID |
233
+
|`OpenClawVersion`| 2026.3.24 |`2026.3.24` (default, no model approval needed, WeChat compatible), `2026.4.5` (auto-discovery, embeddings), or `latest`|
0 commit comments