Skip to content

Commit c300512

Browse files
authored
fix(deepchat): support interleaved thinking (#1373)
* fix(deepchat): support interleaved thinking * fix(deepchat): finish interleaved compat * feat(deepchat): add interleaved thinking defaults and settings * fix: i18n fr-FR
1 parent cc06e2b commit c300512

52 files changed

Lines changed: 8513 additions & 495 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

resources/acp-registry/registry.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"id": "auggie",
4242
"name": "Auggie CLI",
43-
"version": "0.20.0",
43+
"version": "0.20.1",
4444
"description": "Augment Code's powerful software agent, backed by industry-leading context engine",
4545
"repository": "https://github.com/augmentcode/auggie",
4646
"website": "https://www.augmentcode.com/",
@@ -51,7 +51,7 @@
5151
"icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/auggie.svg",
5252
"distribution": {
5353
"npx": {
54-
"package": "@augmentcode/auggie@0.20.0",
54+
"package": "@augmentcode/auggie@0.20.1",
5555
"args": [
5656
"--acp"
5757
],
@@ -99,7 +99,7 @@
9999
{
100100
"id": "cline",
101101
"name": "Cline",
102-
"version": "2.8.2",
102+
"version": "2.9.0",
103103
"description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
104104
"repository": "https://github.com/cline/cline",
105105
"website": "https://cline.bot/cli",
@@ -110,7 +110,7 @@
110110
"icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/cline.svg",
111111
"distribution": {
112112
"npx": {
113-
"package": "cline@2.8.2",
113+
"package": "cline@2.9.0",
114114
"args": [
115115
"--acp"
116116
]
@@ -333,7 +333,7 @@
333333
{
334334
"id": "factory-droid",
335335
"name": "Factory Droid",
336-
"version": "0.82.0",
336+
"version": "0.83.0",
337337
"description": "Factory Droid - AI coding agent powered by Factory AI",
338338
"website": "https://factory.ai/product/cli",
339339
"authors": [
@@ -342,7 +342,7 @@
342342
"license": "proprietary",
343343
"distribution": {
344344
"npx": {
345-
"package": "droid@0.82.0",
345+
"package": "droid@0.83.0",
346346
"args": [
347347
"exec",
348348
"--output-format",
@@ -359,7 +359,7 @@
359359
{
360360
"id": "fast-agent",
361361
"name": "fast-agent",
362-
"version": "0.6.2",
362+
"version": "0.6.3",
363363
"description": "Code and build agents with comprehensive multi-provider support",
364364
"repository": "https://github.com/evalstate/fast-agent",
365365
"website": "https://fast-agent.ai",
@@ -369,7 +369,7 @@
369369
"license": "Apache 2.0",
370370
"distribution": {
371371
"uvx": {
372-
"package": "fast-agent-acp==0.6.2",
372+
"package": "fast-agent-acp==0.6.3",
373373
"args": [
374374
"-x"
375375
]
@@ -401,7 +401,7 @@
401401
{
402402
"id": "github-copilot-cli",
403403
"name": "GitHub Copilot",
404-
"version": "1.0.9",
404+
"version": "1.0.10",
405405
"description": "GitHub's AI pair programmer",
406406
"repository": "https://github.com/github/copilot-cli",
407407
"website": "https://github.com/features/copilot/cli/",
@@ -411,7 +411,7 @@
411411
"license": "proprietary",
412412
"distribution": {
413413
"npx": {
414-
"package": "@github/copilot@1.0.9",
414+
"package": "@github/copilot@1.0.10",
415415
"args": [
416416
"--acp"
417417
]
@@ -526,7 +526,7 @@
526526
{
527527
"id": "kilo",
528528
"name": "Kilo",
529-
"version": "7.0.51",
529+
"version": "7.1.0",
530530
"description": "The open source coding agent",
531531
"repository": "https://github.com/Kilo-Org/kilocode",
532532
"website": "https://kilo.ai/",
@@ -538,43 +538,43 @@
538538
"distribution": {
539539
"binary": {
540540
"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",
542542
"cmd": "./kilo",
543543
"args": [
544544
"acp"
545545
]
546546
},
547547
"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",
549549
"cmd": "./kilo",
550550
"args": [
551551
"acp"
552552
]
553553
},
554554
"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",
556556
"cmd": "./kilo",
557557
"args": [
558558
"acp"
559559
]
560560
},
561561
"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",
563563
"cmd": "./kilo",
564564
"args": [
565565
"acp"
566566
]
567567
},
568568
"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",
570570
"cmd": "./kilo.exe",
571571
"args": [
572572
"acp"
573573
]
574574
}
575575
},
576576
"npx": {
577-
"package": "@kilocode/cli@7.0.51",
577+
"package": "@kilocode/cli@7.1.0",
578578
"args": [
579579
"acp"
580580
]
@@ -690,7 +690,7 @@
690690
{
691691
"id": "nova",
692692
"name": "Nova",
693-
"version": "1.0.82",
693+
"version": "1.0.83",
694694
"description": "Nova by Compass AI - a fully-fledged software engineer at your command",
695695
"repository": "https://github.com/Compass-Agentic-Platform/nova",
696696
"website": "https://www.compassap.ai/portfolio/nova.html",
@@ -701,7 +701,7 @@
701701
"icon": "https://cdn.agentclientprotocol.com/registry/v1/latest/nova.svg",
702702
"distribution": {
703703
"npx": {
704-
"package": "@compass-ai/nova@1.0.82",
704+
"package": "@compass-ai/nova@1.0.83",
705705
"args": [
706706
"acp"
707707
]

0 commit comments

Comments
 (0)