Aegis AI v1.2.0
Aegis AI v1.2.0 — CI Fix & Code Cleanup
A targeted patch release that fixes the GitHub Actions CI pipeline and cleans up dead code flagged by clippy. No new user-facing features.
Fixed — GitHub Actions (critical)
- build-release.yml created releases on every push to main — Added tag-gate to build jobs so releases are only created on version tag pushes.
- release.yml build summary — Guarded find command against missing directories.
Fixed — Rust backend
- Removed dead code in ai/tools.rs, security/monitor.rs, and ai/providers/openai_compat.rs.
- Removed unused imports (HashMap, AppHandle, OpenProcess).
Changed
- Version bumped to 1.2.0.
- Verified: cargo fmt, npm run build, npx tsc --noEmit all pass clean.
See CHANGELOG.md for full details.