Release · 2026 · 05 · 09 · 3 min read
v0.1.4 — Modal sandbox + signed skills
New Modal sandbox backend for burst workloads, Ed25519 signed-skill verification, and a 2.3× speedup on Qdrant memory recall.
v0.1.4 ships the Modal sandbox backend we've been testing since March, plus a long-promised security primitive: every skill loaded from the registry is now cryptographically signed and verified against the trusted_keys list in config.toml.
Memory recall got a chunky perf pass on the Qdrant backend — roughly 2.3× faster on our reference workload — and Telegram now handles long idle disconnects gracefully.
In this release
- —New Modal sandbox backend for burst workloads
- —Signed-skill verification (Ed25519) gated by trusted_keys
- —Memory recall is ~2.3× faster on Qdrant
- —Fix: Telegram channel reconnect after long idle