-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcodex-cli.json
More file actions
204 lines (204 loc) · 6.7 KB
/
Copy pathcodex-cli.json
File metadata and controls
204 lines (204 loc) · 6.7 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"$schema": "../$schemas/cli.schema.json",
"id": "codex-cli",
"name": "Codex CLI",
"familyId": "codex",
"description": "OpenAI's Codex CLI is a local coding agent that reads, modifies, and runs code through natural language commands. Enables building, debugging, and automating coding tasks.",
"translations": {
"zh-Hans": {
"description": "OpenAI 的 Codex CLI 是本地编码 Agent,通过自然语言命令读取、修改和运行代码。支持构建、调试和自动化编码任务。"
},
"de": {
"description": "OpenAIs Codex CLI ist ein lokaler Codierungs-Agent, der Code über natürliche Sprache liest, modifiziert und ausführt. Ermöglicht Erstellen, Debuggen und Automatisieren von Aufgaben."
},
"ko": {
"description": "OpenAI의 Codex CLI는 자연어 명령을 통해 코드를 읽고, 수정하고 실행하는 로컬 코딩 에이전트입니다. 코드 빌드, 디버깅 및 자동화 작업을 지원합니다."
},
"es": {
"description": "Codex CLI de OpenAI es un agente local que lee, modifica y ejecuta código mediante órdenes en lenguaje natural. Permite crear, depurar y automatizar tareas de programación."
},
"fr": {
"description": "Codex CLI d’OpenAI est un agent local qui lit, modifie et exécute du code via des commandes en langage naturel. Il permet de créer, déboguer et automatiser des tâches de programmation."
},
"id": {
"description": "Codex CLI dari OpenAI adalah agen coding lokal yang membaca, memodifikasi, dan menjalankan kode melalui perintah bahasa alami. Memungkinkan pembuatan, debugging, dan otomatisasi tugas coding."
},
"ja": {
"description": "OpenAIのCodex CLIは、自然言語コマンドでコードを読み取り、修正し、実行するローカルコーディングエージェントです。コードの構築、デバッグ、自動化タスクを可能にします。"
},
"pt": {
"description": "Codex CLI da OpenAI é um agente local que lê, modifica e executa código por comandos em linguagem natural. Permite criar, depurar e automatizar tarefas de programação."
},
"ru": {
"description": "Codex CLI от OpenAI - это локальный агент кодирования, который читает, модифицирует и запускает код через команды на естественном языке. Позволяет создавать и автоматизировать задачи."
},
"tr": {
"description": "OpenAI Codex CLI, doğal dil komutlarıyla kodu okuyan, değiştiren ve çalıştıran yerel bir kodlama aracısıdır. Kod oluşturma, hata ayıklama ve otomasyon görevlerini destekler."
},
"zh-Hant": {
"description": "OpenAI 的 Codex CLI 是本機程式設計 Agent,透過自然語言命令讀取、修改和執行程式碼。支援建構、除錯和自動化程式設計任務。"
}
},
"verified": true,
"lastVerifiedAt": "2026-08-02",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://openai.com/codex",
"docsUrl": "https://developers.openai.com/codex/cli",
"vendor": "OpenAI",
"latestVersion": "0.151.0",
"releaseTracking": {
"provider": "npm",
"identifier": "@openai/codex"
},
"githubUrl": "https://github.com/openai/codex",
"license": "Apache-2.0",
"sourceCode": {
"status": "open",
"repositoryRole": "source"
},
"pricing": [
{
"name": "ChatGPT Free",
"value": 0,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "ChatGPT Go",
"value": 8,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "ChatGPT Plus",
"value": 20,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "ChatGPT Pro 5x",
"value": 100,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "ChatGPT Pro 20x",
"value": 200,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "API Key",
"value": null,
"currency": null,
"per": "usage-based",
"category": "Developer"
},
{
"name": "ChatGPT Business (annual)",
"value": 20,
"currency": "USD",
"per": "user/month",
"category": "Business"
},
{
"name": "ChatGPT Business (monthly)",
"value": 25,
"currency": "USD",
"per": "user/month",
"category": "Business"
},
{
"name": "ChatGPT Enterprise & Edu",
"value": null,
"currency": null,
"per": "custom",
"category": "Enterprise"
}
],
"resourceUrls": {
"download": "https://developers.openai.com/codex/cli",
"changelog": "https://github.com/openai/codex/releases",
"pricing": "https://developers.openai.com/codex/pricing",
"issue": "https://github.com/openai/codex/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": "https://github.com/openai/codex",
"youtube": null,
"discord": null,
"reddit": null,
"blog": "https://openai.com/news"
},
"relatedProducts": [
{
"type": "desktop",
"productId": "codex-app"
},
{
"type": "extension",
"productId": "codex"
}
],
"platforms": [
{
"os": "macOS",
"installCommand": "npm install -g @openai/codex",
"launchCommand": "codex",
"installPath": null
},
{
"os": "Windows",
"installCommand": "npm install -g @openai/codex",
"launchCommand": "codex",
"installPath": null
},
{
"os": "Linux",
"installCommand": "npm install -g @openai/codex",
"launchCommand": "codex",
"installPath": null
}
],
"sources": [
{
"url": "https://developers.openai.com/codex/cli",
"title": "Codex CLI documentation",
"fields": ["description", "docsUrl", "platforms", "resourceUrls.download"]
},
{
"url": "https://github.com/openai/codex",
"title": "OpenAI Codex on GitHub",
"fields": [
"communityUrls.github",
"githubUrl",
"license",
"resourceUrls.changelog",
"resourceUrls.issue",
"sourceCode"
]
},
{
"url": "https://www.npmjs.com/package/@openai/codex",
"title": "OpenAI Codex on npm",
"fields": ["latestVersion", "releaseTracking"]
},
{
"url": "https://openai.com/news",
"title": "OpenAI News",
"fields": ["communityUrls.blog"]
},
{
"url": "https://developers.openai.com/codex/pricing",
"title": "Codex pricing",
"fields": ["pricing", "resourceUrls.pricing"]
}
]
}