2026.5.20 — The Claw Awakens: ElasticClaw 2026.5.20
Released 2026-05-20
← All releases
What's New
- Introduced async Daytona bootstrap using the new async API, speeding up VM provisioning.
- Added Figma API documentation injection, allowing automatic inclusion of design specs.
- Embedded `elasticclaw_version` into workflow and workspace configs for easier version tracking.
- Implemented a message queue that buffers commands when a claw is busy, preventing lost work.
- New `max_tokens` setting gives fine‑grained control over token limits for AI integrations.
Improvements
- Anthropic tokens are now preserved instead of being overwritten, respecting user‑provided credentials.
- Exit codes from subprocesses are now captured and reported, improving observability.
- Trigger deduplication logic has been refined to reduce redundant executions.
- Daytona connector download now retries automatically, increasing reliability on flaky networks.
- Updated README and hub documentation (including Figma API docs) for clearer onboarding.
Fixes
- Fixed the Anthropics integration bug that caused failed calls.
- Resolved idempotency issue with Daytona bootstrap retries to avoid duplicate VM creation.
- Corrected premature status transition of Replicated claws from “starting” to “running”.
Raw Changelog
Show raw git changelog
text
8203d93 Refresh README for launch (#259) (Marc Campbell)
b566ffd Fix anthropic (#258) (Marc Campbell)
69d22bc Bug/daytona bootstrap retry idempotent (#256) (Marc Campbell)
e5bfcdc don't override anthropic tokens (#255) (Marc Campbell)
0dff3ba set max tokens (#254) (Marc Campbell)
56da3a2 track exit code (#253) (Marc Campbell)
3257590 use daytona async api to bootstrap (#252) (Marc Campbell)
57bfa75 Update pkg/hub/figma_api_docs_test.go (Noah Campbell)
6e06c40 Update pkg/hub/figma_api_docs.go (Noah Campbell)
7a23087 Add Figma API docs injection (Noah Campbell)
1ee61f8 better dedupe triggers (#250) (Marc Campbell)
c206956 Daytona connector download retry (#249) (Marc Campbell)
53f1efd feat: add elasticclaw_version to workflow and workspace configs (#244) (elasticclaw-workflow[bot])
3f77882 fix: don't prematurely flip Replicated claw status to 'starting' before VM is running (#248) (Marc Campbell)
b22ca4d update docs (Marc Campbell)
6f7df01 feat: queue messages when claw is busy processing (#242) (elasticclaw-workflow[bot])