Skip to content

## Aura v1.6.01

Choose a tag to compare

@CarpseDeam CarpseDeam released this 08 Jun 19:33

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.