v0.0.24
π 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-clientry point.
π¦ Packaging
- CLI is bundled with the package and exposed through
setup.pyandpyproject.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