Add active attribute to copilot.json
Browse files- copilot.json +8 -1
copilot.json
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"agent_name": "GitHub Copilot",
|
| 3 |
+
"github_identifier": "copilot",
|
| 4 |
+
"organization": "GitHub",
|
| 5 |
+
"description": "GitHub Copilot is an AI pair programmer that helps you write code faster and with less effort. It suggests whole lines or blocks of code as you type, based on the context of your project.",
|
| 6 |
+
"website": "https://github.com/features/copilot",
|
| 7 |
+
"active": true
|
| 8 |
+
}
|