sqry v4.10.5 covers the work shipped between v4.10.1 and v4.10.5. This release cycle improved cross-language visibility, smoothed out the editor experience, and tightened packaging so the artifacts developers install line up more reliably with the tagged release.
sqry now reports real cross-language edge counts in index status instead of placeholder zeros. That means the CLI, LSP, and VS Code surfaces can show accurate per-language-pair activity when you are working across boundaries like Rust and C, JavaScript and HTTP services, or other mixed-language graphs.
This release also keeps the cross-language count and listing paths aligned, so the totals you see in index status match the relations the tools can actually enumerate.
Several day-to-day workflow improvements landed in the editor integrations:
Taken together, those changes make the editor and MCP surfaces easier to interpret during large workspace analysis.
This release cycle also improved how sqry is packaged and discovered:
These changes are mostly invisible when everything is working, but they make installs, updates, and integrations more predictable.
Two recurring build warnings were also removed from bundled components:
tree-sitter-perl-sqry no longer emits repeated -Wempty-body scanner warnings during buildsjobserver no longer emits the function-item-to-integer cast warning on current Rust toolchainsThat keeps local builds, CI logs, and release validation easier to read when you are checking for real problems.
cargo install sqry-cli
sqry --version
# sqry 4.10.5
Or download binaries from GitHub Releases.