| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aenv-darwin-aarch64.tar.gz | 2026-09-11 | 20.6 MB | |
| aenv-darwin-x86_64.tar.gz | 2026-09-11 | 21.8 MB | |
| aenv-linux-aarch64.tar.gz | 2026-09-11 | 22.0 MB | |
| aenv-linux-x86_64.tar.gz | 2026-09-11 | 23.3 MB | |
| aenv-server-linux-aarch64.tar.gz | 2026-09-11 | 75.4 MB | |
| aenv-server-linux-x86_64-pvm.tar.gz | 2026-09-11 | 79.2 MB | |
| aenv-server-linux-x86_64.tar.gz | 2026-09-11 | 80.0 MB | |
| install-cli.sh | 2026-09-11 | 6.0 kB | |
| install.sh | 2026-09-11 | 15.9 kB | |
| SHA256SUMS | 2026-09-11 | 667 Bytes | |
| README.md | 2026-09-11 | 2.6 kB | |
| v0.2.1 source code.tar.gz | 2026-09-11 | 2.1 MB | |
| v0.2.1 source code.zip | 2026-09-11 | 2.5 MB | |
| Totals: 13 Items | 326.9 MB | 2 | |
π Documentation for this release: https://kvcache-ai.github.io/AgentENV/v0.2.1/
Features
- snapshot: Compress layers at publish time when uploading to OSS/ACR (#256) β @huajq
- volume: Enhance logging for volume operations β @LSX-s-Software
- Build templates with managed BuildKit workers (#254) β @yingdi-shan
Bug Fixes
- docs: Correct overview navigation (#245) β @yingdi-shan
- template: Report failed build steps by number, not instruction text (#246) (#246) β @nblintao
- Reuse published layers when cloning volumes (#249) β @yingdi-shan
- api: Fix E2B SDK volume mounts compatibility β @LSX-s-Software
- Wait for daemon exit during server shutdown (#266) β @zlzGithub-0801
- volume: Delete sandboxes without capturing VM state (#252) β @yingdi-shan
- sandbox: Preserve OCI image UID and GID at startup (#253) β @yingdi-shan
- lsmt: Reuse hybrid extents after discard (#255) β @huang-jl
- image: Avoid ETXTBSY in fake regctl setup (#269) β @yingdi-shan
- p2p: Avoid duplicate storage of fetched image layers β @LSX-s-Software
- p2p: Fix race condition between download and export (#270) β @LSX-s-Software
- tools-image: Fall back to BusyBox ionice for minimal user images (#210)
- tools-image: Improve compatibility with minimal and Ubuntu images (#268) β @zlzGithub-0801
- sandbox: Honor disabled Firecracker logging (#272) β @yingdi-shan
Improvements
- gateway: Preserve sandbox fields during list aggregation (#263) β @LSX-s-Software
- lsmt: Distinguish backed zero mappings β @huang-jl
Performance
- Enable sha2 asm feature for hardware SHA-256 acceleration (#271) β @YXalix