| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenClaw-2026.4.8.dmg | 2026-04-08 | 20.1 MB | |
| OpenClaw-2026.4.8.dSYM.zip | 2026-04-08 | 35.2 MB | |
| OpenClaw-2026.4.8.zip | 2026-04-08 | 25.3 MB | |
| openclaw 2026.4.8 source code.tar.gz | 2026-04-08 | 39.4 MB | |
| openclaw 2026.4.8 source code.zip | 2026-04-08 | 45.7 MB | |
| README.md | 2026-04-08 | 1.7 kB | |
| Totals: 6 Items | 165.7 MB | 19 | |
Fixes
- Telegram/setup: load setup and secret contracts through packaged top-level sidecars so installed npm builds no longer try to import missing
dist/extensions/telegram/src/*files during gateway startup. - Bundled channels/setup: load shared secret contracts through packaged top-level sidecars across BlueBubbles, Feishu, Google Chat, IRC, Matrix, Mattermost, Microsoft Teams, Nextcloud Talk, Slack, and Zalo so installed npm builds no longer rely on missing
dist/extensions/*/src/*files during gateway startup. - Bundled plugins: align packaged plugin compatibility metadata with the release version so bundled channels and providers load on OpenClaw 2026.4.8.
- Agents/progress: keep
update_planavailable for OpenAI-family runs while returning compact success payloads and allowingtools.experimental.planTool=falseto opt out. - Agents/exec: keep
/execcurrent-default reporting aligned with real runtime behavior sohost=autosessions surface the correct host-aware fallback policy (full/offon gateway or node,deny/offon sandbox) instead of stale stricter defaults. - Slack: honor ambient HTTP(S) proxy settings for Socket Mode WebSocket connections, including NO_PROXY exclusions, so proxy-only deployments can connect without a monkey patch. (#62878) Thanks @mjamiv.
- Slack/actions: pass the already resolved read token into
downloadFileso SecretRef-backed bot tokens no longer fail after a raw config re-read. (#62097) Thanks @martingarramon. - Network/fetch guard: skip target DNS pinning when trusted env-proxy mode is active so proxy-only sandboxes can let the trusted proxy resolve outbound hosts. (#59007) Thanks @cluster2600.