|
40 | 40 | { |
41 | 41 | "id": "auggie", |
42 | 42 | "name": "Auggie CLI", |
43 | | - "version": "0.20.0", |
| 43 | + "version": "0.20.1", |
44 | 44 | "description": "Augment Code's powerful software agent, backed by industry-leading context engine", |
45 | 45 | "repository": "https://github.com/augmentcode/auggie", |
46 | 46 | "website": "https://www.augmentcode.com/", |
|
51 | 51 | "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/auggie.svg", |
52 | 52 | "distribution": { |
53 | 53 | "npx": { |
54 | | - "package": "@augmentcode/auggie@0.20.0", |
| 54 | + "package": "@augmentcode/auggie@0.20.1", |
55 | 55 | "args": [ |
56 | 56 | "--acp" |
57 | 57 | ], |
|
99 | 99 | { |
100 | 100 | "id": "cline", |
101 | 101 | "name": "Cline", |
102 | | - "version": "2.8.2", |
| 102 | + "version": "2.9.0", |
103 | 103 | "description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more", |
104 | 104 | "repository": "https://github.com/cline/cline", |
105 | 105 | "website": "https://cline.bot/cli", |
|
110 | 110 | "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/cline.svg", |
111 | 111 | "distribution": { |
112 | 112 | "npx": { |
113 | | - "package": "cline@2.8.2", |
| 113 | + "package": "cline@2.9.0", |
114 | 114 | "args": [ |
115 | 115 | "--acp" |
116 | 116 | ] |
|
333 | 333 | { |
334 | 334 | "id": "factory-droid", |
335 | 335 | "name": "Factory Droid", |
336 | | - "version": "0.82.0", |
| 336 | + "version": "0.83.0", |
337 | 337 | "description": "Factory Droid - AI coding agent powered by Factory AI", |
338 | 338 | "website": "https://factory.ai/product/cli", |
339 | 339 | "authors": [ |
|
342 | 342 | "license": "proprietary", |
343 | 343 | "distribution": { |
344 | 344 | "npx": { |
345 | | - "package": "droid@0.82.0", |
| 345 | + "package": "droid@0.83.0", |
346 | 346 | "args": [ |
347 | 347 | "exec", |
348 | 348 | "--output-format", |
|
359 | 359 | { |
360 | 360 | "id": "fast-agent", |
361 | 361 | "name": "fast-agent", |
362 | | - "version": "0.6.2", |
| 362 | + "version": "0.6.3", |
363 | 363 | "description": "Code and build agents with comprehensive multi-provider support", |
364 | 364 | "repository": "https://github.com/evalstate/fast-agent", |
365 | 365 | "website": "https://fast-agent.ai", |
|
369 | 369 | "license": "Apache 2.0", |
370 | 370 | "distribution": { |
371 | 371 | "uvx": { |
372 | | - "package": "fast-agent-acp==0.6.2", |
| 372 | + "package": "fast-agent-acp==0.6.3", |
373 | 373 | "args": [ |
374 | 374 | "-x" |
375 | 375 | ] |
|
401 | 401 | { |
402 | 402 | "id": "github-copilot-cli", |
403 | 403 | "name": "GitHub Copilot", |
404 | | - "version": "1.0.9", |
| 404 | + "version": "1.0.10", |
405 | 405 | "description": "GitHub's AI pair programmer", |
406 | 406 | "repository": "https://github.com/github/copilot-cli", |
407 | 407 | "website": "https://github.com/features/copilot/cli/", |
|
411 | 411 | "license": "proprietary", |
412 | 412 | "distribution": { |
413 | 413 | "npx": { |
414 | | - "package": "@github/copilot@1.0.9", |
| 414 | + "package": "@github/copilot@1.0.10", |
415 | 415 | "args": [ |
416 | 416 | "--acp" |
417 | 417 | ] |
|
526 | 526 | { |
527 | 527 | "id": "kilo", |
528 | 528 | "name": "Kilo", |
529 | | - "version": "7.0.51", |
| 529 | + "version": "7.1.0", |
530 | 530 | "description": "The open source coding agent", |
531 | 531 | "repository": "https://github.com/Kilo-Org/kilocode", |
532 | 532 | "website": "https://kilo.ai/", |
|
538 | 538 | "distribution": { |
539 | 539 | "binary": { |
540 | 540 | "darwin-aarch64": { |
541 | | - "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.51/kilo-darwin-arm64.zip", |
| 541 | + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-darwin-arm64.zip", |
542 | 542 | "cmd": "./kilo", |
543 | 543 | "args": [ |
544 | 544 | "acp" |
545 | 545 | ] |
546 | 546 | }, |
547 | 547 | "darwin-x86_64": { |
548 | | - "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.51/kilo-darwin-x64.zip", |
| 548 | + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-darwin-x64.zip", |
549 | 549 | "cmd": "./kilo", |
550 | 550 | "args": [ |
551 | 551 | "acp" |
552 | 552 | ] |
553 | 553 | }, |
554 | 554 | "linux-aarch64": { |
555 | | - "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.51/kilo-linux-arm64.tar.gz", |
| 555 | + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-linux-arm64.tar.gz", |
556 | 556 | "cmd": "./kilo", |
557 | 557 | "args": [ |
558 | 558 | "acp" |
559 | 559 | ] |
560 | 560 | }, |
561 | 561 | "linux-x86_64": { |
562 | | - "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.51/kilo-linux-x64.tar.gz", |
| 562 | + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-linux-x64.tar.gz", |
563 | 563 | "cmd": "./kilo", |
564 | 564 | "args": [ |
565 | 565 | "acp" |
566 | 566 | ] |
567 | 567 | }, |
568 | 568 | "windows-x86_64": { |
569 | | - "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.51/kilo-windows-x64.zip", |
| 569 | + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.1.0/kilo-windows-x64.zip", |
570 | 570 | "cmd": "./kilo.exe", |
571 | 571 | "args": [ |
572 | 572 | "acp" |
573 | 573 | ] |
574 | 574 | } |
575 | 575 | }, |
576 | 576 | "npx": { |
577 | | - "package": "@kilocode/cli@7.0.51", |
| 577 | + "package": "@kilocode/cli@7.1.0", |
578 | 578 | "args": [ |
579 | 579 | "acp" |
580 | 580 | ] |
|
690 | 690 | { |
691 | 691 | "id": "nova", |
692 | 692 | "name": "Nova", |
693 | | - "version": "1.0.82", |
| 693 | + "version": "1.0.83", |
694 | 694 | "description": "Nova by Compass AI - a fully-fledged software engineer at your command", |
695 | 695 | "repository": "https://github.com/Compass-Agentic-Platform/nova", |
696 | 696 | "website": "https://www.compassap.ai/portfolio/nova.html", |
|
701 | 701 | "icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/nova.svg", |
702 | 702 | "distribution": { |
703 | 703 | "npx": { |
704 | | - "package": "@compass-ai/nova@1.0.82", |
| 704 | + "package": "@compass-ai/nova@1.0.83", |
705 | 705 | "args": [ |
706 | 706 | "acp" |
707 | 707 | ] |
|
0 commit comments