-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgithub-copilot-cli.json
More file actions
152 lines (152 loc) · 5.86 KB
/
Copy pathgithub-copilot-cli.json
File metadata and controls
152 lines (152 loc) · 5.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"$schema": "../$schemas/cli.schema.json",
"id": "github-copilot-cli",
"name": "GitHub Copilot CLI",
"description": "GitHub Copilot CLI is a terminal AI agent that can answer questions, write and debug code, modify local projects, and work with GitHub.com through interactive or programmatic sessions.",
"translations": {
"zh-Hans": {
"description": "GitHub Copilot CLI 是终端中的 AI Agent,可回答问题、编写和调试代码、修改本地项目,并通过交互式或程序化会话操作 GitHub.com。"
},
"de": {
"description": "GitHub Copilot CLI ist ein KI-Agent für das Terminal, der Fragen beantwortet, Code schreibt und debuggt, Projekte ändert und in interaktiven oder programmatischen Sitzungen mit GitHub.com arbeitet."
},
"ko": {
"description": "GitHub Copilot CLI는 터미널에서 질문에 답하고, 코드를 작성·디버깅하며, 로컬 프로젝트를 수정하고, 대화형 또는 프로그래밍 방식 세션으로 GitHub.com과 연동하는 AI 에이전트입니다."
},
"es": {
"description": "GitHub Copilot CLI es un agente de IA para el terminal que responde preguntas, escribe y depura código, modifica proyectos locales y trabaja con GitHub.com en sesiones interactivas o programáticas."
},
"fr": {
"description": "GitHub Copilot CLI est un agent d’IA en terminal qui répond aux questions, écrit et débogue du code, modifie des projets et interagit avec GitHub.com en mode interactif ou programmatique."
},
"id": {
"description": "GitHub Copilot CLI adalah agen AI di terminal untuk menjawab pertanyaan, menulis dan men-debug kode, mengubah proyek lokal, serta bekerja dengan GitHub.com melalui sesi interaktif atau terprogram."
},
"ja": {
"description": "GitHub Copilot CLI は、ターミナルで質問への回答、コードの作成とデバッグ、ローカルプロジェクトの変更、GitHub.com の操作を対話形式またはプログラムから行える AI エージェントです。"
},
"pt": {
"description": "O GitHub Copilot CLI é um agente de IA no terminal que responde a perguntas, escreve e depura código, modifica projetos locais e trabalha com o GitHub.com em sessões interativas ou programáticas."
},
"ru": {
"description": "GitHub Copilot CLI — это ИИ-агент для терминала, который отвечает на вопросы, пишет и отлаживает код, изменяет локальные проекты и работает с GitHub.com в интерактивном или программном режиме."
},
"tr": {
"description": "GitHub Copilot CLI; terminalde soruları yanıtlayan, kod yazıp hata ayıklayan, yerel projeleri değiştiren ve GitHub.com ile etkileşimli ya da programatik çalışan bir yapay zekâ ajanıdır."
},
"zh-Hant": {
"description": "GitHub Copilot CLI 是終端機中的 AI Agent,可回答問題、編寫和偵錯程式碼、修改本機專案,並透過互動式或程式化工作階段操作 GitHub.com。"
}
},
"verified": true,
"lastVerifiedAt": "2026-08-03",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://github.com/features/copilot/cli",
"docsUrl": "https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli",
"vendor": "GitHub",
"latestVersion": "1.0.82",
"releaseTracking": {
"provider": "npm",
"identifier": "@github/copilot"
},
"githubUrl": "https://github.com/github/copilot-cli",
"license": "Proprietary",
"pricing": [
{
"name": "Free",
"value": 0,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Pro",
"value": 10,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Pro+",
"value": 39,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Max",
"value": 100,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Business",
"value": 19,
"currency": "USD",
"per": "user/month",
"category": "Business"
},
{
"name": "Enterprise",
"value": null,
"currency": "USD",
"per": "custom",
"category": "Enterprise"
}
],
"resourceUrls": {
"download": "https://www.npmjs.com/package/@github/copilot",
"changelog": "https://github.com/github/copilot-cli/releases",
"pricing": "https://github.com/features/copilot/plans",
"issue": "https://github.com/github/copilot-cli/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": "https://github.com/github/copilot-cli",
"youtube": null,
"discord": null,
"reddit": null,
"blog": null
},
"relatedProducts": [],
"platforms": [
{
"os": "macOS",
"installCommand": "npm install -g @github/copilot",
"launchCommand": "copilot",
"installPath": null
},
{
"os": "Windows",
"installCommand": "npm install -g @github/copilot",
"launchCommand": "copilot",
"installPath": null
},
{
"os": "Linux",
"installCommand": "npm install -g @github/copilot",
"launchCommand": "copilot",
"installPath": null
}
],
"sources": [
{
"url": "https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-copilot-cli",
"title": "About GitHub Copilot CLI",
"fields": ["description", "docsUrl"]
},
{
"url": "https://github.com/github/copilot-cli",
"title": "GitHub Copilot CLI github community",
"fields": ["communityUrls.github"]
},
{
"url": "https://github.com/features/copilot/plans",
"title": "GitHub Copilot plans and pricing",
"fields": ["pricing", "resourceUrls.pricing"]
}
]
}