AdoCli v0.4.6
AdoCli v0.4.6
Pre-built binaries for all supported platforms.
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x86_64 | ado-*-linux-x86_64 |
| Linux | aarch64 | ado-*-linux-aarch64 |
| macOS | Apple Silicon | ado-*-macos-aarch64 |
| macOS | Intel | ado-*-macos-x86_64 |
| Windows | x86_64 | ado-*-windows-x86_64.exe |
Fixed
prs diff --filereturned 404 for new files. For files added in a
PR (changeTypeadd), the Azure DevOps/itemsAPI returns 404 when
fetching the file at the base commit (the file did not exist yet). The
diff pipeline now tolerates 404 on the old-content side for new files
and on the new-content side for deleted files, using empty content.prs diff --unifieddropped new and deleted files. The unified diff
mode (collect_diffs) silently skipped files where either the old or new
content fetch failed. It now correctly includes new and deleted files.
See README.md for
installation instructions.