| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AlphaClaw 0.8.4 source code.tar.gz | 2026-04-02 | 689.1 kB | |
| AlphaClaw 0.8.4 source code.zip | 2026-04-02 | 924.6 kB | |
| README.md | 2026-04-02 | 1.1 kB | |
| Totals: 3 Items | 1.6 MB | 0 | |
AlphaClaw 0.8.4
What's New
- Manage multiple Slack workspaces: add multi-account Slack channel support with improved setup UX including manifest and manual guidance, token tab instructions, and modal scrolling fixes. (#49)
- Keep exec working after OpenClaw 2026.4.1: seed permissive exec-approval defaults on boot and onboarding so existing instances are not broken by 2026.4.1's stricter default exec policies. Without this, upgraded gateways can silently refuse shell execution that previously worked.
- Stay aligned with latest OpenClaw baseline: bump to
openclaw@2026.4.1, picking up the gateway config reload fix, Codex refresh token persistence, bundled plugin runtime stabilization, and Telegram error policy controls.
Fixes
- Preserve user exec config during backfill: only seed managed exec defaults when no existing configuration is present, so instances with intentionally customized exec policies are not overwritten on upgrade.
Internal
- Extract exec-approvals read/write helpers into a shared
exec-defaults-configmodule and update the gateway WebSocket scope-clearing patch for 2026.4.1.