Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DiffPalReviewDevV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 6,
"Patch": 7
"Patch": 8
},
"minimumAgentVersion": "3.224.0",
"instanceNameFormat": "DiffPal Review Dev",
Expand Down Expand Up @@ -120,7 +120,7 @@
"balanced": "Balanced",
"inline": "Inline"
},
"helpMarkDown": "Review feedback shape. Summary posts status and one PR summary. Balanced adds actionable inline threads. Inline uses a more permissive inline threshold."
"helpMarkDown": "Review feedback shape. Summary posts status and one PR summary. Balanced and Inline publish Azure threads for all findings; blocking findings stay active and non-blocking findings are closed immediately."
},
{
"name": "language",
Expand Down
4 changes: 2 additions & 2 deletions DiffPalReviewV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 6,
"Patch": 7
"Patch": 8
},
"minimumAgentVersion": "3.224.0",
"instanceNameFormat": "DiffPal Review",
Expand Down Expand Up @@ -120,7 +120,7 @@
"balanced": "Balanced",
"inline": "Inline"
},
"helpMarkDown": "Review feedback shape. Summary posts status and one PR summary. Balanced adds actionable inline threads. Inline uses a more permissive inline threshold."
"helpMarkDown": "Review feedback shape. Summary posts status and one PR summary. Balanced and Inline publish Azure threads for all findings; blocking findings stay active and non-blocking findings are closed immediately."
},
{
"name": "language",
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ VSIX packaging, and Marketplace release flow.

The task installs `@diffpal/diffpal` by default and runs `diffpal review ado`.
Bring the provider recipe you want to use; the Azure review flow stays the same.
By default it installs `@diffpal/diffpal@latest`, so pin `diffpalVersion` when
you need rollout-safe CLI behavior.

## Behavior

Expand All @@ -35,6 +37,11 @@ defaults are ignored, and explicit invalid paths fail with task-level messages.
Set `explain: true` to print the resolved PR id, branches, commits, merge-base,
base/head, and redacted CLI arguments before the review starts.

With `feedback: balanced` or `feedback: inline`, DiffPal publishes Azure threads
for all findings. Blocking findings stay active; non-blocking findings are
published as closed immediately. Findings without canonical file/line mapping
fall back to non-file PR threads.

## Examples

### Minimal PR validation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"publish:prod": "npm run build \u0026\u0026 tfx extension publish --manifest-globs vss-extension.json",
"smoke": "npm run build \u0026\u0026 node scripts/smoke-test.js"
},
"version": "0.1.29"
"version": "0.1.30"
}
2 changes: 1 addition & 1 deletion vss-extension.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"id": "Microsoft.VisualStudio.Services"
}
],
"version": "0.1.29"
"version": "0.1.30"
}
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"id": "Microsoft.VisualStudio.Services"
}
],
"version": "0.1.29"
"version": "0.1.30"
}