Features Released in v1.4.0
vx deps <file>shows what a file imports and every file in the repo that depends on it, with line numbers. Powered by the nyx engine, an internal analysis engine built and maintained by the Vexal team.vx impact <file>gives you the blast radius of a change before you write a single line. It follows TypeScript re-export chains so barrel-exported files report their true impact across the entire repo.vx initnow builds a dependency snapshot automatically, indexing every import relationship in your Go, TypeScript, or Python codebase on first run.vx initgenerates aCLAUDE.mdin.vexal/instructing Claude Code to usevx depsandvx impactbefore editing files, giving AI agents accurate dependency context in a single command.- If files change after the snapshot is built,
vx depsandvx impactwarn you automatically so you always know when to rebuild.