Aura v1.8.51
Aura v1.8.51 is a focused code-intelligence and release-packaging update. This patch expands Aura’s non-Python language awareness and fixes a packaging issue where bundled tree-sitter grammars could silently fail to ship.
Highlights
Expanded non-Python code-intelligence support beyond JavaScript, TypeScript, Go, and Rust.
Added bundled grammar support for a broader set of major languages and file types.
Fixed the tree-sitter grammar prewarm path so release builds actually load grammar libraries instead of relying on a no-op download call.
Release builds now fail loudly if grammar prewarm produces no files, instead of shipping a silently degraded build.
Added better prewarm diagnostics so the build log shows what languages were requested, loaded, cached, and bundled.
Expanded Language Coverage
Aura now prepares support for a much larger major-language set:
JavaScript, TypeScript, TSX
Go, Rust
Java, C, C++, C#
PHP, Ruby, Swift, Kotlin, Dart, Scala, Lua
Bash and PowerShell
HTML, CSS, SCSS
JSON, YAML, TOML, XML, SQL, Markdown
Dockerfile