| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AlphaClaw 0.8.2 source code.tar.gz | 2026-03-23 | 1.0 MB | |
| AlphaClaw 0.8.2 source code.zip | 2026-03-23 | 1.3 MB | |
| README.md | 2026-03-23 | 1.7 kB | |
| Totals: 3 Items | 2.3 MB | 0 | |
AlphaClaw 0.8.2
What's New
- Watchdog test notifications: send a test message through all configured notification channels (Telegram, Discord, Slack) and see per-channel delivery results. Thanks @mvanhorn. (#32)
- Watchdog log export: copy all watchdog terminal logs to clipboard with one click. (#37)
- Port conflict prevention: AlphaClaw refuses to start on port 18789 (the default gateway port) to prevent silent proxy loops. Thanks @emileferreira. (#28)
- Version in status API: the running AlphaClaw version is now included in the status API payload.
- Bundled UI dependencies: setup UI assets are bundled locally with esbuild, removing runtime CDN reliance for restricted-network deployments.
Fixes
- Watchdog health checks: fix false health failures and runaway notification loops when the gateway is healthy but WS-based CLI checks fail (common with Tailscale Serve mode). Fixes [#21]. (#33)
- Onboarding model validation: non-recommended model selections now validate correctly when provider credentials are entered. Fixes [#22]. (#23)
- Onboarding confirmation spacing: add missing space before channel name in the onboarding confirmation step. Thanks @emileferreira. (#31)
- Doctor warning layout: move action buttons to a bottom row under the warning message for better readability.
Internal
- Introduce semantic CSS theme tokens and migrate all components from hardcoded Tailwind color classes to token-backed aliases, centralizing theme control. Thanks @keaganstokoe. (#27)
- Harden connected-node browser attach handling with normalized error recovery and stale polling cleanup.
Contributors
- @mvanhorn
- @keaganstokoe
- @emileferreira