Releases: chrysb/alphaclaw
Releases · chrysb/alphaclaw
AlphaClaw 0.9.14
AlphaClaw 0.9.14
Fixes
- Modal clicks: Remove the modal overlay
clickhandler that calledpreventDefault, so links, native controls, and other interactive content insideModalShellkeep normal browser default behavior (including expected click side effects).
Internal
- (No dependency changes — OpenClaw remains 2026.5.2.)
Contributors
- (No external contributors in this release.)
AlphaClaw 0.9.13
AlphaClaw 0.9.13
What's New
- Connected nodes CLI timeouts: Optional environment overrides (
ALPHACLAW_NODE_ROUTE_TIMEOUT_MS,ALPHACLAW_NODES_STATUS_TIMEOUT_MS,ALPHACLAW_NODES_PENDING_TIMEOUT_MS) tune how long node route, status, and pending-pairing OpenClaw CLI calls wait before timing out (defaults remain 12s), which helps slow or busy gateways. - OpenClaw: Bump bundled dependency to 2026.5.2.
Internal
- Expanded nodes route and command tests for CLI timeout behavior and env resolution.
Contributors
- (No external contributors in this release.)
AlphaClaw 0.9.12
AlphaClaw 0.9.12
What's New
- OpenClaw 2026.4.24: Move to the latest OpenClaw line and refresh the bundled model catalog bootstrap so setup and models stay aligned with upstream defaults and naming.
- Simpler installs: Stop shipping bundled
patch-packagepatches and the OpenClaw postinstall patch step; rely on the published OpenClaw release for gateway behavior.
Internal
- Add chat WebSocket regression coverage and extend model catalog cache tests for the new pin.
Contributors
AlphaClaw 0.9.11
AlphaClaw 0.9.11
What's New
- OpenClaw 2026.4.23: Adopt the current OpenClaw release and ship a fresh gateway WebSocket patch so authenticated setup/browser clients keep gateway scopes when clearing unbound auth scopes.
- Model catalog resilience: Add a bundled model-catalog bootstrap and tighter catalog loading behavior so the models experience and onboarding flows stay usable when the live CLI catalog is slow or unavailable.
- OpenClaw child process environment: Set stable compile-cache and no-respawn defaults for OpenClaw subprocesses so long-running and repeated CLI work behaves more predictably in hosted and local setups.
Fixes
- Onboarding with OpenClaw 2026.4.23: Address compatibility issues in onboarding, the gateway, and the welcome flow introduced by the new OpenClaw release so new installs and upgrades complete without broken model or gateway setup.
Internal
- Expand tests for the gateway, model routes, model catalog cache, OpenClaw runtime env, and usage-tracker config.
Contributors
AlphaClaw 0.9.10
AlphaClaw 0.9.10
What's New
- OpenClaw 2026.4.21: Pin the latest OpenClaw release and refresh the bundled gateway WebSocket patch so authenticated browser/setup clients keep gateway scopes instead of having them cleared during handshake edge cases.
- Model catalog integration: Align AlphaClaw's model catalog cache, CLI/command plumbing, and models API with OpenClaw's current catalog behavior, including safer handling when the catalog is loading or temporarily unavailable.
Fixes
- Channel pairing: Remove polling races and inconsistent refresh behavior so pairing requests and channel state stay stable across the agents UI, welcome flow, and server-backed pairing APIs.
- Cron jobs: Correct cron prompt payload handling end-to-end so scheduled prompts behave reliably with the gateway.
- GitHub onboarding: Tighten GitHub repo owner validation so org- and user-owned repository paths resolve correctly during onboarding.
- Models UI: Recover gracefully from stale or missing catalog entries so the model list and picker stay usable instead of going blank or out of sync.
Known behavior
- OpenClaw CLI performance: Recent OpenClaw releases have noticeably slowed CLI startup and command execution. AlphaClaw still shells out to OpenClaw for many operations (models, doctor, onboarding helpers, etc.), so setup actions that depend on those calls may feel slower until upstream improves CLI latency.
Internal
- Close leaked SQLite handles in database-related tests.
- Expand coverage for pairings, model routes, catalog cache, cron service, onboarding GitHub flows, command error output, and cost utilities.
Contributors
- @chrysb
- @diazMelgarejo — thanks for tracing the SQLite / test-suite contention around
usage-db; this release fixes it with explicit DB teardown rather than the fork-pool approach explored in #69.
AlphaClaw 0.9.9
AlphaClaw 0.9.9
What's New
- OpenClaw 2026.4.15: bundle the latest OpenClaw release — see OpenClaw release notes for upstream highlights (models, gateway, security fixes, channels, memory, and more).
- Gateway WebSocket scope guard: refresh the bundled patch so shared-auth WebSocket connections keep correct scope behavior with the new OpenClaw dist bundle.
Internal
- Align lockfile and patch-package filename with OpenClaw 2026.4.15; smoke-check that
openclaw update status --jsonstill parses for the in-app update checker.
AlphaClaw 0.9.8
AlphaClaw 0.9.8
Fixes
- Import onboarding: When the import target directory already exists and contains files, merge the imported clone into it instead of failing — so you can import into a workspace that already has partial runtime state.
Internal
- Add regression coverage for import apply with a non-empty target directory.
AlphaClaw 0.9.7
AlphaClaw 0.9.7
What's New
- WhatsApp channel: Add WhatsApp provisioning, QR login aligned with other channels, pairing polish, and watchdog integration so WhatsApp shows up correctly in alerts.
- Onboarding: Keep WhatsApp in post-setup (streamline first-run onboarding) and improve completion copy when channel names vary.
- macOS download: Add a macOS download button to the README and place it in the deploy CTA row.
Fixes
- WhatsApp watchdog notifications: Correct reporting for WhatsApp in watchdog notices.
Internal
- Template registry metadata: When a deployment template pins only
@chrysb/alphaclaw, resolve OpenClaw registry metadata from that same pin instead of mixing in unrelatedlatestresolution (#68). Thanks @shaun0927.
Contributors
AlphaClaw 0.9.6
AlphaClaw 0.9.6
What's New
- OpenClaw 2026.4.14: bundle the latest OpenClaw release — see OpenClaw release notes for upstream highlights (models, channels, security hardening, browser/SSRF, cron, memory, and more).
- Gateway WebSocket scope guard: refresh the bundled patch so shared-auth WebSocket connections keep correct scope behavior after OpenClaw's dist bundle update.
Internal
- Align lockfile and patch-package filename with OpenClaw 2026.4.14.
AlphaClaw 0.9.5
AlphaClaw 0.9.5
Fixes
- Git shim auth when exec env is sanitized: if OpenClaw starts git with a scrubbed environment so
GITHUB_TOKENis not inherited, load it from the managed repo’s.env(for example/data/.openclaw/.env) so pushes and other repo-local git commands still authenticate. Scope stays limited to managed-repo git operations. (#64)
Internal
- Regression test for “token only in repo
.env” with sanitized exec env. (#64)