This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryImproved Worker recovery when Python syntax validation fails, allowing read‑only inspection tools during repair.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Allows read-only inspection tools during syntax repair to gather context. Allows read-only inspection tools during syntax repair to gather context. Source: granite4.1:30b@2026-06-08-audit Confidence: low |
— |
| Bugfix | Medium |
Improves Worker recovery when Python syntax validation fails. Improves Worker recovery when Python syntax validation fails. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Bugfix | Medium |
Prevents false repair states caused by nested `__init__.py` failures. Prevents false repair states caused by nested `__init__.py` failures. Source: granite4.1:30b@2026-06-08-audit Confidence: low |
— |
| Bugfix | Low |
Restricts write tools to the exact failing file during repair. Restricts write tools to the exact failing file during repair. Source: granite4.1:30b@2026-06-08-audit Confidence: low |
— |
| Bugfix | Low |
Ignores ambiguous bare `py_compile` targets unless at workspace root. Ignores ambiguous bare `py_compile` targets unless at workspace root. Source: granite4.1:30b@2026-06-08-audit Confidence: low |
— |
Full changelog
Aura v1.6.01
This patch improves Worker recovery when Python syntax validation fails.
Aura now allows read only inspection tools during syntax repair, so the Worker can gather context instead of getting trapped behind an internal recovery guard. Write tools remain restricted to the exact failing file, and ambiguous bare py_compile targets are ignored unless they exist at the workspace root.
This prevents false repair states like a nested relay/__init__.py failure being treated as root __init__.py, which could previously block normal tools or lead to fake repair files.
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]