Embedded Agent Toolkit 0.10.1
Embedded Agent Toolkit 0.10.1
This patch release fixes the standalone bootstrap installer shipped in v0.10.0.
v0.10.0 introduced hash-bound workstation component-lock selection, but its bootstrap extraction allowlist omitted the new station_config.py runtime dependency. The authenticated ZIP was complete; bootstrap installation failed before installing with ModuleNotFoundError.
Fix
- Include
station_config.pyin the bootstrap installer allowlist. - Add a regression test that extracts the minimal installer and executes
release.py --help, proving all import dependencies are present. - Preserve all
v0.10.0workstation lock selection behavior and host-only safety guarantees.
The ZIP and bootstrap are covered by GitHub artifact attestations generated from immutable tag v0.10.1 on GitHub-hosted infrastructure.