-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathjunie-cli.json
More file actions
150 lines (150 loc) · 6.03 KB
/
Copy pathjunie-cli.json
File metadata and controls
150 lines (150 loc) · 6.03 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
{
"$schema": "../$schemas/cli.schema.json",
"translations": {
"de": {
"description": "Junie CLI ist JetBrains’ modellunabhängiger Terminal-Agent zum Planen von Änderungen, Bearbeiten von Repositories, Ausführen von Entwicklungswerkzeugen und Nutzen wiederverwendbarer Einstellungen."
},
"es": {
"description": "Junie CLI es el agente de terminal independiente del modelo de JetBrains para planificar cambios, editar repositorios, ejecutar herramientas y usar configuraciones de agente reutilizables."
},
"fr": {
"description": "Junie CLI est l’agent de terminal indépendant du modèle de JetBrains pour planifier les changements, modifier les dépôts, exécuter des outils et utiliser des configurations réutilisables."
},
"id": {
"description": "Junie CLI adalah agen terminal agnostik model dari JetBrains untuk merencanakan perubahan, mengedit repositori, menjalankan alat pengembangan, dan memakai konfigurasi agen yang dapat dipakai kembali."
},
"ja": {
"description": "Junie CLI は、変更の計画、リポジトリ編集、開発ツールの実行、再利用可能なエージェント設定に対応する JetBrains のモデル非依存ターミナル向けコーディングエージェントです。"
},
"ko": {
"description": "Junie CLI는 변경 계획, 저장소 편집, 개발 도구 실행, 재사용 가능한 에이전트 구성 활용을 위한 JetBrains의 모델 독립형 터미널 코딩 에이전트입니다."
},
"pt": {
"description": "O Junie CLI é o agente de terminal independente de modelo da JetBrains para planejar mudanças, editar repositórios, executar ferramentas e usar configurações de agente reutilizáveis."
},
"ru": {
"description": "Junie CLI — не зависящий от модели терминальный агент JetBrains для планирования изменений, редактирования репозиториев, запуска средств разработки и использования многоразовых конфигураций."
},
"tr": {
"description": "Junie CLI, değişiklikleri planlamak, depoları düzenlemek, geliştirme araçlarını çalıştırmak ve yeniden kullanılabilir yapılandırmalar için JetBrains'in modelden bağımsız terminal aracısıdır."
},
"zh-Hans": {
"description": "Junie CLI 是 JetBrains 的模型无关终端编码代理,可用于规划变更、编辑代码仓库、运行开发工具和使用可复用的代理配置。"
},
"zh-Hant": {
"description": "Junie CLI 是 JetBrains 的模型無關終端機程式設計代理,可用於規劃變更、編輯程式碼儲存庫、執行開發工具和使用可重複利用的代理設定。"
}
},
"verified": true,
"sources": [
{
"url": "https://junie.jetbrains.com/",
"title": "Junie CLI product and pricing",
"fields": [
"name",
"description",
"websiteUrl",
"pricing",
"resourceUrls.pricing",
"communityUrls.discord"
]
},
{
"url": "https://junie.jetbrains.com/docs/junie-cli-usage.html",
"title": "Junie CLI quickstart",
"fields": ["docsUrl", "resourceUrls.download", "platforms"]
},
{
"url": "https://github.com/JetBrains/junie",
"title": "Junie official repository",
"fields": ["githubUrl", "license", "platforms", "resourceUrls.issue", "communityUrls.github"]
},
{
"url": "https://github.com/JetBrains/junie/blob/main/update-info.jsonl",
"title": "Junie stable update manifest",
"fields": ["latestVersion", "resourceUrls.changelog"]
},
{
"url": "https://blog.jetbrains.com/junie",
"title": "Junie official blog",
"fields": ["communityUrls.blog"]
}
],
"lastVerifiedAt": "2026-07-31",
"verifiedBy": "codex-agent",
"confidence": "high",
"id": "junie-cli",
"name": "Junie CLI",
"familyId": "junie",
"description": "Junie CLI is JetBrains' model-agnostic terminal coding agent for planning changes, editing repositories, running development tools, and using reusable agent configurations.",
"websiteUrl": "https://junie.jetbrains.com/",
"docsUrl": "https://junie.jetbrains.com/docs/junie-cli.html",
"vendor": "JetBrains",
"latestVersion": "888.117",
"githubUrl": "https://github.com/JetBrains/junie",
"license": "Proprietary",
"pricing": [
{
"name": "Free to Start",
"value": 0,
"currency": null,
"per": null,
"category": "Individual"
},
{
"name": "AI Pro",
"value": 8.33,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "AI Ultimate",
"value": 25,
"currency": "USD",
"per": "user/month",
"category": "Individual"
}
],
"resourceUrls": {
"download": "https://junie.jetbrains.com/docs/junie-cli-usage.html",
"changelog": "https://github.com/JetBrains/junie/releases",
"pricing": "https://junie.jetbrains.com/#pricing",
"issue": "https://github.com/JetBrains/junie/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": "https://github.com/JetBrains/junie",
"youtube": null,
"discord": "https://jb.gg/junie-discord",
"reddit": null,
"blog": "https://blog.jetbrains.com/junie"
},
"relatedProducts": [
{
"type": "extension",
"productId": "jetbrains-junie"
}
],
"platforms": [
{
"os": "macOS",
"installPath": null,
"installCommand": "curl -fsSL https://junie.jetbrains.com/install.sh | bash",
"launchCommand": "junie"
},
{
"os": "Windows",
"installPath": null,
"installCommand": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"iex (irm 'https://junie.jetbrains.com/install.ps1')\"",
"launchCommand": "junie"
},
{
"os": "Linux",
"installPath": null,
"installCommand": "curl -fsSL https://junie.jetbrains.com/install.sh | bash",
"launchCommand": "junie"
}
]
}