What’s New

Release notes for the documentation and platform-facing behavior described on this site.

latest: v0.5.1 · February 19, 2026

v0.5.1 — February 19, 2026

Stability and compatibility

Docs updates


v0.5.0 — February 19, 2026

New optional hardening modules

Network and sandbox controls

Approval and bridge behavior


v0.4.0 — February 18, 2026

Module deep dives (new)

OpenClaw compatibility notes (new)


v0.3.0 — February 18, 2026

New docs sections

Website updates

UX and accessibility


v0.2.0 — February 2026

Security architecture baseline

Operator tooling


v0.1.0 — January 2026

Initial public docs release:


Upgrade checklist (v0.4.x -> v0.5.x)

  1. Keep your current modules array as-is first; upgrade runtime without enabling new modules yet.
  2. Re-run npx agentradius doctor and npx agentradius pentest.
  3. If you use SQLite-backed state in hook subprocess mode, set explicit store.required per environment policy.
  4. Enable new modules one-by-one (self_defense, tripwire_guard, repetition_guard) and validate audit output.
  5. If using tool-specific egress policy, switch egress_guard.bindingMode to intersect and define tool-level egress bindings in tool_policy.

Upgrade checklist (v0.3.x -> v0.4.0)

  1. Read Modules and verify your enabled module order.
  2. Re-run npx agentradius doctor on your existing radius.yaml.
  3. Re-run npx agentradius pentest and compare results with previous baseline.
  4. If you use custom policies, confirm fail-closed behavior still matches your intent.