This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summarySimplified Worker execution path for faster, smoother runs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Improved Worker dispatch to focus new build tasks on usable implementation slices. Improved Worker dispatch to focus new build tasks on usable implementation slices. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Performance | Medium |
Reduced stale blocker states and unnecessary internal retry/bounce behavior in Workers. Reduced stale blocker states and unnecessary internal retry/bounce behavior in Workers. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Performance | Medium |
Added safer internal handling around recoverable quality checks to keep Aura fast. Added safer internal handling around recoverable quality checks to keep Aura fast. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Refactor | Low |
Removed old compiler-style orchestration layer from Worker execution path. Removed old compiler-style orchestration layer from Worker execution path. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Refactor | Low |
Improved debug metadata for Worker and Craft timing information. Improved debug metadata for Worker and Craft timing information. Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
This release focuses on making Aura’s Worker runs faster, smoother, and more intentional.
What changed
- Simplified the Worker execution path by removing the old compiler-style orchestration layer.
- Kept Craft in place as Aura’s lightweight anti-slop gate.
- Reduced stale blocker states and unnecessary internal retry/bounce behavior.
- Improved Worker dispatch so new build tasks stay more focused on usable implementation slices.
- Added safer internal handling around recoverable quality checks so Aura stays fast and does not turn guidance into friction.
- Improved debug metadata for Worker and Craft timing.
- Preserved Aura’s core safety rails:
- visible diffs
- approval before writes
- protected paths
- validation/recovery
- user-owned local code
Why
Aura should feel fast, controlled, and practical. This release removes internal ceremony while improving the shape of Worker output during real coding runs.
The result should feel familiar, just smoother and sharper.
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]