@n1creator/openacp-cli 2026.712.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,851 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "agents": [
4
+ {
5
+ "id": "amp-acp",
6
+ "name": "Amp",
7
+ "version": "0.7.0",
8
+ "description": "ACP wrapper for Amp - the frontier coding agent",
9
+ "repository": "https://github.com/tao12345666333/amp-acp",
10
+ "authors": [
11
+ "tao12345666333"
12
+ ],
13
+ "license": "Apache-2.0",
14
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/amp-acp.svg",
15
+ "distribution": {
16
+ "binary": {
17
+ "darwin-aarch64": {
18
+ "archive": "https://github.com/tao12345666333/amp-acp/releases/download/v0.7.0/amp-acp-darwin-aarch64.tar.gz",
19
+ "cmd": "./amp-acp"
20
+ },
21
+ "darwin-x86_64": {
22
+ "archive": "https://github.com/tao12345666333/amp-acp/releases/download/v0.7.0/amp-acp-darwin-x86_64.tar.gz",
23
+ "cmd": "./amp-acp"
24
+ },
25
+ "linux-aarch64": {
26
+ "archive": "https://github.com/tao12345666333/amp-acp/releases/download/v0.7.0/amp-acp-linux-aarch64.tar.gz",
27
+ "cmd": "./amp-acp"
28
+ },
29
+ "linux-x86_64": {
30
+ "archive": "https://github.com/tao12345666333/amp-acp/releases/download/v0.7.0/amp-acp-linux-x86_64.tar.gz",
31
+ "cmd": "./amp-acp"
32
+ },
33
+ "windows-x86_64": {
34
+ "archive": "https://github.com/tao12345666333/amp-acp/releases/download/v0.7.0/amp-acp-windows-x86_64.zip",
35
+ "cmd": "amp-acp.exe"
36
+ }
37
+ }
38
+ }
39
+ },
40
+ {
41
+ "id": "auggie",
42
+ "name": "Auggie CLI",
43
+ "version": "0.20.1",
44
+ "description": "Augment Code's powerful software agent, backed by industry-leading context engine",
45
+ "repository": "https://github.com/augmentcode/auggie",
46
+ "website": "https://www.augmentcode.com/",
47
+ "authors": [
48
+ "Augment Code <support@augmentcode.com>"
49
+ ],
50
+ "license": "proprietary",
51
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/auggie.svg",
52
+ "distribution": {
53
+ "npx": {
54
+ "package": "@augmentcode/auggie@0.20.1",
55
+ "args": [
56
+ "--acp"
57
+ ],
58
+ "env": {
59
+ "AUGMENT_DISABLE_AUTO_UPDATE": "1"
60
+ }
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "id": "autohand",
66
+ "name": "Autohand Code",
67
+ "version": "0.2.1",
68
+ "description": "Autohand Code - AI coding agent powered by Autohand AI",
69
+ "repository": "https://github.com/autohandai/autohand-acp",
70
+ "website": "https://www.autohand.ai/cli/",
71
+ "authors": [
72
+ "Autohand AI"
73
+ ],
74
+ "license": "Apache-2.0",
75
+ "distribution": {
76
+ "npx": {
77
+ "package": "@autohandai/autohand-acp@0.2.1"
78
+ }
79
+ },
80
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/autohand.svg"
81
+ },
82
+ {
83
+ "id": "claude-acp",
84
+ "name": "Claude Agent",
85
+ "version": "0.22.2",
86
+ "description": "ACP wrapper for Anthropic's Claude",
87
+ "repository": "https://github.com/zed-industries/claude-agent-acp",
88
+ "authors": [
89
+ "Anthropic"
90
+ ],
91
+ "license": "proprietary",
92
+ "distribution": {
93
+ "npx": {
94
+ "package": "@agentclientprotocol/claude-agent-acp@0.24.2"
95
+ }
96
+ },
97
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/claude-acp.svg"
98
+ },
99
+ {
100
+ "id": "cline",
101
+ "name": "Cline",
102
+ "version": "2.9.0",
103
+ "description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
104
+ "repository": "https://github.com/cline/cline",
105
+ "website": "https://cline.bot/cli",
106
+ "authors": [
107
+ "Cline Bot Inc."
108
+ ],
109
+ "license": "Apache-2.0",
110
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/cline.svg",
111
+ "distribution": {
112
+ "npx": {
113
+ "package": "cline@2.9.0",
114
+ "args": [
115
+ "--acp"
116
+ ]
117
+ }
118
+ }
119
+ },
120
+ {
121
+ "id": "codebuddy-code",
122
+ "name": "Codebuddy Code",
123
+ "version": "2.63.5",
124
+ "description": "Tencent Cloud's official intelligent coding tool",
125
+ "website": "https://www.codebuddy.cn/cli/",
126
+ "authors": [
127
+ "Tencent Cloud"
128
+ ],
129
+ "license": "Proprietary",
130
+ "distribution": {
131
+ "npx": {
132
+ "package": "@tencent-ai/codebuddy-code@2.63.5",
133
+ "args": [
134
+ "--acp"
135
+ ]
136
+ }
137
+ },
138
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/codebuddy-code.svg"
139
+ },
140
+ {
141
+ "id": "codex-acp",
142
+ "name": "Codex",
143
+ "version": "1.1.2",
144
+ "description": "ACP adapter for OpenAI's coding assistant",
145
+ "repository": "https://github.com/agentclientprotocol/codex-acp",
146
+ "authors": [
147
+ "OpenAI",
148
+ "JetBrains s.r.o",
149
+ "Zed Industries"
150
+ ],
151
+ "license": "Apache-2.0",
152
+ "distribution": {
153
+ "npx": {
154
+ "package": "@agentclientprotocol/codex-acp@1.1.2"
155
+ }
156
+ },
157
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/codex-acp.svg"
158
+ },
159
+ {
160
+ "id": "corust-agent",
161
+ "name": "Corust Agent",
162
+ "version": "0.4.0",
163
+ "description": "Co-building with a seasoned Rust partner.",
164
+ "repository": "https://github.com/Corust-ai/corust-agent-release",
165
+ "website": "https://corust.ai/",
166
+ "authors": [
167
+ "Corust AI <support@corust.ai>"
168
+ ],
169
+ "license": "GPL-3.0-or-later",
170
+ "distribution": {
171
+ "binary": {
172
+ "darwin-aarch64": {
173
+ "archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.0/agent-darwin-arm64.tar.gz",
174
+ "cmd": "./corust-agent-acp"
175
+ },
176
+ "darwin-x86_64": {
177
+ "archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.0/agent-darwin-x64.tar.gz",
178
+ "cmd": "./corust-agent-acp"
179
+ },
180
+ "linux-x86_64": {
181
+ "archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.0/agent-linux-x64.tar.gz",
182
+ "cmd": "./corust-agent-acp"
183
+ },
184
+ "windows-x86_64": {
185
+ "archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.0/agent-windows-x64.zip",
186
+ "cmd": "./corust-agent-acp.exe"
187
+ }
188
+ }
189
+ },
190
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/corust-agent.svg"
191
+ },
192
+ {
193
+ "id": "crow-cli",
194
+ "name": "crow-cli",
195
+ "version": "0.1.14",
196
+ "description": "Minimal ACP Native Coding Agent",
197
+ "repository": "https://github.com/crow-cli/crow-cli",
198
+ "authors": [
199
+ "Thomas Wood"
200
+ ],
201
+ "license": "Apache-2.0",
202
+ "distribution": {
203
+ "uvx": {
204
+ "package": "crow-cli",
205
+ "args": [
206
+ "acp"
207
+ ]
208
+ }
209
+ },
210
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/crow-cli.svg"
211
+ },
212
+ {
213
+ "id": "cursor",
214
+ "name": "Cursor",
215
+ "version": "0.1.0",
216
+ "description": "Cursor's coding agent",
217
+ "website": "https://cursor.com/docs/cli/acp",
218
+ "authors": [
219
+ "Cursor"
220
+ ],
221
+ "license": "proprietary",
222
+ "distribution": {
223
+ "binary": {
224
+ "darwin-aarch64": {
225
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/darwin/arm64/agent-cli-package.tar.gz",
226
+ "cmd": "./dist-package/cursor-agent",
227
+ "args": [
228
+ "acp"
229
+ ]
230
+ },
231
+ "darwin-x86_64": {
232
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/darwin/x64/agent-cli-package.tar.gz",
233
+ "cmd": "./dist-package/cursor-agent",
234
+ "args": [
235
+ "acp"
236
+ ]
237
+ },
238
+ "linux-aarch64": {
239
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/linux/arm64/agent-cli-package.tar.gz",
240
+ "cmd": "./dist-package/cursor-agent",
241
+ "args": [
242
+ "acp"
243
+ ]
244
+ },
245
+ "linux-x86_64": {
246
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/linux/x64/agent-cli-package.tar.gz",
247
+ "cmd": "./dist-package/cursor-agent",
248
+ "args": [
249
+ "acp"
250
+ ]
251
+ },
252
+ "windows-aarch64": {
253
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/windows/arm64/agent-cli-package.zip",
254
+ "cmd": "./dist-package\\cursor-agent.cmd",
255
+ "args": [
256
+ "acp"
257
+ ]
258
+ },
259
+ "windows-x86_64": {
260
+ "archive": "https://downloads.cursor.com/lab/2026.03.05-2bf2031/windows/x64/agent-cli-package.zip",
261
+ "cmd": "./dist-package\\cursor-agent.cmd",
262
+ "args": [
263
+ "acp"
264
+ ]
265
+ }
266
+ }
267
+ },
268
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/cursor.svg"
269
+ },
270
+ {
271
+ "id": "deepagents",
272
+ "name": "DeepAgents",
273
+ "version": "0.1.3",
274
+ "description": "Batteries-included AI coding and general purpose agent powered by LangChain.",
275
+ "repository": "https://github.com/langchain-ai/deepagentsjs",
276
+ "website": "https://docs.langchain.com/oss/javascript/deepagents/overview",
277
+ "authors": [
278
+ "LangChain"
279
+ ],
280
+ "license": "MIT",
281
+ "distribution": {
282
+ "npx": {
283
+ "package": "deepagents-acp@0.1.3",
284
+ "args": []
285
+ }
286
+ },
287
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/deepagents.svg"
288
+ },
289
+ {
290
+ "id": "dimcode",
291
+ "name": "DimCode",
292
+ "version": "0.0.18",
293
+ "description": "A coding agent that puts leading models at your command.",
294
+ "authors": [
295
+ "ArcShips"
296
+ ],
297
+ "license": "proprietary",
298
+ "distribution": {
299
+ "npx": {
300
+ "package": "dimcode@0.0.18",
301
+ "args": [
302
+ "acp"
303
+ ]
304
+ }
305
+ },
306
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/dimcode.svg"
307
+ },
308
+ {
309
+ "id": "factory-droid",
310
+ "name": "Factory Droid",
311
+ "version": "0.83.0",
312
+ "description": "Factory Droid - AI coding agent powered by Factory AI",
313
+ "website": "https://factory.ai/product/cli",
314
+ "authors": [
315
+ "Factory AI"
316
+ ],
317
+ "license": "proprietary",
318
+ "distribution": {
319
+ "npx": {
320
+ "package": "droid@0.83.0",
321
+ "args": [
322
+ "exec",
323
+ "--output-format",
324
+ "acp"
325
+ ],
326
+ "env": {
327
+ "DROID_DISABLE_AUTO_UPDATE": "true",
328
+ "FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
329
+ }
330
+ }
331
+ },
332
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/factory-droid.svg"
333
+ },
334
+ {
335
+ "id": "fast-agent",
336
+ "name": "fast-agent",
337
+ "version": "0.6.6",
338
+ "description": "Code and build agents with comprehensive multi-provider support",
339
+ "repository": "https://github.com/evalstate/fast-agent",
340
+ "website": "https://fast-agent.ai",
341
+ "authors": [
342
+ "enquiries@fast-agent.ai"
343
+ ],
344
+ "license": "Apache 2.0",
345
+ "distribution": {
346
+ "uvx": {
347
+ "package": "fast-agent-acp==0.6.6",
348
+ "args": [
349
+ "-x"
350
+ ]
351
+ }
352
+ },
353
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/fast-agent.svg"
354
+ },
355
+ {
356
+ "id": "gemini",
357
+ "name": "Gemini CLI",
358
+ "version": "0.34.0",
359
+ "description": "Google's official CLI for Gemini",
360
+ "repository": "https://github.com/google-gemini/gemini-cli",
361
+ "website": "https://geminicli.com",
362
+ "authors": [
363
+ "Google"
364
+ ],
365
+ "license": "Apache-2.0",
366
+ "distribution": {
367
+ "npx": {
368
+ "package": "@google/gemini-cli@0.34.0",
369
+ "args": [
370
+ "--acp"
371
+ ]
372
+ }
373
+ },
374
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/gemini.svg"
375
+ },
376
+ {
377
+ "id": "github-copilot-cli",
378
+ "name": "GitHub Copilot",
379
+ "version": "1.0.10",
380
+ "description": "GitHub's AI pair programmer",
381
+ "repository": "https://github.com/github/copilot-cli",
382
+ "website": "https://github.com/features/copilot/cli/",
383
+ "authors": [
384
+ "GitHub"
385
+ ],
386
+ "license": "proprietary",
387
+ "distribution": {
388
+ "npx": {
389
+ "package": "@github/copilot@1.0.10",
390
+ "args": [
391
+ "--acp"
392
+ ]
393
+ }
394
+ },
395
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/github-copilot-cli.svg"
396
+ },
397
+ {
398
+ "id": "goose",
399
+ "name": "goose",
400
+ "version": "1.28.0",
401
+ "description": "A local, extensible, open source AI agent that automates engineering tasks",
402
+ "repository": "https://github.com/block/goose",
403
+ "website": "https://block.github.io/goose/",
404
+ "authors": [
405
+ "Block"
406
+ ],
407
+ "license": "Apache-2.0",
408
+ "distribution": {
409
+ "binary": {
410
+ "darwin-aarch64": {
411
+ "archive": "https://github.com/block/goose/releases/download/v1.28.0/goose-aarch64-apple-darwin.tar.bz2",
412
+ "cmd": "./goose",
413
+ "args": [
414
+ "acp"
415
+ ]
416
+ },
417
+ "darwin-x86_64": {
418
+ "archive": "https://github.com/block/goose/releases/download/v1.28.0/goose-x86_64-apple-darwin.tar.bz2",
419
+ "cmd": "./goose",
420
+ "args": [
421
+ "acp"
422
+ ]
423
+ },
424
+ "linux-aarch64": {
425
+ "archive": "https://github.com/block/goose/releases/download/v1.28.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
426
+ "cmd": "./goose",
427
+ "args": [
428
+ "acp"
429
+ ]
430
+ },
431
+ "linux-x86_64": {
432
+ "archive": "https://github.com/block/goose/releases/download/v1.28.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
433
+ "cmd": "./goose",
434
+ "args": [
435
+ "acp"
436
+ ]
437
+ },
438
+ "windows-x86_64": {
439
+ "archive": "https://github.com/block/goose/releases/download/v1.28.0/goose-x86_64-pc-windows-msvc.zip",
440
+ "cmd": "./goose-package\\goose.exe",
441
+ "args": [
442
+ "acp"
443
+ ]
444
+ }
445
+ }
446
+ },
447
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/goose.svg"
448
+ },
449
+ {
450
+ "id": "junie",
451
+ "name": "Junie",
452
+ "version": "888.212.0",
453
+ "description": "AI Coding Agent by JetBrains",
454
+ "repository": "https://github.com/JetBrains/junie",
455
+ "website": "https://junie.jetbrains.com",
456
+ "authors": [
457
+ "JetBrains"
458
+ ],
459
+ "license": "proprietary",
460
+ "distribution": {
461
+ "binary": {
462
+ "darwin-aarch64": {
463
+ "archive": "https://github.com/JetBrains/junie/releases/download/888.212/junie-release-888.212-macos-aarch64.zip",
464
+ "cmd": "./Applications/junie.app/Contents/MacOS/junie",
465
+ "args": [
466
+ "--acp=true"
467
+ ]
468
+ },
469
+ "darwin-x86_64": {
470
+ "archive": "https://github.com/JetBrains/junie/releases/download/888.212/junie-release-888.212-macos-amd64.zip",
471
+ "cmd": "./Applications/junie.app/Contents/MacOS/junie",
472
+ "args": [
473
+ "--acp=true"
474
+ ]
475
+ },
476
+ "linux-aarch64": {
477
+ "archive": "https://github.com/JetBrains/junie/releases/download/888.212/junie-release-888.212-linux-aarch64.zip",
478
+ "cmd": "./junie-app/bin/junie",
479
+ "args": [
480
+ "--acp=true"
481
+ ]
482
+ },
483
+ "linux-x86_64": {
484
+ "archive": "https://github.com/JetBrains/junie/releases/download/888.212/junie-release-888.212-linux-amd64.zip",
485
+ "cmd": "./junie-app/bin/junie",
486
+ "args": [
487
+ "--acp=true"
488
+ ]
489
+ },
490
+ "windows-x86_64": {
491
+ "archive": "https://github.com/JetBrains/junie/releases/download/888.212/junie-release-888.212-windows-amd64.zip",
492
+ "cmd": "./junie/junie.exe",
493
+ "args": [
494
+ "--acp=true"
495
+ ]
496
+ }
497
+ }
498
+ },
499
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/junie.svg"
500
+ },
501
+ {
502
+ "id": "kilo",
503
+ "name": "Kilo",
504
+ "version": "7.1.0",
505
+ "description": "The open source coding agent",
506
+ "repository": "https://github.com/Kilo-Org/kilocode",
507
+ "website": "https://kilo.ai/",
508
+ "authors": [
509
+ "Kilo Code"
510
+ ],
511
+ "license": "MIT",
512
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/kilo.svg",
513
+ "distribution": {
514
+ "binary": {
515
+ "darwin-aarch64": {
516
+ "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-darwin-arm64.zip",
517
+ "cmd": "./kilo",
518
+ "args": [
519
+ "acp"
520
+ ]
521
+ },
522
+ "darwin-x86_64": {
523
+ "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-darwin-x64.zip",
524
+ "cmd": "./kilo",
525
+ "args": [
526
+ "acp"
527
+ ]
528
+ },
529
+ "linux-aarch64": {
530
+ "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-linux-arm64.tar.gz",
531
+ "cmd": "./kilo",
532
+ "args": [
533
+ "acp"
534
+ ]
535
+ },
536
+ "linux-x86_64": {
537
+ "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-linux-x64.tar.gz",
538
+ "cmd": "./kilo",
539
+ "args": [
540
+ "acp"
541
+ ]
542
+ },
543
+ "windows-x86_64": {
544
+ "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-windows-x64.zip",
545
+ "cmd": "./kilo.exe",
546
+ "args": [
547
+ "acp"
548
+ ]
549
+ }
550
+ },
551
+ "npx": {
552
+ "package": "@kilocode/cli@7.1.0",
553
+ "args": [
554
+ "acp"
555
+ ]
556
+ }
557
+ }
558
+ },
559
+ {
560
+ "id": "kimi",
561
+ "name": "Kimi CLI",
562
+ "version": "1.24.0",
563
+ "description": "Moonshot AI's coding assistant",
564
+ "repository": "https://github.com/MoonshotAI/kimi-cli",
565
+ "website": "https://moonshotai.github.io/kimi-cli/",
566
+ "authors": [
567
+ "Moonshot AI"
568
+ ],
569
+ "license": "MIT",
570
+ "distribution": {
571
+ "binary": {
572
+ "darwin-aarch64": {
573
+ "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.24.0/kimi-1.24.0-aarch64-apple-darwin.tar.gz",
574
+ "cmd": "./kimi",
575
+ "args": [
576
+ "acp"
577
+ ]
578
+ },
579
+ "linux-aarch64": {
580
+ "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.24.0/kimi-1.24.0-aarch64-unknown-linux-gnu.tar.gz",
581
+ "cmd": "./kimi",
582
+ "args": [
583
+ "acp"
584
+ ]
585
+ },
586
+ "linux-x86_64": {
587
+ "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.24.0/kimi-1.24.0-x86_64-unknown-linux-gnu.tar.gz",
588
+ "cmd": "./kimi",
589
+ "args": [
590
+ "acp"
591
+ ]
592
+ },
593
+ "windows-x86_64": {
594
+ "archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.24.0/kimi-1.24.0-x86_64-pc-windows-msvc.zip",
595
+ "cmd": "./kimi.exe",
596
+ "args": [
597
+ "acp"
598
+ ]
599
+ }
600
+ }
601
+ },
602
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/kimi.svg"
603
+ },
604
+ {
605
+ "id": "minion-code",
606
+ "name": "Minion Code",
607
+ "version": "0.1.44",
608
+ "description": "An enhanced AI code assistant built on the Minion framework with rich development tools",
609
+ "repository": "https://github.com/femto/minion-code",
610
+ "authors": [
611
+ "femto"
612
+ ],
613
+ "license": "AGPL-3.0",
614
+ "distribution": {
615
+ "uvx": {
616
+ "package": "minion-code@0.1.44",
617
+ "args": [
618
+ "acp"
619
+ ]
620
+ }
621
+ },
622
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/minion-code.svg"
623
+ },
624
+ {
625
+ "id": "mistral-vibe",
626
+ "name": "Mistral Vibe",
627
+ "version": "2.5.0",
628
+ "description": "Mistral's open-source coding assistant",
629
+ "repository": "https://github.com/mistralai/mistral-vibe",
630
+ "website": "https://mistral.ai/products/vibe",
631
+ "authors": [
632
+ "Mistral AI"
633
+ ],
634
+ "license": "Apache-2.0",
635
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/mistral-vibe.svg",
636
+ "distribution": {
637
+ "binary": {
638
+ "darwin-aarch64": {
639
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-darwin-aarch64-2.5.0.zip",
640
+ "cmd": "./vibe-acp"
641
+ },
642
+ "darwin-x86_64": {
643
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-darwin-x86_64-2.5.0.zip",
644
+ "cmd": "./vibe-acp"
645
+ },
646
+ "linux-aarch64": {
647
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-linux-aarch64-2.5.0.zip",
648
+ "cmd": "./vibe-acp"
649
+ },
650
+ "linux-x86_64": {
651
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-linux-x86_64-2.5.0.zip",
652
+ "cmd": "./vibe-acp"
653
+ },
654
+ "windows-aarch64": {
655
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-windows-aarch64-2.5.0.zip",
656
+ "cmd": "./vibe-acp.exe"
657
+ },
658
+ "windows-x86_64": {
659
+ "archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.5.0/vibe-acp-windows-x86_64-2.5.0.zip",
660
+ "cmd": "./vibe-acp.exe"
661
+ }
662
+ }
663
+ }
664
+ },
665
+ {
666
+ "id": "nova",
667
+ "name": "Nova",
668
+ "version": "1.0.84",
669
+ "description": "Nova by Compass AI - a fully-fledged software engineer at your command",
670
+ "repository": "https://github.com/Compass-Agentic-Platform/nova",
671
+ "website": "https://www.compassap.ai/portfolio/nova.html",
672
+ "authors": [
673
+ "Compass AI"
674
+ ],
675
+ "license": "proprietary",
676
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/nova.svg",
677
+ "distribution": {
678
+ "npx": {
679
+ "package": "@compass-ai/nova@1.0.84",
680
+ "args": [
681
+ "acp"
682
+ ]
683
+ }
684
+ }
685
+ },
686
+ {
687
+ "id": "opencode",
688
+ "name": "OpenCode",
689
+ "version": "1.2.27",
690
+ "description": "The open source coding agent",
691
+ "repository": "https://github.com/anomalyco/opencode",
692
+ "website": "https://opencode.ai",
693
+ "authors": [
694
+ "Anomaly"
695
+ ],
696
+ "license": "MIT",
697
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/opencode.svg",
698
+ "distribution": {
699
+ "binary": {
700
+ "darwin-aarch64": {
701
+ "archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.27/opencode-darwin-arm64.zip",
702
+ "cmd": "./opencode",
703
+ "args": [
704
+ "acp"
705
+ ]
706
+ },
707
+ "darwin-x86_64": {
708
+ "archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.27/opencode-darwin-x64.zip",
709
+ "cmd": "./opencode",
710
+ "args": [
711
+ "acp"
712
+ ]
713
+ },
714
+ "linux-aarch64": {
715
+ "archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.27/opencode-linux-arm64.tar.gz",
716
+ "cmd": "./opencode",
717
+ "args": [
718
+ "acp"
719
+ ]
720
+ },
721
+ "linux-x86_64": {
722
+ "archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.27/opencode-linux-x64.tar.gz",
723
+ "cmd": "./opencode",
724
+ "args": [
725
+ "acp"
726
+ ]
727
+ },
728
+ "windows-x86_64": {
729
+ "archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.27/opencode-windows-x64.zip",
730
+ "cmd": "./opencode.exe",
731
+ "args": [
732
+ "acp"
733
+ ]
734
+ }
735
+ }
736
+ }
737
+ },
738
+ {
739
+ "id": "pi-acp",
740
+ "name": "pi ACP",
741
+ "version": "0.0.23",
742
+ "description": "ACP adapter for pi coding agent",
743
+ "repository": "https://github.com/svkozak/pi-acp",
744
+ "authors": [
745
+ "Sergii Kozak <svkozak@gmail.com>"
746
+ ],
747
+ "license": "MIT",
748
+ "distribution": {
749
+ "npx": {
750
+ "package": "pi-acp@0.0.23"
751
+ }
752
+ },
753
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/pi-acp.svg"
754
+ },
755
+ {
756
+ "id": "qoder",
757
+ "name": "Qoder CLI",
758
+ "version": "0.1.33",
759
+ "description": "AI coding assistant with agentic capabilities",
760
+ "website": "https://qoder.com",
761
+ "authors": [
762
+ "Qoder AI"
763
+ ],
764
+ "license": "proprietary",
765
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/qoder.svg",
766
+ "distribution": {
767
+ "npx": {
768
+ "package": "@qoder-ai/qodercli@0.1.33",
769
+ "args": [
770
+ "--acp"
771
+ ]
772
+ }
773
+ }
774
+ },
775
+ {
776
+ "id": "qwen-code",
777
+ "name": "Qwen Code",
778
+ "version": "0.12.6",
779
+ "description": "Alibaba's Qwen coding assistant",
780
+ "repository": "https://github.com/QwenLM/qwen-code",
781
+ "website": "https://qwenlm.github.io/qwen-code-docs/en/users/overview",
782
+ "authors": [
783
+ "Alibaba Qwen Team"
784
+ ],
785
+ "license": "Apache-2.0",
786
+ "distribution": {
787
+ "npx": {
788
+ "package": "@qwen-code/qwen-code@0.12.6",
789
+ "args": [
790
+ "--acp",
791
+ "--experimental-skills"
792
+ ]
793
+ }
794
+ },
795
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/qwen-code.svg"
796
+ },
797
+ {
798
+ "id": "stakpak",
799
+ "name": "Stakpak",
800
+ "version": "0.3.69",
801
+ "description": "Open-source DevOps agent in Rust with enterprise-grade security",
802
+ "repository": "https://github.com/stakpak/agent",
803
+ "website": "https://stakpak.dev",
804
+ "authors": [
805
+ "Stakpak Team <contact@stakpak.dev>"
806
+ ],
807
+ "license": "Apache-2.0",
808
+ "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/stakpak.svg",
809
+ "distribution": {
810
+ "binary": {
811
+ "darwin-aarch64": {
812
+ "archive": "https://github.com/stakpak/agent/releases/download/v0.3.69/stakpak-darwin-aarch64.tar.gz",
813
+ "cmd": "./stakpak",
814
+ "args": [
815
+ "acp"
816
+ ]
817
+ },
818
+ "darwin-x86_64": {
819
+ "archive": "https://github.com/stakpak/agent/releases/download/v0.3.69/stakpak-darwin-x86_64.tar.gz",
820
+ "cmd": "./stakpak",
821
+ "args": [
822
+ "acp"
823
+ ]
824
+ },
825
+ "linux-aarch64": {
826
+ "archive": "https://github.com/stakpak/agent/releases/download/v0.3.69/stakpak-linux-aarch64.tar.gz",
827
+ "cmd": "./stakpak",
828
+ "args": [
829
+ "acp"
830
+ ]
831
+ },
832
+ "linux-x86_64": {
833
+ "archive": "https://github.com/stakpak/agent/releases/download/v0.3.69/stakpak-linux-x86_64.tar.gz",
834
+ "cmd": "./stakpak",
835
+ "args": [
836
+ "acp"
837
+ ]
838
+ },
839
+ "windows-x86_64": {
840
+ "archive": "https://github.com/stakpak/agent/releases/download/v0.3.69/stakpak-windows-x86_64.zip",
841
+ "cmd": "./stakpak.exe",
842
+ "args": [
843
+ "acp"
844
+ ]
845
+ }
846
+ }
847
+ }
848
+ }
849
+ ],
850
+ "extensions": []
851
+ }