AdoCli v0.4.10
AdoCli v0.4.10
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 |
Added
--end-linefor multi-line codeblock comments.ado prs comments add
now supports--line START --end-line ENDto comment on a range of lines
instead of a single line.
Fixed
- Inline comments showed "file no longer exists" warning. The
filePath
inthreadContextwas missing a leading/, causing Azure DevOps to not
setchangeTrackingId. Theensure_leading_slash/1helper now normalizes
user input automatically — bothsrc/foo.exand/src/foo.exwork.
See README.md for
installation instructions.