-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdroid-cli.json
More file actions
134 lines (134 loc) · 5 KB
/
Copy pathdroid-cli.json
File metadata and controls
134 lines (134 loc) · 5 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
{
"$schema": "../$schemas/cli.schema.json",
"id": "droid-cli",
"name": "Droid CLI",
"familyId": "droid",
"description": "Factory AI's Droid CLI is a terminal-based coding agent that handles complete feature development from planning to testing. Integrates with enterprise tools and provides transparent diff reviews.",
"translations": {
"zh-Hans": {
"description": "Factory AI 的 Droid CLI 是基于终端的编码 Agent,处理从规划到测试的完整功能开发。与企业工具集成并提供透明的差异审查。"
},
"de": {
"description": "Factory AIs Droid CLI ist ein terminalbasierter Codierungs-Agent, der vollständige Feature-Entwicklung von Planung bis Testing übernimmt. Integriert Enterprise-Tools mit transparenten Diff-Reviews."
},
"ko": {
"description": "Factory AI의 Droid CLI는 계획부터 테스트까지 완전한 기능 개발을 처리하는 터미널 기반 코딩 에이전트입니다. 엔터프라이즈 도구와 통합되며 투명한 diff 검토를 제공합니다."
},
"es": {
"description": "Droid CLI de Factory AI es un agente para terminal que desarrolla funciones desde la planificación hasta las pruebas, se integra con herramientas empresariales y ofrece revisiones transparentes."
},
"fr": {
"description": "Droid CLI de Factory AI est un agent pour terminal qui développe des fonctionnalités de la planification aux tests, s’intègre aux outils d’entreprise et propose des revues transparentes."
},
"id": {
"description": "Droid CLI dari Factory AI adalah agen coding terminal yang menangani fitur dari perencanaan hingga pengujian. Terintegrasi dengan alat perusahaan dan ulasan diff."
},
"ja": {
"description": "Factory AIのDroid CLIは、計画からテストまで完全な機能開発を処理するターミナルベースのコーディングエージェントです。エンタープライズツールと統合し、透明なdiffレビューを提供します。"
},
"pt": {
"description": "Droid CLI da Factory AI é um agente de programação no terminal que conduz funcionalidades do planejamento aos testes. Integra ferramentas empresariais e revisões de diff."
},
"ru": {
"description": "Droid CLI от Factory AI - агент кодирования на базе терминала. Обрабатывает разработку функций от планирования до тестирования. Интегрируется с инструментами."
},
"tr": {
"description": "Factory AI’ın Droid CLI ürünü, planlamadan testlere özellik geliştiren terminal tabanlı bir kodlama aracısıdır. Kurumsal araçlarla bütünleşir ve şeffaf değişiklik incelemeleri sunar."
},
"zh-Hant": {
"description": "Factory AI 的 Droid CLI 是基於終端機的程式設計 Agent,處理從規劃到測試的完整功能開發。與企業工具整合並提供透明的diff 檢閱。"
}
},
"verified": true,
"lastVerifiedAt": "2026-07-30",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://factory.ai",
"docsUrl": "https://docs.factory.ai/cli/getting-started/overview",
"vendor": "Factory AI",
"latestVersion": "3.2.0",
"githubUrl": null,
"license": "Proprietary",
"pricing": [
{
"name": "Pro",
"value": 20,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Plus",
"value": 100,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Max",
"value": 200,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Enterprise",
"value": null,
"currency": null,
"per": "custom",
"category": "Enterprise"
}
],
"resourceUrls": {
"download": "https://app.factory.ai/cli",
"changelog": null,
"pricing": "https://docs.factory.ai/pricing",
"issue": null
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": null,
"youtube": null,
"discord": null,
"reddit": null,
"blog": null
},
"relatedProducts": [
{
"type": "desktop",
"productId": "factory-desktop"
},
{
"type": "extension",
"productId": "droid"
}
],
"platforms": [
{
"os": "macOS",
"installCommand": "curl -fsSL https://app.factory.ai/cli | sh",
"launchCommand": "droid",
"installPath": null
},
{
"os": "Windows",
"installCommand": "curl -fsSL https://app.factory.ai/cli | sh",
"launchCommand": "droid",
"installPath": null
},
{
"os": "Linux",
"installCommand": "curl -fsSL https://app.factory.ai/cli | sh",
"launchCommand": "droid",
"installPath": null
}
],
"sources": [
{
"url": "https://docs.factory.ai/pricing/individuals",
"title": "Factory individual plans",
"fields": ["pricing", "resourceUrls.pricing"]
}
]
}