This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryRemoved the old compiler orchestration layer from Worker execution.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Cleaned up Worker result tracking; Craft‑blocked writes treated as normal not‑applied writes. Cleaned up Worker result tracking; Craft‑blocked writes treated as normal not‑applied writes. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Refactor | Low |
Removed compiler orchestration layer from normal Worker execution. Removed compiler orchestration layer from normal Worker execution. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Refactor | Low |
Reduced leftover quality‑bounce and patch‑quality state from the hot path. Reduced leftover quality‑bounce and patch‑quality state from the hot path. Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
Aura 1.5.02
This release is a focused cleanup pass for the Worker write path.
The old compiler orchestration layer has been removed from normal Worker execution. Craft remains in place as Aura’s lightweight anti slop gate, but the extra compiler style retry/bounce machinery is gone.
What changed
-
Simplified the Worker write flow:
- proposal
- Craft gate
- approval
- write
- validation/recovery
-
Removed stale compiler repair paths and related result handling.
-
Kept Craft active for obvious AI slop, placeholder code, demo scaffolding, syntax issues, and unsafe generated shapes.
-
Cleaned up Worker result tracking so Craft-blocked writes are treated as normal not-applied writes.
-
Reduced leftover quality-bounce / patch-quality state from the hot path.
-
Preserved the existing safety rails:
- diff approval
- backups
- protected delete paths
- read-before-edit checks
- py_compile and validation recovery
Why
This makes the Worker path easier to reason about and should make normal runs feel a little smoother. Aura still keeps its safety membrane, but with less internal ceremony between a good patch and approval.
Notes
This is mostly an internal cleanup release. User facing behavior should feel familiar, just with fewer stale blocker paths and a cleaner write pipeline.
Breaking Changes
- Removed stale compiler repair paths and related result handling from normal Worker execution.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Aura
All releases →Related context
Related tools
Earlier breaking changes
- v1.4.0 All file-writing paths now route through a validation pipeline.
Beta — feedback welcome: [email protected]