Skip to content

Commit 53bbf12

Browse files
committed
Update .cache
1 parent 782743b commit 53bbf12

File tree

139 files changed

+5317
-10
lines changed

Some content is hidden

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

139 files changed

+5317
-10
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": 0
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.0" 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 feedback on your PRs directly in Azure DevOps by leveraging the official 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/little-fort/ado-copilot-code-review"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/little-fort/ado-copilot-code-review/issues"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/little-fort/ado-copilot-code-review/issues"/>
14+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/little-fort/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/little-fort/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": 1
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.1" 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": 2
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.2" 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": 3
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+
}

0 commit comments

Comments
 (0)