Skip to content

Releases: denster32/aegis

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:45

Full Changelog: v0.7.0...v0.8.0

v0.7.0 — Aegis Nexus

Choose a tag to compare

@denster32 denster32 released this 12 Jul 05:10

Aegis Nexus 0.7.0

Living digital immune system MVP on Grok 4.5 + Rust.

New

  • aegis nexus status — organism overview
  • aegis evolve propose|run|status — mutation genes + fitness
  • aegis spore pack|unpack|vaccinate — viral sovereignty kit
  • aegis compress [--local] — neural summary
  • aegis hardware probe|policy — host symbiosis

Crates

aegis-evolution · aegis-spore · aegis-hardware

Install

cd aegis && ./install.sh
aegis --version   # 0.7.0
aegis nexus status
aegis --sandbox compress --local

See docs/nexus.md

v0.6.0 — Sandbox · tests · CI

Choose a tag to compare

@denster32 denster32 released this 12 Jul 05:00

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

v0.5.2 — Finalized

Choose a tag to compare

@denster32 denster32 released this 12 Jul 04:55

Aegis 0.5.2 — finalized

Personal production-ready Grok-native coding agent.

Highlights

  • Full monochrome SpaceX / xAI brand + CLI
  • Clean asset kit (no legacy colorful media)
  • Security & agent-loop hardening from 0.5.1 audit
  • Docs: features, architecture, RELEASE, audit report

Install

git clone https://github.com/denster32/aegis.git
cd aegis && ./install.sh
aegis --version   # 0.5.2
grok login && aegis auth status

Verify

cargo test --workspace
cargo clippy --workspace --all-targets -- -D warnings
./scripts/live_smoke.sh
./scripts/stress_test.sh   # optional long live suite

MIT · private personal agent

v0.5.1 — Prime-time polish

Choose a tag to compare

@denster32 denster32 released this 12 Jul 04:25

Aegis 0.5.1

Prime-time packaging + stress-proven release.

Fixed

  • Agent tool-loop compile break (had_tools_last)
  • Swarm / mission workers: omit reasoning.effort for grok-code-fast-1 (was HTTP 400)
  • Workspace 0.5.1, clippy-clean; CI clippy blocking

Docs

  • Full README + platform docs + stress harness (S0–S20)
  • Grok 4.5 capability matrix

Stress (live OAuth, LONG=1)

  • 28 PASS / 0 FAIL / 0 SKIP in ~285s
  • Heal 2/2 · concurrent 2-way + 3-way · mission · dream · wiki · QA · review · multi-module

Install

git clone https://github.com/denster32/aegis.git
cd aegis && ./install.sh
aegis --version   # 0.5.1
grok login && aegis auth status
./scripts/stress_test.sh

Private personal agent — MIT licensed.