lody 0.71.5 → 0.73.0
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.
- package/dist/chunks/{directory-handle-BzxIVnuO.js → directory-handle-QE16b3Ol.js} +11 -11
- package/dist/chunks/{index-Cbwwpq6s.js → index-yJXq3BkB.js} +12 -1
- package/dist/chunks/package-CkkAIS-_.js +11 -0
- package/dist/chunks/{review-viewer-DSM2Rj5I.js → review-viewer-BbX0BXrV.js} +1 -1
- package/dist/chunks/{schemas-CRNtikkJ.js → schemas-CDSDDVK-.js} +18 -18
- package/dist/claude-acp.js +42641 -18493
- package/dist/codex-acp.js +1 -1
- package/dist/file-index-scan-worker.js +2 -2
- package/dist/index.js +5437 -1131
- package/package.json +8 -8
- package/dist/chunks/package-CCAH96XW.js +0 -3947
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as object, s as string, l as literal, b as boolean, a as _enum, u as union, n as number, d as discriminatedUnion, c as array, r as record, G as tuple, e as unknown } from "./schemas-
|
|
1
|
+
import { o as object, s as string, l as literal, b as boolean, a as _enum, u as union, n as number, d as discriminatedUnion, c as array, r as record, G as tuple, e as unknown } from "./schemas-CDSDDVK-.js";
|
|
2
2
|
import { execFile } from "node:child_process";
|
|
3
3
|
import { readFile } from "node:fs/promises";
|
|
4
4
|
import path__default from "node:path";
|
|
@@ -1131,11 +1131,11 @@ async function closeDirectoryQuietly(directory) {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
1133
|
export {
|
|
1134
|
-
|
|
1135
|
-
|
|
1134
|
+
computeAllChanges as A,
|
|
1135
|
+
codeCollabFileIndexStatesEqual as B,
|
|
1136
1136
|
CodeCollabV2OpenTextRequestSchema as C,
|
|
1137
|
-
|
|
1138
|
-
|
|
1137
|
+
scanGitDirectoryEntries as D,
|
|
1138
|
+
closeDirectoryQuietly as E,
|
|
1139
1139
|
joinWorkspacePath as F,
|
|
1140
1140
|
isInsideGitWorktree as G,
|
|
1141
1141
|
pathSegmentComparisonKey as H,
|
|
@@ -1159,10 +1159,10 @@ export {
|
|
|
1159
1159
|
CodeCollabV2ErrorCodeSchema as r,
|
|
1160
1160
|
CodeCollabV2RpcResponseSchema as s,
|
|
1161
1161
|
deriveCodeCollabV2ContentKeyBytes as t,
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1162
|
+
readCodeCollabFileIndexSignalFromFlock as u,
|
|
1163
|
+
writeCodeCollabFileIndexToFlock as v,
|
|
1164
|
+
writeCodeCollabFileIndexSignalToFlock as w,
|
|
1165
|
+
buildCodeCollabFileIndexState as x,
|
|
1166
|
+
CODE_COLLAB_V2_TEXT_LIMITS as y,
|
|
1167
|
+
CODE_COLLAB_V2_ALL_CHANGES_DIFF_LIMITS as z
|
|
1168
1168
|
};
|
|
@@ -25495,6 +25495,17 @@ var REASONING_EFFORT_CONFIG_ID = "reasoning_effort";
|
|
|
25495
25495
|
function capitalize(value) {
|
|
25496
25496
|
return value.charAt(0).toUpperCase() + value.slice(1);
|
|
25497
25497
|
}
|
|
25498
|
+
var REASONING_EFFORT_DISPLAY_NAMES = {
|
|
25499
|
+
low: "Low",
|
|
25500
|
+
medium: "Medium",
|
|
25501
|
+
high: "High",
|
|
25502
|
+
xhigh: "XHigh",
|
|
25503
|
+
max: "Max",
|
|
25504
|
+
ultra: "Ultra"
|
|
25505
|
+
};
|
|
25506
|
+
function reasoningEffortDisplayName(effort) {
|
|
25507
|
+
return REASONING_EFFORT_DISPLAY_NAMES[effort] ?? capitalize(effort);
|
|
25508
|
+
}
|
|
25498
25509
|
function findSupportedEffort(options, effort) {
|
|
25499
25510
|
if (!effort) return void 0;
|
|
25500
25511
|
return options.find((o) => o.reasoningEffort === effort)?.reasoningEffort;
|
|
@@ -25532,7 +25543,7 @@ function createReasoningEffortConfigOption(supportedReasoningEfforts, currentEff
|
|
|
25532
25543
|
currentValue: currentEffort,
|
|
25533
25544
|
options: supportedReasoningEfforts.map((option) => ({
|
|
25534
25545
|
value: option.reasoningEffort,
|
|
25535
|
-
name:
|
|
25546
|
+
name: reasoningEffortDisplayName(option.reasoningEffort),
|
|
25536
25547
|
description: option.description
|
|
25537
25548
|
}))
|
|
25538
25549
|
};
|
|
@@ -3,7 +3,7 @@ import { readFile, mkdir, writeFile, rename } from "node:fs/promises";
|
|
|
3
3
|
import os__default from "node:os";
|
|
4
4
|
import path__default from "node:path";
|
|
5
5
|
import process from "node:process";
|
|
6
|
-
const reviewViewerVersion = "0.
|
|
6
|
+
const reviewViewerVersion = "0.73.0";
|
|
7
7
|
const reviewViewerSha256 = "e395b367a7644fe83bc050d0c646810914a2844824fd2b5d11d24ae4f55b6893";
|
|
8
8
|
const reviewViewerFileName = "standalone.html";
|
|
9
9
|
const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
|
|
@@ -4765,12 +4765,12 @@ function preprocess(fn, schema) {
|
|
|
4765
4765
|
}
|
|
4766
4766
|
export {
|
|
4767
4767
|
$constructor as $,
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4768
|
+
looseObject as A,
|
|
4769
|
+
optional as B,
|
|
4770
|
+
datetime as C,
|
|
4771
|
+
custom as D,
|
|
4772
|
+
toJSONSchema as E,
|
|
4773
|
+
ZodOptional as F,
|
|
4774
4774
|
tuple as G,
|
|
4775
4775
|
NEVER as N,
|
|
4776
4776
|
ZodNumber as Z,
|
|
@@ -4782,23 +4782,23 @@ export {
|
|
|
4782
4782
|
unknown as e,
|
|
4783
4783
|
ZodError as f,
|
|
4784
4784
|
_null as g,
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4785
|
+
intersection as h,
|
|
4786
|
+
int as i,
|
|
4787
|
+
url as j,
|
|
4788
|
+
normalizeParams as k,
|
|
4789
4789
|
literal as l,
|
|
4790
|
-
|
|
4790
|
+
$ZodObject as m,
|
|
4791
4791
|
number as n,
|
|
4792
4792
|
object as o,
|
|
4793
4793
|
preprocess as p,
|
|
4794
|
-
|
|
4794
|
+
defineLazy as q,
|
|
4795
4795
|
record as r,
|
|
4796
4796
|
string as s,
|
|
4797
|
-
|
|
4797
|
+
$ZodType as t,
|
|
4798
4798
|
union as u,
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4799
|
+
parse$1 as v,
|
|
4800
|
+
safeParse$1 as w,
|
|
4801
|
+
parseAsync$1 as x,
|
|
4802
|
+
safeParseAsync$1 as y,
|
|
4803
|
+
clone as z
|
|
4804
4804
|
};
|