Skip to content

AdoCli v0.4.10

Choose a tag to compare

@github-actions github-actions released this 24 Jun 05:36
· 7 commits to main since this release
44eb0da

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-line for multi-line codeblock comments. ado prs comments add
    now supports --line START --end-line END to comment on a range of lines
    instead of a single line.

Fixed

  • Inline comments showed "file no longer exists" warning. The filePath
    in threadContext was missing a leading /, causing Azure DevOps to not
    set changeTrackingId. The ensure_leading_slash/1 helper now normalizes
    user input automatically — both src/foo.ex and /src/foo.ex work.

See README.md for
installation instructions.