Skip to content

v0.0.24

Choose a tag to compare

@BrunoV21 BrunoV21 released this 20 Jul 22:31
· 539 commits to main since this release

πŸš€ CodeTide v0.0.24 – Release Notes (2025-07-19)

πŸ’» Introducing the CodeTide CLI
This release brings a lightweight command-line interface, making it easier to invoke CodeTide functionality directly from the terminal.


πŸ†• New Feature

πŸ”§ Command-Line Interface (CLI)

  • Introduced CLI support for CodeTide via console_scripts.
  • Enables access to core functions like context extraction and patch handling.
  • Available through the codetide-cli entry point.

πŸ“¦ Packaging

  • CLI is bundled with the package and exposed through setup.py and pyproject.toml.
  • Example usage:
    uvx --from codetide codetide-cli -h

πŸ”­ Coming Soon

  • CLI extensions for patch validation, agent workflows, and full project automation.

Full Changelog: v0.0.23...v0.0.24