Skip to content

Commit 328d087

Browse files
committed
Update .cache
1 parent fffff56 commit 328d087

File tree

65 files changed

+2810
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2810
-8
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "a8755e64-1ed1-419c-9319-47766c887d99",
3+
"name": "CopilotPRReview",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 7
8+
},
9+
"friendlyName": "Copilot PR Review",
10+
"description": "Automated pull request code reviews powered by the GitHub Copilot CLI",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "Biswajit"
14+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="copilot-pr-review" Version="1.0.7" Publisher="Biswajit"/>
5+
<DisplayName>Copilot PR Review</DisplayName>
6+
<GalleryFlags>Public</GalleryFlags>
7+
<Description xml:space="preserve">Automated pull request code reviews powered by agentic AI. Get instant feedback on your PRs directly in Azure DevOps using the GitHub Copilot CLI.</Description>
8+
<Categories>Azure Pipelines</Categories>
9+
<Tags>code review,copilot,ai,pull request,automation,github copilot</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
14+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
15+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#007acc"/>
16+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
17+
</Properties>
18+
<Icon>images/extension-icon.png</Icon>
19+
</Metadata>
20+
<Dependencies/>
21+
<Installation>
22+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
23+
</Installation>
24+
<Assets>
25+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
27+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
28+
</Assets>
29+
</PackageManifest>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vss-extension",
3+
"manifestVersion": 1,
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/biswajitsamal59/ado-copilot-code-review"
7+
},
8+
"contributions": [
9+
{
10+
"id": "copilot-pr-review-task",
11+
"type": "ms.vss-distributed-task.task",
12+
"targets": [
13+
"ms.vss-distributed-task.tasks"
14+
],
15+
"properties": {
16+
"name": "CopilotPRReviewV1"
17+
}
18+
}
19+
],
20+
"scopes": [],
21+
"contributionTypes": []
22+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "a8755e64-1ed1-419c-9319-47766c887d99",
3+
"name": "CopilotPRReview",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 8
8+
},
9+
"friendlyName": "Copilot PR Review",
10+
"description": "Automated pull request code reviews powered by the GitHub Copilot CLI",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "Biswajit"
14+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="copilot-pr-review" Version="1.0.8" Publisher="Biswajit"/>
5+
<DisplayName>Copilot PR Review</DisplayName>
6+
<GalleryFlags>Public</GalleryFlags>
7+
<Description xml:space="preserve">Automated pull request code reviews powered by agentic AI. Get instant feedback on your PRs directly in Azure DevOps using the GitHub Copilot CLI.</Description>
8+
<Categories>Azure Pipelines</Categories>
9+
<Tags>code review,copilot,ai,pull request,automation,github copilot</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
14+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
15+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#007acc"/>
16+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
17+
</Properties>
18+
<Icon>images/extension-icon.png</Icon>
19+
</Metadata>
20+
<Dependencies/>
21+
<Installation>
22+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
23+
</Installation>
24+
<Assets>
25+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
27+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
28+
</Assets>
29+
</PackageManifest>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vss-extension",
3+
"manifestVersion": 1,
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/biswajitsamal59/ado-copilot-code-review"
7+
},
8+
"contributions": [
9+
{
10+
"id": "copilot-pr-review-task",
11+
"type": "ms.vss-distributed-task.task",
12+
"targets": [
13+
"ms.vss-distributed-task.tasks"
14+
],
15+
"properties": {
16+
"name": "CopilotPRReviewV1"
17+
}
18+
}
19+
],
20+
"scopes": [],
21+
"contributionTypes": []
22+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "a8755e64-1ed1-419c-9319-47766c887d99",
3+
"name": "CopilotPRReview",
4+
"version": {
5+
"Major": 1,
6+
"Minor": 0,
7+
"Patch": 9
8+
},
9+
"friendlyName": "Copilot PR Review",
10+
"description": "Automated pull request code reviews powered by the GitHub Copilot CLI",
11+
"preview": false,
12+
"deprecated": false,
13+
"author": "Biswajit"
14+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="copilot-pr-review" Version="1.0.9" Publisher="Biswajit"/>
5+
<DisplayName>Copilot PR Review</DisplayName>
6+
<GalleryFlags>Public</GalleryFlags>
7+
<Description xml:space="preserve">Automated pull request code reviews powered by agentic AI. Get instant feedback on your PRs directly in Azure DevOps using the GitHub Copilot CLI.</Description>
8+
<Categories>Azure Pipelines</Categories>
9+
<Tags>code review,copilot,ai,pull request,automation,github copilot</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/biswajitsamal59/ado-copilot-code-review/issues"/>
14+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/biswajitsamal59/ado-copilot-code-review"/>
15+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#007acc"/>
16+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
17+
</Properties>
18+
<Icon>images/extension-icon.png</Icon>
19+
</Metadata>
20+
<Dependencies/>
21+
<Installation>
22+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
23+
</Installation>
24+
<Assets>
25+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
27+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
28+
</Assets>
29+
</PackageManifest>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vss-extension",
3+
"manifestVersion": 1,
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/biswajitsamal59/ado-copilot-code-review"
7+
},
8+
"contributions": [
9+
{
10+
"id": "copilot-pr-review-task",
11+
"type": "ms.vss-distributed-task.task",
12+
"targets": [
13+
"ms.vss-distributed-task.tasks"
14+
],
15+
"properties": {
16+
"name": "CopilotPRReviewV1"
17+
}
18+
}
19+
],
20+
"scopes": [],
21+
"contributionTypes": []
22+
}

.cache/Biswajit/copilot-pr-review/extension.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,62 @@
1111
"extensionName": "copilot-pr-review",
1212
"displayName": "Copilot PR Review",
1313
"flags": 260,
14-
"lastUpdated": "2026-04-04T22:15:33.59Z",
14+
"lastUpdated": "2026-04-05T08:20:37.777Z",
1515
"publishedDate": "2026-04-04T05:22:44.297Z",
1616
"releaseDate": "2026-04-04T05:22:44.297Z",
1717
"shortDescription": "Automated pull request code reviews powered by agentic AI. Get instant feedback on your PRs directly in Azure DevOps using the GitHub Copilot CLI.",
1818
"versions": [
19+
{
20+
"version": "1.0.9",
21+
"flags": 1,
22+
"lastUpdated": "2026-04-05T08:20:37.777Z",
23+
"files": [
24+
{
25+
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
26+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.9/1775376946218/Microsoft.VisualStudio.Services.VsixManifest"
27+
},
28+
{
29+
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
30+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.9/1775376946218/Microsoft.VisualStudio.Services.VSIXPackage"
31+
}
32+
],
33+
"assetUri": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.9/1775376946218",
34+
"fallbackAssetUri": "https://Biswajit.gallery.vsassets.io/_apis/public/gallery/publisher/Biswajit/extension/copilot-pr-review/1.0.9/assetbyname"
35+
},
36+
{
37+
"version": "1.0.8",
38+
"flags": 1,
39+
"lastUpdated": "2026-04-05T07:53:45.323Z",
40+
"files": [
41+
{
42+
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
43+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.8/1775375335540/Microsoft.VisualStudio.Services.VsixManifest"
44+
},
45+
{
46+
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
47+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.8/1775375335540/Microsoft.VisualStudio.Services.VSIXPackage"
48+
}
49+
],
50+
"assetUri": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.8/1775375335540",
51+
"fallbackAssetUri": "https://Biswajit.gallery.vsassets.io/_apis/public/gallery/publisher/Biswajit/extension/copilot-pr-review/1.0.8/assetbyname"
52+
},
53+
{
54+
"version": "1.0.7",
55+
"flags": 1,
56+
"lastUpdated": "2026-04-05T07:22:10.637Z",
57+
"files": [
58+
{
59+
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
60+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.7/1775373438260/Microsoft.VisualStudio.Services.VsixManifest"
61+
},
62+
{
63+
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
64+
"source": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.7/1775373438260/Microsoft.VisualStudio.Services.VSIXPackage"
65+
}
66+
],
67+
"assetUri": "https://Biswajit.gallerycdn.vsassets.io/extensions/biswajit/copilot-pr-review/1.0.7/1775373438260",
68+
"fallbackAssetUri": "https://Biswajit.gallery.vsassets.io/_apis/public/gallery/publisher/Biswajit/extension/copilot-pr-review/1.0.7/assetbyname"
69+
},
1970
{
2071
"version": "1.0.6",
2172
"flags": 1,

0 commit comments

Comments
 (0)