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
20 changes: 20 additions & 0 deletions .agent-plugin/.acp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"github-copilot": {
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/github/copilot-cli/releases/download/v1.0.78/copilot-darwin-arm64.tar.gz",
"cmd": "./copilot",
"args": ["--acp"],
"env": {}
}
}
},
"extendedFeatures": {
"userConfigFile": {
"path": "~/.copilot/settings.json",
"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."
}
}
}
}
5 changes: 5 additions & 0 deletions .agent-plugin/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions .agent-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "GitHub Copilot",
"slug": "github-copilot",
"description": "GitHub's AI pair programmer",
"version": "0.1.0",
"author": {
"name": "GitHub",
"url": "https://github.com/github"
},
"repository": "https://github.com/microsoft/github-copilot-plugin",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hold please under process

"homepage": "https://github.com/features/copilot/",
"license": "proprietary",
"icon": "https://raw.githubusercontent.com/github/CopilotForXcode/main/.agent-plugin/icon.svg",
"tags": ["copilot", "github", "acp", "ai-assistant"],
"category": "ai-agent",
"platforms": ["darwin-aarch64"]
}
72 changes: 0 additions & 72 deletions .github/workflows/auto-create-release-pr.yml

This file was deleted.

60 changes: 30 additions & 30 deletions Server/package-lock.json

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

6 changes: 3 additions & 3 deletions Server/package.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can only help with questions about this documentation. Please ask something related to the docs.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "webpack"
},
"dependencies": {
"@github/copilot-language-server": "1.488.0",
"@github/copilot-language-server-darwin-arm64": "1.488.0",
"@github/copilot-language-server-darwin-x64": "1.488.0",
"@github/copilot-language-server": "1.523.3",
"@github/copilot-language-server-darwin-arm64": "1.523.3",
"@github/copilot-language-server-darwin-x64": "1.523.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"monaco-editor": "0.52.2"
Expand Down
17 changes: 17 additions & 0 deletions marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "GitHub Copilot",
"description": "GitHub's AI pair programmer",
"publisher": {
"name": "GitHub",
"url": "https://github.com/github",
"verified": true
},
"repository": "https://github.com/microsoft/github-copilot-plugin",
"license": "proprietary",
"plugins": [
{
"path": ".agent-plugin",
"type": "acp-agent"
}
]
}