Open any Azure DevOps pull request directly in DeepStudio, the AI-powered desktop review companion — one click from the pull request action menu.
What it does
Adds two actions to the pull request details overflow (⋯) menu:
Review in DeepStudio — opens the current PR in the DeepStudio desktop app and jumps straight to the diff and AI-assisted review.
Install DeepStudio — opens the DeepStudio releases page to download and install the desktop app.
How it works
When you choose Review in DeepStudio, the extension resolves the current organization, project, repository, and pull request id, then launches the DeepStudio desktop shell through its registered custom protocol:
DeepStudio registers the deepstudio:// scheme and maps the deep link onto its locally served app, navigating its window to the PR and focusing it. No browser-reachable HTTP port is required.
Requirements
The DeepStudio desktop app must be installed. If it isn't, use Install DeepStudio from the same menu to get the latest release.