Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 993 Bytes

File metadata and controls

20 lines (15 loc) · 993 Bytes

Changelog

[0.2.0] - 2025-07-08

Added

  • Tree-sitter integration: Added support for parsing source code using Tree-sitter grammars.
  • CLI improvements: Enhanced the codez command-line interface with new commands and options.
  • Automated release scripts: Added release.sh and test_local_install.sh for streamlined building, testing, and publishing to PyPI.
  • PyPI packaging enhancements: Introduced pyproject.toml for modern Python packaging and improved distribution.
  • Testing scripts: Added scripts to verify local installation and import of the package.
  • Modular code structure: Added codechat/__main__.py to support CLI entry points and improve package modularity.
  • Documentation: Added a release checklist and improved documentation for contributors and users.

Changed

  • Updated project structure for better maintainability and extensibility.

Fixed

  • Fixed issues with CLI entry point and import errors during local testing.