Skip to content

v0.3.1 — Doctor Added

Choose a tag to compare

@Gencayolgun Gencayolgun released this 24 Jun 14:35

🩺 v0.3.1 — "Doctor Added"

✨ Added

  • codedna doctor command — comprehensive system health check
    • Python version (≥ 3.10 required)
    • CodeDNA installation status
    • Git integration
    • 4 tree-sitter parsers (core, python, javascript, typescript)
    • Local database (size, location)
    • Git hook status
    • 8 core dependencies
    • License & plan
    • PyPI network reachability
  • --fix flag — auto-creates database + installs hook when missing
  • Color-coded output (✓ green, ! yellow, ✗ red)
  • Exit 1 on critical issues
  • Fully English UI

📦 Install

pip install --upgrade codedna
# or
uv tool install --force 'codedna==0.3.1'

PyPI: https://pypi.org/project/codedna/0.3.1/