Features Released in v1.5.0

  • vx overview gives you repo structure at a glance — total file count, edge count, and the top 10 most-depended-on files ranked by how many files depend on them. One command to orient yourself or your AI agent to an unfamiliar codebase before making changes.
  • vx init now injects @.vexal/CLAUDE.md into your root CLAUDE.md automatically so Claude Code loads vexal context in every session without any manual setup. The generated file now includes your repo's live edge count so Claude calibrates how aggressively to use vexal based on actual codebase scale.
  • vx deps and vx impact now accept file paths without extensions — vx deps src/components/App resolves the same as vx deps src/components/App.tsx.
  • Duplicate import paths no longer appear in vx deps output.

Was this page helpful?