@morphllm/morphsdk 0.2.74 → 0.2.76
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/{chunk-B5A4XLSQ.js → chunk-FY32COVL.js} +1 -1
- package/dist/{chunk-B5A4XLSQ.js.map → chunk-FY32COVL.js.map} +1 -1
- package/dist/{chunk-4WJSTOHP.js → chunk-G2EJHZSA.js} +2 -2
- package/dist/{chunk-QIG7YPFW.js → chunk-HBIDSKIQ.js} +14 -3
- package/dist/chunk-HBIDSKIQ.js.map +1 -0
- package/dist/{chunk-KEHWEBFQ.js → chunk-KILYNOE4.js} +5 -5
- package/dist/{chunk-POVU2CPK.js → chunk-P2LHXSMG.js} +2 -2
- package/dist/{chunk-IYLEB6BY.js → chunk-RK2MR3N2.js} +2 -2
- package/dist/{chunk-NGF2VIQV.js → chunk-XREWLWLA.js} +2 -2
- package/dist/{chunk-SMGZ6A64.js → chunk-YPKNMYD4.js} +17 -1
- package/dist/chunk-YPKNMYD4.js.map +1 -0
- package/dist/client.cjs +26 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +7 -7
- package/dist/index.cjs +26 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/tools/browser/index.cjs.map +1 -1
- package/dist/tools/browser/index.js.map +1 -1
- package/dist/tools/warp_grep/anthropic.cjs +26 -1
- package/dist/tools/warp_grep/anthropic.cjs.map +1 -1
- package/dist/tools/warp_grep/anthropic.js +4 -4
- package/dist/tools/warp_grep/client.cjs +26 -1
- package/dist/tools/warp_grep/client.cjs.map +1 -1
- package/dist/tools/warp_grep/client.js +3 -3
- package/dist/tools/warp_grep/gemini.cjs +26 -1
- package/dist/tools/warp_grep/gemini.cjs.map +1 -1
- package/dist/tools/warp_grep/gemini.js +3 -3
- package/dist/tools/warp_grep/harness.cjs +26 -1
- package/dist/tools/warp_grep/harness.cjs.map +1 -1
- package/dist/tools/warp_grep/harness.js +2 -2
- package/dist/tools/warp_grep/index.cjs +28 -1
- package/dist/tools/warp_grep/index.cjs.map +1 -1
- package/dist/tools/warp_grep/index.d.ts +1 -0
- package/dist/tools/warp_grep/index.js +7 -4
- package/dist/tools/warp_grep/openai.cjs +26 -1
- package/dist/tools/warp_grep/openai.cjs.map +1 -1
- package/dist/tools/warp_grep/openai.js +4 -4
- package/dist/tools/warp_grep/providers/local.cjs +26 -1
- package/dist/tools/warp_grep/providers/local.cjs.map +1 -1
- package/dist/tools/warp_grep/providers/local.js +2 -2
- package/dist/tools/warp_grep/utils/paths.cjs +17 -0
- package/dist/tools/warp_grep/utils/paths.cjs.map +1 -1
- package/dist/tools/warp_grep/utils/paths.d.ts +13 -1
- package/dist/tools/warp_grep/utils/paths.js +3 -1
- package/dist/tools/warp_grep/vercel.cjs +26 -1
- package/dist/tools/warp_grep/vercel.cjs.map +1 -1
- package/dist/tools/warp_grep/vercel.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-QIG7YPFW.js.map +0 -1
- package/dist/chunk-SMGZ6A64.js.map +0 -1
- /package/dist/{chunk-4WJSTOHP.js.map → chunk-G2EJHZSA.js.map} +0 -0
- /package/dist/{chunk-KEHWEBFQ.js.map → chunk-KILYNOE4.js.map} +0 -0
- /package/dist/{chunk-POVU2CPK.js.map → chunk-P2LHXSMG.js.map} +0 -0
- /package/dist/{chunk-IYLEB6BY.js.map → chunk-RK2MR3N2.js.map} +0 -0
- /package/dist/{chunk-NGF2VIQV.js.map → chunk-XREWLWLA.js.map} +0 -0
|
@@ -3,16 +3,16 @@ import {
|
|
|
3
3
|
executeToolCall,
|
|
4
4
|
executeWarpGrep,
|
|
5
5
|
formatResult
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-XREWLWLA.js";
|
|
7
7
|
import "../../chunk-RRWN62VU.js";
|
|
8
8
|
import "../../chunk-26QXQFLZ.js";
|
|
9
9
|
import "../../chunk-DCIUCDWJ.js";
|
|
10
10
|
import "../../chunk-APP75CBN.js";
|
|
11
11
|
import "../../chunk-5QRN3JNB.js";
|
|
12
12
|
import "../../chunk-Q5AHGIQO.js";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-HBIDSKIQ.js";
|
|
14
14
|
import "../../chunk-G2RSY56Q.js";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-YPKNMYD4.js";
|
|
16
16
|
import "../../chunk-TPP2UGQP.js";
|
|
17
17
|
import "../../chunk-XT5ZO6ES.js";
|
|
18
18
|
import "../../chunk-4VWJFZVS.js";
|
|
@@ -1185,6 +1185,21 @@ function isSymlink(p) {
|
|
|
1185
1185
|
return false;
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
|
+
function fixPathRepetition(fullPath) {
|
|
1189
|
+
const segments = fullPath.split(import_path3.default.sep).filter(Boolean);
|
|
1190
|
+
if (segments.length < 2) return null;
|
|
1191
|
+
for (let len = Math.floor(segments.length / 2); len >= 1; len--) {
|
|
1192
|
+
for (let i = 0; i <= segments.length - 2 * len; i++) {
|
|
1193
|
+
const first = segments.slice(i, i + len);
|
|
1194
|
+
const second = segments.slice(i + len, i + 2 * len);
|
|
1195
|
+
if (first.every((seg, idx) => seg === second[idx])) {
|
|
1196
|
+
const fixed = [...segments.slice(0, i), ...segments.slice(i + len)];
|
|
1197
|
+
return import_path3.default.sep + fixed.join(import_path3.default.sep);
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
return null;
|
|
1202
|
+
}
|
|
1188
1203
|
function isTextualFile(filePath, maxBytes = 2e6) {
|
|
1189
1204
|
try {
|
|
1190
1205
|
const st = import_fs.default.statSync(filePath);
|
|
@@ -1367,7 +1382,17 @@ Details: ${res.stderr}` : ""}`
|
|
|
1367
1382
|
error: `[PATH ERROR] ${err instanceof Error ? err.message : String(err)}`
|
|
1368
1383
|
};
|
|
1369
1384
|
}
|
|
1370
|
-
|
|
1385
|
+
let stat = await import_promises2.default.stat(abs).catch(() => null);
|
|
1386
|
+
if (!stat || !stat.isFile()) {
|
|
1387
|
+
const fixedPath = fixPathRepetition(abs);
|
|
1388
|
+
if (fixedPath) {
|
|
1389
|
+
const fixedStat = await import_promises2.default.stat(fixedPath).catch(() => null);
|
|
1390
|
+
if (fixedStat?.isFile()) {
|
|
1391
|
+
abs = fixedPath;
|
|
1392
|
+
stat = fixedStat;
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1371
1396
|
if (!stat || !stat.isFile()) {
|
|
1372
1397
|
return {
|
|
1373
1398
|
lines: [],
|