All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING CHANGE: Renamed CLI command from
diffgraph-aitowild- Updated all documentation to reflect the new command name
- Updated setup.py entry point to use
wildcommand - All usage examples now use
wildinstead ofdiffgraph-ai - This is a breaking change - users will need to update their scripts and documentation
- Fixed
--versioncommand not working after CLI rename by explicitly specifyingpackage_name='wild'in@click.version_option() - Improved path handling in environment loader by wrapping paths with
os.path.normpath()for better cross-platform compatibility - Removed redundant
hasattr(sys, 'executable')check assys.executableis always available in Python
- Initial release of DiffGraph CLI tool
- AI-powered code change analysis
- HTML report generation with Mermaid.js dependency graphs
- Support for both tracked and untracked files
- Dark mode support in HTML reports
- Syntax highlighting for code blocks
- Responsive design for all screen sizes