Skip to content

Commit a8b3868

Browse files
committed
Pre-release 0.50.178
1 parent 2ba57a2 commit a8b3868

7 files changed

Lines changed: 92 additions & 105 deletions

File tree

.agent-plugin/.acp.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"github-copilot": {
3+
"distribution": {
4+
"binary": {
5+
"darwin-aarch64": {
6+
"archive": "https://github.com/github/copilot-cli/releases/download/v1.0.78/copilot-darwin-arm64.tar.gz",
7+
"cmd": "./copilot",
8+
"args": ["--acp"],
9+
"env": {}
10+
}
11+
}
12+
},
13+
"extendedFeatures": {
14+
"userConfigFile": {
15+
"path": "~/.copilot/settings.json",
16+
"description": "GitHub Copilot configuration and authentication credentials. Populated automatically by `copilot login`; set `store_token_plaintext: true` and add a token under `copilot_tokens` to supply credentials without an interactive session."
17+
}
18+
}
19+
}
20+
}

.agent-plugin/icon.svg

Lines changed: 5 additions & 0 deletions
Loading

.agent-plugin/plugin.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "GitHub Copilot",
3+
"slug": "github-copilot",
4+
"description": "GitHub's AI pair programmer",
5+
"version": "0.1.0",
6+
"author": {
7+
"name": "GitHub",
8+
"url": "https://github.com/github"
9+
},
10+
"repository": "https://github.com/microsoft/github-copilot-plugin",
11+
"homepage": "https://github.com/features/copilot/",
12+
"license": "proprietary",
13+
"icon": "https://raw.githubusercontent.com/github/CopilotForXcode/main/.agent-plugin/icon.svg",
14+
"tags": ["copilot", "github", "acp", "ai-assistant"],
15+
"category": "ai-agent",
16+
"platforms": ["darwin-aarch64"]
17+
}

.github/workflows/auto-create-release-pr.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

Server/package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@github/copilot-language-server": "1.488.0",
11-
"@github/copilot-language-server-darwin-arm64": "1.488.0",
12-
"@github/copilot-language-server-darwin-x64": "1.488.0",
10+
"@github/copilot-language-server": "1.523.3",
11+
"@github/copilot-language-server-darwin-arm64": "1.523.3",
12+
"@github/copilot-language-server-darwin-x64": "1.523.3",
1313
"@xterm/addon-fit": "^0.10.0",
1414
"@xterm/xterm": "^5.5.0",
1515
"monaco-editor": "0.52.2"

marketplace.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "GitHub Copilot",
3+
"description": "GitHub's AI pair programmer",
4+
"publisher": {
5+
"name": "GitHub",
6+
"url": "https://github.com/github",
7+
"verified": true
8+
},
9+
"repository": "https://github.com/microsoft/github-copilot-plugin",
10+
"license": "proprietary",
11+
"plugins": [
12+
{
13+
"path": ".agent-plugin",
14+
"type": "acp-agent"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)