Skip to content

Commit ba780ee

Browse files
authored
fix(gemini): normalize v1beta routing (#1511)
* fix(gemini): normalize v1beta routing * test(gemini): use neutral newapi test urls
1 parent 5d16202 commit ba780ee

6 files changed

Lines changed: 4232 additions & 3229 deletions

File tree

resources/acp-registry/registry.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
{
349349
"id": "factory-droid",
350350
"name": "Factory Droid",
351-
"version": "0.105.1",
351+
"version": "0.106.0",
352352
"description": "Factory Droid - AI coding agent powered by Factory AI",
353353
"website": "https://factory.ai/product/cli",
354354
"authors": [
@@ -357,7 +357,7 @@
357357
"license": "proprietary",
358358
"distribution": {
359359
"npx": {
360-
"package": "droid@0.105.1",
360+
"package": "droid@0.106.0",
361361
"args": [
362362
"exec",
363363
"--output-format",
@@ -374,7 +374,7 @@
374374
{
375375
"id": "fast-agent",
376376
"name": "fast-agent",
377-
"version": "0.6.21",
377+
"version": "0.6.22",
378378
"description": "Code and build agents with comprehensive multi-provider support",
379379
"repository": "https://github.com/evalstate/fast-agent",
380380
"website": "https://fast-agent.ai",
@@ -384,7 +384,7 @@
384384
"license": "Apache 2.0",
385385
"distribution": {
386386
"uvx": {
387-
"package": "fast-agent-acp==0.6.21",
387+
"package": "fast-agent-acp==0.6.22",
388388
"args": [
389389
"-x"
390390
]
@@ -489,7 +489,7 @@
489489
{
490490
"id": "junie",
491491
"name": "Junie",
492-
"version": "1362.39.0",
492+
"version": "1417.47.0",
493493
"description": "AI Coding Agent by JetBrains",
494494
"repository": "https://github.com/JetBrains/junie",
495495
"website": "https://junie.jetbrains.com",
@@ -500,35 +500,35 @@
500500
"distribution": {
501501
"binary": {
502502
"darwin-aarch64": {
503-
"archive": "https://github.com/JetBrains/junie/releases/download/1362.39/junie-release-1362.39-macos-aarch64.zip",
503+
"archive": "https://github.com/JetBrains/junie/releases/download/1417.47/junie-release-1417.47-macos-aarch64.zip",
504504
"cmd": "./Applications/junie.app/Contents/MacOS/junie",
505505
"args": [
506506
"--acp=true"
507507
]
508508
},
509509
"darwin-x86_64": {
510-
"archive": "https://github.com/JetBrains/junie/releases/download/1362.39/junie-release-1362.39-macos-amd64.zip",
510+
"archive": "https://github.com/JetBrains/junie/releases/download/1417.47/junie-release-1417.47-macos-amd64.zip",
511511
"cmd": "./Applications/junie.app/Contents/MacOS/junie",
512512
"args": [
513513
"--acp=true"
514514
]
515515
},
516516
"linux-aarch64": {
517-
"archive": "https://github.com/JetBrains/junie/releases/download/1362.39/junie-release-1362.39-linux-aarch64.zip",
517+
"archive": "https://github.com/JetBrains/junie/releases/download/1417.47/junie-release-1417.47-linux-aarch64.zip",
518518
"cmd": "./junie-app/bin/junie",
519519
"args": [
520520
"--acp=true"
521521
]
522522
},
523523
"linux-x86_64": {
524-
"archive": "https://github.com/JetBrains/junie/releases/download/1362.39/junie-release-1362.39-linux-amd64.zip",
524+
"archive": "https://github.com/JetBrains/junie/releases/download/1417.47/junie-release-1417.47-linux-amd64.zip",
525525
"cmd": "./junie-app/bin/junie",
526526
"args": [
527527
"--acp=true"
528528
]
529529
},
530530
"windows-x86_64": {
531-
"archive": "https://github.com/JetBrains/junie/releases/download/1362.39/junie-release-1362.39-windows-amd64.zip",
531+
"archive": "https://github.com/JetBrains/junie/releases/download/1417.47/junie-release-1417.47-windows-amd64.zip",
532532
"cmd": "./junie/junie.exe",
533533
"args": [
534534
"--acp=true"
@@ -664,7 +664,7 @@
664664
{
665665
"id": "mistral-vibe",
666666
"name": "Mistral Vibe",
667-
"version": "2.7.6",
667+
"version": "2.8.1",
668668
"description": "Mistral's open-source coding assistant",
669669
"repository": "https://github.com/mistralai/mistral-vibe",
670670
"website": "https://mistral.ai/products/vibe",
@@ -676,27 +676,27 @@
676676
"distribution": {
677677
"binary": {
678678
"darwin-aarch64": {
679-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-darwin-aarch64-2.7.6.zip",
679+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-darwin-aarch64-2.8.1.zip",
680680
"cmd": "./vibe-acp"
681681
},
682682
"darwin-x86_64": {
683-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-darwin-x86_64-2.7.6.zip",
683+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-darwin-x86_64-2.8.1.zip",
684684
"cmd": "./vibe-acp"
685685
},
686686
"linux-aarch64": {
687-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-linux-aarch64-2.7.6.zip",
687+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-linux-aarch64-2.8.1.zip",
688688
"cmd": "./vibe-acp"
689689
},
690690
"linux-x86_64": {
691-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-linux-x86_64-2.7.6.zip",
691+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-linux-x86_64-2.8.1.zip",
692692
"cmd": "./vibe-acp"
693693
},
694694
"windows-aarch64": {
695-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-windows-aarch64-2.7.6.zip",
695+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-windows-aarch64-2.8.1.zip",
696696
"cmd": "./vibe-acp.exe"
697697
},
698698
"windows-x86_64": {
699-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.7.6/vibe-acp-windows-x86_64-2.7.6.zip",
699+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.8.1/vibe-acp-windows-x86_64-2.8.1.zip",
700700
"cmd": "./vibe-acp.exe"
701701
}
702702
}
@@ -726,7 +726,7 @@
726726
{
727727
"id": "opencode",
728728
"name": "OpenCode",
729-
"version": "1.14.19",
729+
"version": "1.14.20",
730730
"description": "The open source coding agent",
731731
"repository": "https://github.com/anomalyco/opencode",
732732
"website": "https://opencode.ai",
@@ -738,35 +738,35 @@
738738
"distribution": {
739739
"binary": {
740740
"darwin-aarch64": {
741-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.19/opencode-darwin-arm64.zip",
741+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.20/opencode-darwin-arm64.zip",
742742
"cmd": "./opencode",
743743
"args": [
744744
"acp"
745745
]
746746
},
747747
"darwin-x86_64": {
748-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.19/opencode-darwin-x64.zip",
748+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.20/opencode-darwin-x64.zip",
749749
"cmd": "./opencode",
750750
"args": [
751751
"acp"
752752
]
753753
},
754754
"linux-aarch64": {
755-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.19/opencode-linux-arm64.tar.gz",
755+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.20/opencode-linux-arm64.tar.gz",
756756
"cmd": "./opencode",
757757
"args": [
758758
"acp"
759759
]
760760
},
761761
"linux-x86_64": {
762-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.19/opencode-linux-x64.tar.gz",
762+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.20/opencode-linux-x64.tar.gz",
763763
"cmd": "./opencode",
764764
"args": [
765765
"acp"
766766
]
767767
},
768768
"windows-x86_64": {
769-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.19/opencode-windows-x64.zip",
769+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.14.20/opencode-windows-x64.zip",
770770
"cmd": "./opencode.exe",
771771
"args": [
772772
"acp"
@@ -795,7 +795,7 @@
795795
{
796796
"id": "qoder",
797797
"name": "Qoder CLI",
798-
"version": "0.1.45",
798+
"version": "0.1.46",
799799
"description": "AI coding assistant with agentic capabilities",
800800
"website": "https://qoder.com",
801801
"authors": [
@@ -805,7 +805,7 @@
805805
"icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/qoder.svg",
806806
"distribution": {
807807
"npx": {
808-
"package": "@qoder-ai/qodercli@0.1.45",
808+
"package": "@qoder-ai/qodercli@0.1.46",
809809
"args": [
810810
"--acp"
811811
]

0 commit comments

Comments
 (0)