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 init now builds a dependency snapshot automatically, indexing every import relationship in your Go, TypeScript, or Python codebase on first run.
  • vx init generates a CLAUDE.md in .vexal/ instructing Claude Code to use vx deps and vx impact before editing files, giving AI agents accurate dependency context in a single command.
  • If files change after the snapshot is built, vx deps and vx impact warn you automatically so you always know when to rebuild.

Was this page helpful?