lody 0.57.1-next.4 → 0.57.1-next.5
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.
|
@@ -2624,12 +2624,23 @@ let __tla = Promise.all([
|
|
|
2624
2624
|
const { diskToken } = diskProbe.right;
|
|
2625
2625
|
const state = currentState(input.context, entry, diskToken);
|
|
2626
2626
|
const hasExistingState = input.context.saveStates.has(entry.fileId);
|
|
2627
|
-
|
|
2627
|
+
const persistedDiskDigest = lastPersistedDiskDigest(state);
|
|
2628
|
+
if (hasExistingState && state.dirty && state.conflict === "disk_changed" && persistedDiskDigest !== void 0 && !diskTokenMatches(diskToken, persistedDiskDigest)) {
|
|
2629
|
+
return {
|
|
2630
|
+
status: "conflict",
|
|
2631
|
+
fileId: entry.fileId,
|
|
2632
|
+
conflict: "disk_changed",
|
|
2633
|
+
conflictId: state.conflictId,
|
|
2634
|
+
savedFrontiers: lastPersistedFrontiers(state),
|
|
2635
|
+
diskToken: persistedDiskDigest
|
|
2636
|
+
};
|
|
2637
|
+
}
|
|
2638
|
+
if (hasExistingState && persistedDiskDigest !== void 0 && diskTokenMatches(diskToken, persistedDiskDigest)) {
|
|
2628
2639
|
return {
|
|
2629
2640
|
status: "unchanged",
|
|
2630
2641
|
fileId: entry.fileId,
|
|
2631
2642
|
savedFrontiers: lastPersistedFrontiers(state),
|
|
2632
|
-
diskToken:
|
|
2643
|
+
diskToken: persistedDiskDigest,
|
|
2633
2644
|
dirty: state.dirty
|
|
2634
2645
|
};
|
|
2635
2646
|
}
|
package/dist/index.js
CHANGED
|
@@ -36825,7 +36825,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
|
|
|
36825
36825
|
return client;
|
|
36826
36826
|
}
|
|
36827
36827
|
const name$1 = "lody";
|
|
36828
|
-
const version$4 = "0.57.1-next.
|
|
36828
|
+
const version$4 = "0.57.1-next.5";
|
|
36829
36829
|
const description$1 = "Lody Agent CLI tool for managing remote command execution";
|
|
36830
36830
|
const type$2 = "module";
|
|
36831
36831
|
const main$4 = "dist/index.js";
|
|
@@ -47845,7 +47845,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
47845
47845
|
{
|
|
47846
47846
|
id: "amp-acp",
|
|
47847
47847
|
name: "Amp",
|
|
47848
|
-
version: "0.8.
|
|
47848
|
+
version: "0.8.1",
|
|
47849
47849
|
description: "ACP wrapper for Amp - the frontier coding agent",
|
|
47850
47850
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/amp-acp.svg",
|
|
47851
47851
|
distribution: {
|
|
@@ -47894,12 +47894,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
47894
47894
|
{
|
|
47895
47895
|
id: "cline",
|
|
47896
47896
|
name: "Cline",
|
|
47897
|
-
version: "3.0.
|
|
47897
|
+
version: "3.0.16",
|
|
47898
47898
|
description: "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
|
|
47899
47899
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/cline.svg",
|
|
47900
47900
|
distribution: {
|
|
47901
47901
|
npx: {
|
|
47902
|
-
package: "cline@3.0.
|
|
47902
|
+
package: "cline@3.0.16",
|
|
47903
47903
|
args: [
|
|
47904
47904
|
"--acp"
|
|
47905
47905
|
]
|
|
@@ -47909,12 +47909,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
47909
47909
|
{
|
|
47910
47910
|
id: "codebuddy-code",
|
|
47911
47911
|
name: "Codebuddy Code",
|
|
47912
|
-
version: "2.
|
|
47912
|
+
version: "2.103.0",
|
|
47913
47913
|
description: "Tencent Cloud's official intelligent coding tool",
|
|
47914
47914
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/codebuddy-code.svg",
|
|
47915
47915
|
distribution: {
|
|
47916
47916
|
npx: {
|
|
47917
|
-
package: "@tencent-ai/codebuddy-code@2.
|
|
47917
|
+
package: "@tencent-ai/codebuddy-code@2.103.0",
|
|
47918
47918
|
args: [
|
|
47919
47919
|
"--acp"
|
|
47920
47920
|
]
|
|
@@ -48056,7 +48056,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48056
48056
|
{
|
|
48057
48057
|
id: "cursor",
|
|
48058
48058
|
name: "Cursor",
|
|
48059
|
-
version: "2026.05.
|
|
48059
|
+
version: "2026.05.28",
|
|
48060
48060
|
description: "Cursor's coding agent",
|
|
48061
48061
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/cursor.svg",
|
|
48062
48062
|
distribution: {
|
|
@@ -48086,12 +48086,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48086
48086
|
{
|
|
48087
48087
|
id: "dimcode",
|
|
48088
48088
|
name: "DimCode",
|
|
48089
|
-
version: "0.0.
|
|
48089
|
+
version: "0.0.77",
|
|
48090
48090
|
description: "A coding agent that puts leading models at your command.",
|
|
48091
48091
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/dimcode.svg",
|
|
48092
48092
|
distribution: {
|
|
48093
48093
|
npx: {
|
|
48094
|
-
package: "dimcode@0.0.
|
|
48094
|
+
package: "dimcode@0.0.77",
|
|
48095
48095
|
args: [
|
|
48096
48096
|
"acp"
|
|
48097
48097
|
]
|
|
@@ -48116,12 +48116,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48116
48116
|
{
|
|
48117
48117
|
id: "factory-droid",
|
|
48118
48118
|
name: "Factory Droid",
|
|
48119
|
-
version: "0.
|
|
48119
|
+
version: "0.140.0",
|
|
48120
48120
|
description: "Factory Droid - AI coding agent powered by Factory AI",
|
|
48121
48121
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/factory-droid.svg",
|
|
48122
48122
|
distribution: {
|
|
48123
48123
|
npx: {
|
|
48124
|
-
package: "droid@0.
|
|
48124
|
+
package: "droid@0.140.0",
|
|
48125
48125
|
args: [
|
|
48126
48126
|
"exec",
|
|
48127
48127
|
"--output-format",
|
|
@@ -48137,12 +48137,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48137
48137
|
{
|
|
48138
48138
|
id: "fast-agent",
|
|
48139
48139
|
name: "fast-agent",
|
|
48140
|
-
version: "0.7.
|
|
48140
|
+
version: "0.7.15",
|
|
48141
48141
|
description: "Code and build agents with comprehensive multi-provider support",
|
|
48142
48142
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/fast-agent.svg",
|
|
48143
48143
|
distribution: {
|
|
48144
48144
|
uvx: {
|
|
48145
|
-
package: "fast-agent-acp==0.7.
|
|
48145
|
+
package: "fast-agent-acp==0.7.15",
|
|
48146
48146
|
args: [
|
|
48147
48147
|
"-x"
|
|
48148
48148
|
]
|
|
@@ -48152,12 +48152,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48152
48152
|
{
|
|
48153
48153
|
id: "gemini",
|
|
48154
48154
|
name: "Gemini CLI",
|
|
48155
|
-
version: "0.
|
|
48155
|
+
version: "0.45.0",
|
|
48156
48156
|
description: "Google's official CLI for Gemini",
|
|
48157
48157
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/gemini.svg",
|
|
48158
48158
|
distribution: {
|
|
48159
48159
|
npx: {
|
|
48160
|
-
package: "@google/gemini-cli@0.
|
|
48160
|
+
package: "@google/gemini-cli@0.45.0",
|
|
48161
48161
|
args: [
|
|
48162
48162
|
"--acp"
|
|
48163
48163
|
]
|
|
@@ -48167,12 +48167,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48167
48167
|
{
|
|
48168
48168
|
id: "github-copilot-cli",
|
|
48169
48169
|
name: "GitHub Copilot",
|
|
48170
|
-
version: "1.0.
|
|
48170
|
+
version: "1.0.59",
|
|
48171
48171
|
description: "GitHub's AI pair programmer",
|
|
48172
48172
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/github-copilot-cli.svg",
|
|
48173
48173
|
distribution: {
|
|
48174
48174
|
npx: {
|
|
48175
|
-
package: "@github/copilot@1.0.
|
|
48175
|
+
package: "@github/copilot@1.0.59",
|
|
48176
48176
|
args: [
|
|
48177
48177
|
"--acp"
|
|
48178
48178
|
]
|
|
@@ -48194,7 +48194,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48194
48194
|
{
|
|
48195
48195
|
id: "goose",
|
|
48196
48196
|
name: "goose",
|
|
48197
|
-
version: "1.
|
|
48197
|
+
version: "1.37.0",
|
|
48198
48198
|
description: "A local, extensible, open source AI agent that automates engineering tasks",
|
|
48199
48199
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/goose.svg",
|
|
48200
48200
|
distribution: {
|
|
@@ -48271,7 +48271,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48271
48271
|
{
|
|
48272
48272
|
id: "junie",
|
|
48273
48273
|
name: "Junie",
|
|
48274
|
-
version: "
|
|
48274
|
+
version: "1831.35.0",
|
|
48275
48275
|
description: "AI Coding Agent by JetBrains",
|
|
48276
48276
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/junie.svg",
|
|
48277
48277
|
distribution: {
|
|
@@ -48289,47 +48289,47 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48289
48289
|
{
|
|
48290
48290
|
id: "kilo",
|
|
48291
48291
|
name: "Kilo",
|
|
48292
|
-
version: "7.3.
|
|
48292
|
+
version: "7.3.21",
|
|
48293
48293
|
description: "The open source coding agent",
|
|
48294
48294
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/kilo.svg",
|
|
48295
48295
|
distribution: {
|
|
48296
48296
|
npx: {
|
|
48297
|
-
package: "@kilocode/cli@7.3.
|
|
48297
|
+
package: "@kilocode/cli@7.3.21",
|
|
48298
48298
|
args: [
|
|
48299
48299
|
"acp"
|
|
48300
48300
|
]
|
|
48301
48301
|
},
|
|
48302
48302
|
binary: {
|
|
48303
48303
|
"darwin-aarch64": {
|
|
48304
|
-
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.
|
|
48304
|
+
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.21/kilo-darwin-arm64.zip",
|
|
48305
48305
|
cmd: "./kilo",
|
|
48306
48306
|
args: [
|
|
48307
48307
|
"acp"
|
|
48308
48308
|
]
|
|
48309
48309
|
},
|
|
48310
48310
|
"darwin-x86_64": {
|
|
48311
|
-
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.
|
|
48311
|
+
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.21/kilo-darwin-x64.zip",
|
|
48312
48312
|
cmd: "./kilo",
|
|
48313
48313
|
args: [
|
|
48314
48314
|
"acp"
|
|
48315
48315
|
]
|
|
48316
48316
|
},
|
|
48317
48317
|
"linux-aarch64": {
|
|
48318
|
-
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.
|
|
48318
|
+
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.21/kilo-linux-arm64.tar.gz",
|
|
48319
48319
|
cmd: "./kilo",
|
|
48320
48320
|
args: [
|
|
48321
48321
|
"acp"
|
|
48322
48322
|
]
|
|
48323
48323
|
},
|
|
48324
48324
|
"linux-x86_64": {
|
|
48325
|
-
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.
|
|
48325
|
+
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.21/kilo-linux-x64.tar.gz",
|
|
48326
48326
|
cmd: "./kilo",
|
|
48327
48327
|
args: [
|
|
48328
48328
|
"acp"
|
|
48329
48329
|
]
|
|
48330
48330
|
},
|
|
48331
48331
|
"windows-x86_64": {
|
|
48332
|
-
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.
|
|
48332
|
+
archive: "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.21/kilo-windows-x64.zip",
|
|
48333
48333
|
cmd: "./kilo.exe",
|
|
48334
48334
|
args: [
|
|
48335
48335
|
"acp"
|
|
@@ -48356,6 +48356,24 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48356
48356
|
}
|
|
48357
48357
|
}
|
|
48358
48358
|
},
|
|
48359
|
+
{
|
|
48360
|
+
id: "kimi-code",
|
|
48361
|
+
name: "Kimi Code CLI",
|
|
48362
|
+
version: "local",
|
|
48363
|
+
description: "Moonshot AI's next-generation coding agent CLI",
|
|
48364
|
+
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/kimi.svg",
|
|
48365
|
+
distribution: {
|
|
48366
|
+
local: {
|
|
48367
|
+
command: "kimi",
|
|
48368
|
+
args: [
|
|
48369
|
+
"acp"
|
|
48370
|
+
],
|
|
48371
|
+
versionArgs: [
|
|
48372
|
+
"-V"
|
|
48373
|
+
]
|
|
48374
|
+
}
|
|
48375
|
+
}
|
|
48376
|
+
},
|
|
48359
48377
|
{
|
|
48360
48378
|
id: "minion-code",
|
|
48361
48379
|
name: "Minion Code",
|
|
@@ -48393,12 +48411,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48393
48411
|
{
|
|
48394
48412
|
id: "nova",
|
|
48395
48413
|
name: "Nova",
|
|
48396
|
-
version: "1.1.
|
|
48414
|
+
version: "1.1.14",
|
|
48397
48415
|
description: "Nova by Compass AI - a fully-fledged software engineer at your command",
|
|
48398
48416
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/nova.svg",
|
|
48399
48417
|
distribution: {
|
|
48400
48418
|
npx: {
|
|
48401
|
-
package: "@compass-ai/nova@1.1.
|
|
48419
|
+
package: "@compass-ai/nova@1.1.14",
|
|
48402
48420
|
args: [
|
|
48403
48421
|
"acp"
|
|
48404
48422
|
]
|
|
@@ -48506,12 +48524,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
48506
48524
|
{
|
|
48507
48525
|
id: "qwen-code",
|
|
48508
48526
|
name: "Qwen Code",
|
|
48509
|
-
version: "0.17.
|
|
48527
|
+
version: "0.17.1",
|
|
48510
48528
|
description: "Alibaba's Qwen coding assistant",
|
|
48511
48529
|
icon: "https://cdn.agentclientprotocol.com/registry/v1/latest/qwen-code.svg",
|
|
48512
48530
|
distribution: {
|
|
48513
48531
|
npx: {
|
|
48514
|
-
package: "@qwen-code/qwen-code@0.17.
|
|
48532
|
+
package: "@qwen-code/qwen-code@0.17.1",
|
|
48515
48533
|
args: [
|
|
48516
48534
|
"--acp",
|
|
48517
48535
|
"--experimental-skills"
|
|
@@ -140081,7 +140099,7 @@ $mem | ConvertTo-Json -Compress
|
|
|
140081
140099
|
await m.__tla;
|
|
140082
140100
|
return m;
|
|
140083
140101
|
}),
|
|
140084
|
-
import("./chunks/index-
|
|
140102
|
+
import("./chunks/index-Bgz3Cd8b.js").then(async (m) => {
|
|
140085
140103
|
await m.__tla;
|
|
140086
140104
|
return m;
|
|
140087
140105
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.57.1-next.
|
|
3
|
+
"version": "0.57.1-next.5",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"winston-transport": "^4.7.1",
|
|
75
75
|
"ws": "^8.18.3",
|
|
76
76
|
"zod": "^4.1.5",
|
|
77
|
-
"@lody/code-collab": "0.0.0",
|
|
78
77
|
"@lody/cli-supervisor": "0.0.1",
|
|
78
|
+
"@lody/code-collab": "0.0.0",
|
|
79
79
|
"@lody/code-collab-testkit": "0.0.0",
|
|
80
|
-
"@lody/convex": "0.0.1",
|
|
81
80
|
"@lody/code-session": "0.0.0",
|
|
81
|
+
"@lody/convex": "0.0.1",
|
|
82
82
|
"@lody/loro-streams-rpc": "0.0.1",
|
|
83
83
|
"@lody/shared": "0.0.1"
|
|
84
84
|
},
|