Project Context Plugin
August 16, 2026 ยท View on GitHub
Detects the nearest Rust, Node, Python, or Go project and exposes its root, dependency lock state, generated artifacts, toolchain versions, and Git branch/working-tree health. Multi-ecosystem repositories are reported as combined project types.
lla --enable-plugin project_context --long .
lla --enable-plugin project_context --json --pretty .
lla plugin run project_context inspect -- .
lla plugin run project_context refresh
The cache avoids running toolchain and Git probes once per displayed entry; use
refresh before inspecting state changed by another process.