@morphllm/morphsdk 0.2.75 → 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/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
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-FY32COVL.js";
|
|
2
2
|
import {
|
|
3
3
|
AnthropicToolFactory,
|
|
4
4
|
MorphClient,
|
|
5
5
|
OpenAIToolFactory,
|
|
6
6
|
VercelToolFactory
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-KILYNOE4.js";
|
|
8
|
+
import "./chunk-RK2MR3N2.js";
|
|
9
|
+
import "./chunk-G2EJHZSA.js";
|
|
10
|
+
import "./chunk-P2LHXSMG.js";
|
|
11
11
|
import "./chunk-KW7OEGZK.js";
|
|
12
12
|
import {
|
|
13
13
|
WarpGrepClient
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-XREWLWLA.js";
|
|
15
15
|
import "./chunk-RRWN62VU.js";
|
|
16
16
|
import "./chunk-26QXQFLZ.js";
|
|
17
17
|
import "./chunk-DCIUCDWJ.js";
|
|
@@ -20,9 +20,9 @@ import "./chunk-5QRN3JNB.js";
|
|
|
20
20
|
import "./chunk-Q5AHGIQO.js";
|
|
21
21
|
import {
|
|
22
22
|
LocalRipgrepProvider
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-HBIDSKIQ.js";
|
|
24
24
|
import "./chunk-G2RSY56Q.js";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-YPKNMYD4.js";
|
|
26
26
|
import "./chunk-TPP2UGQP.js";
|
|
27
27
|
import "./chunk-XT5ZO6ES.js";
|
|
28
28
|
import "./chunk-UBX7QYBD.js";
|
|
@@ -1183,6 +1183,21 @@ function isSymlink(p) {
|
|
|
1183
1183
|
return false;
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
1186
|
+
function fixPathRepetition(fullPath) {
|
|
1187
|
+
const segments = fullPath.split(import_path3.default.sep).filter(Boolean);
|
|
1188
|
+
if (segments.length < 2) return null;
|
|
1189
|
+
for (let len = Math.floor(segments.length / 2); len >= 1; len--) {
|
|
1190
|
+
for (let i = 0; i <= segments.length - 2 * len; i++) {
|
|
1191
|
+
const first = segments.slice(i, i + len);
|
|
1192
|
+
const second = segments.slice(i + len, i + 2 * len);
|
|
1193
|
+
if (first.every((seg, idx) => seg === second[idx])) {
|
|
1194
|
+
const fixed = [...segments.slice(0, i), ...segments.slice(i + len)];
|
|
1195
|
+
return import_path3.default.sep + fixed.join(import_path3.default.sep);
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
return null;
|
|
1200
|
+
}
|
|
1186
1201
|
function isTextualFile(filePath, maxBytes = 2e6) {
|
|
1187
1202
|
try {
|
|
1188
1203
|
const st = import_fs.default.statSync(filePath);
|
|
@@ -1365,7 +1380,17 @@ Details: ${res.stderr}` : ""}`
|
|
|
1365
1380
|
error: `[PATH ERROR] ${err instanceof Error ? err.message : String(err)}`
|
|
1366
1381
|
};
|
|
1367
1382
|
}
|
|
1368
|
-
|
|
1383
|
+
let stat = await import_promises2.default.stat(abs).catch(() => null);
|
|
1384
|
+
if (!stat || !stat.isFile()) {
|
|
1385
|
+
const fixedPath = fixPathRepetition(abs);
|
|
1386
|
+
if (fixedPath) {
|
|
1387
|
+
const fixedStat = await import_promises2.default.stat(fixedPath).catch(() => null);
|
|
1388
|
+
if (fixedStat?.isFile()) {
|
|
1389
|
+
abs = fixedPath;
|
|
1390
|
+
stat = fixedStat;
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1369
1394
|
if (!stat || !stat.isFile()) {
|
|
1370
1395
|
return {
|
|
1371
1396
|
lines: [],
|