Skip to content

v0.6.0 — Sandbox · tests · CI

Choose a tag to compare

@denster32 denster32 released this 12 Jul 05:00
· 12 commits to main since this release

Aegis 0.6.0

Ships the three remaining pillars.

1. Sandbox

aegis --sandbox --cwd /tmp/tenant -p ""
  • PermissionMode::Deny — bash off, FS workspace-only
  • Overrides --yolo and auto-yolo for -p / missions
  • Stronger web_fetch private-IP blocking

2. Thick unit tests

  • ~95 offline unit tests (was ~13)
  • store · auth · tools · xai · core · swarm · memory

3. CI

  • fmt · test --locked · clippy -D warnings · build --release --locked
  • Rust cache + workflow_dispatch
  • QA: unit tests always fail the job; live QA only with XAI_API_KEY

Install

git clone https://github.com/denster32/aegis.git
cd aegis && ./install.sh
aegis --version   # 0.6.0

See CHANGELOG · SECURITY · docs/RELEASE.md