Skip to content

Releases: egkristi/RavenClaws

RavenClaw v0.9.2

26 Jun 09:24

Choose a tag to compare

a5ec589 fix(ci): switch to actions/attest@v4 with create-storage-record=false

Full Changelog: v0.9.1...v0.9.2

RavenClaw v0.9.1 — Self-provisioning sub-agents & swarm orchestration

25 Jun 07:31

Choose a tag to compare

What's New in v0.9.1

Self-Provisioning Sub-Agents & Swarm Orchestration

  • SwarmOrchestrator: Recursive sub-agent spawning with depth limits
  • Worker Profiles: 6 built-in profiles (default, researcher, executor, reviewer, supervisor, creative)
  • SwarmTopology: Hierarchical task decomposition with role assignment
  • CLI integration: --mode orchestrate flag for swarm mode

Fixes

  • Fixed Cargo.lock dependency drift that caused CI test failures

Full changelog:

cf8b1cc Fix Cargo.lock: restore dependency versions from v0.9.0, only bump ravenclaw to 0.9.1
d1e51f1 Release v0.9.1 — Self-provisioning sub-agents & swarm orchestration
cca0dda Self-provisioning of sub-agents: recursive swarm orchestration

RavenClaw v0.6.0 — Swarm & Supervisor Mode

18 Jun 15:19

Choose a tag to compare

RavenClaw v0.6.0 — Swarm & Supervisor Mode

✨ New Features

  • Swarm Mode: Multi-agent orchestration with role-based delegation
  • Supervisor Mode: Hierarchical agent supervision with approval workflows
  • Git Hooks System: Pre-commit and pre-push verification hooks

🔧 Improvements

  • CI/CD hardening with retry logic for cross-compilation dependency installs
  • Node.js 24 migration for all JavaScript actions
  • CodeQL v4 migration
  • Build fixes for aarch64 cross-compilation
  • Clippy warning resolution and code cleanup

✅ CI/CD

  • Build & Release #70 ✅
  • Container Build #70 ✅
  • Security Scan #58 ✅