@diffpal/diffpal-darwin-arm64 0.1.17 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/bin/diffpal +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,6 +86,19 @@ platform token, and runs DiffPal.
|
|
|
86
86
|
| GitLab CI | [`examples/ci/gitlab`](examples/ci/gitlab) | MR summary, discussions, Code Quality, SARIF |
|
|
87
87
|
| Azure Pipelines | [`examples/ci/azure-pipelines`](examples/ci/azure-pipelines) | PR summary thread, PR threads, PR status |
|
|
88
88
|
|
|
89
|
+
## Azure DevOps Marketplace Extension
|
|
90
|
+
|
|
91
|
+
Azure Pipelines users can install the public
|
|
92
|
+
[DiffPal Review extension](https://marketplace.visualstudio.com/items?itemName=diffpal.diffpal)
|
|
93
|
+
from the Azure DevOps Marketplace and add the `DiffPalReview@1` task to PR
|
|
94
|
+
validation pipelines.
|
|
95
|
+
|
|
96
|
+
The task installs `@diffpal/diffpal` by default, then runs `diffpal review ado`.
|
|
97
|
+
You still need a committed DiffPal config, a provider credential such as
|
|
98
|
+
`OPENAI_API_KEY`, `SYSTEM_ACCESSTOKEN` for PR feedback publishing, and a full git
|
|
99
|
+
checkout. See the [Azure Pipelines setup guide](docs/ci-examples.md#azure-pipelines)
|
|
100
|
+
for copy-paste examples.
|
|
101
|
+
|
|
89
102
|
GitHub Actions can use the root action directly:
|
|
90
103
|
|
|
91
104
|
```yaml
|
|
@@ -232,6 +245,10 @@ authenticated:
|
|
|
232
245
|
| `openai`, `aistudio` | Hosted API providers |
|
|
233
246
|
| `pool` | Ordered provider failover |
|
|
234
247
|
|
|
248
|
+
Hosted providers receive DiffPal's read-only review tools during each review:
|
|
249
|
+
`list_files`, `read_file`, and `search_files`. These are request-level tools,
|
|
250
|
+
not provider config. ACP providers keep their own tool surface.
|
|
251
|
+
|
|
235
252
|
## MCP Servers
|
|
236
253
|
|
|
237
254
|
DiffPal can pass MCP servers through the Norma runtime to providers that support
|
package/bin/diffpal
CHANGED
|
Binary file
|
package/package.json
CHANGED