paseo.cafe
All plugins

paseo-ado

by jegork

Azure DevOps support for Paseo, built on the `az` CLI (`azure-devops` extension). No credentials are stored by the plugin; `az login` on the daemon machine is the only setup.

v0.1.0 Requires Paseo >=0.8.0-beta.1

Install

paseo plugin add jegork/paseo-ado --ref main

Security status covers commit 2e579b6ae25e. This command tracks main. Refresh the listing before installing if the branch changed.

From the plugin's README

paseo plugin add jegork/paseo-ado

Requires the az CLI with the azure-devops extension, logged in on the daemon machine (az login).

README

paseo-ado

Azure DevOps support for Paseo, built on the az CLI (azure-devops extension). No credentials are stored by the plugin; az login on the daemon machine is the only setup.

Install

paseo plugin add jegork/paseo-ado

Requires the az CLI with the azure-devops extension, logged in on the daemon machine (az login).

What it adds

  • ADO PR panel (workspace tab, also in Explorer): the active pull request for the current branch, reviewer votes, pipeline runs on refs/pull/<id>/merge, and review comments. Offers a Create button when the branch has no PR.
  • Attachment sources in the composer: Azure DevOps work item and Azure DevOps pull request. Search by id or title fragment; the attached text is a snapshot of the item.
  • Slash commands (workspace context):
    • /adopr [title] pushes the branch if needed and opens a PR with the given title or the last commit subject. The description is left empty on purpose.
    • /ado-checkout <pr-id> creates a worktree workspace on the PR's source branch.
  • Command Center: "Open Azure DevOps pull request".

Repo-scoped calls run inside the workspace directory, so az reads org, project and repository from the git remote. Attachment search has no workspace, so it uses az devops configure defaults for org and project.

Every az call goes through a pool of three, because Azure DevOps throttles per user.

Develop

pnpm install
pnpm run typecheck
paseo plugin reload paseo-ado
paseo plugin logs paseo-ado

Scanned 14 Sep 2026, 07:43 UTC from jegork/paseo-ado.