AdoCli v0.4.7
AdoCli v0.4.7
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 (2 fixes). Two related bugs:- For files added in a PR (changeType
add), the Azure DevOps/itemsAPI
returns 404 when fetching content at the base commit. The diff pipeline
now tolerates these 404s and uses empty content. Same for deleted files. - The
--filepath argument (e.g.src/foo.ex) was sent directly to the
API without a leading/, causing 404s even for existing files. The
canonical API path from the change list is now used.
- For files added in a PR (changeType
-
prs diff --unifieddropped new and deleted files. The unified diff
mode silently skipped files where the old or new content fetch failed.
Now correctly includes new and deleted files in the output. -
just bumpdid not update skill version frontmatter. The
priv/skills/*/SKILL.mdYAML headers were excluded from the bump script,
requiring manual updates. They are now bumped in lockstep withmix.exs.
Changed
-
ado login --method deviceno longer requires--org. The org
is auto-detected from the token, matching the browser flow behavior.
ado loginwith no flags works for both browser and device code flows. -
Login help text and skills updated to guide users toward the
simplest workflow:ado login(no flags).
See README.md for
installation instructions.