v0.0.8
[v0.0.8] - 2025-07-25
Added
NoDifferencesFoundexception class for handling cases where no differences are found in git diff.
Changed
- Modified
swe_diff.tomlto reflect changes in pipeline steps and inputs/outputs. - Refactored CLI commands to use
PipeRunModeinstead ofdry_run.
Removed
- Moved utility code from
swe_cmd.pytoswe_utils.py.