@morphllm/morphsdk 0.2.75 → 0.2.80
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-IYLEB6BY.js → chunk-4R3ALD5C.js} +3 -3
- package/dist/{chunk-NGF2VIQV.js → chunk-5PGRBWJX.js} +3 -3
- package/dist/{chunk-RRWN62VU.js → chunk-6OII5QOW.js} +2 -2
- package/dist/{chunk-Q5AHGIQO.js → chunk-FMLHRJDF.js} +3 -1
- package/dist/{chunk-Q5AHGIQO.js.map → chunk-FMLHRJDF.js.map} +1 -1
- 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-QIG7YPFW.js → chunk-HBIDSKIQ.js} +14 -3
- package/dist/chunk-HBIDSKIQ.js.map +1 -0
- package/dist/{chunk-KEHWEBFQ.js → chunk-LM62QCGS.js} +5 -5
- package/dist/{chunk-POVU2CPK.js → chunk-ND7IFSMR.js} +2 -2
- package/dist/{chunk-4WJSTOHP.js → chunk-QL5SMQ73.js} +3 -3
- package/dist/{chunk-SMGZ6A64.js → chunk-YPKNMYD4.js} +17 -1
- package/dist/chunk-YPKNMYD4.js.map +1 -0
- package/dist/client.cjs +28 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +9 -9
- package/dist/index.cjs +28 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -10
- package/dist/tools/warp_grep/agent/prompt.cjs +2 -0
- package/dist/tools/warp_grep/agent/prompt.cjs.map +1 -1
- package/dist/tools/warp_grep/agent/prompt.d.ts +1 -1
- package/dist/tools/warp_grep/agent/prompt.js +1 -1
- package/dist/tools/warp_grep/agent/runner.cjs +2 -0
- package/dist/tools/warp_grep/agent/runner.cjs.map +1 -1
- package/dist/tools/warp_grep/agent/runner.js +2 -2
- package/dist/tools/warp_grep/anthropic.cjs +28 -1
- package/dist/tools/warp_grep/anthropic.cjs.map +1 -1
- package/dist/tools/warp_grep/anthropic.js +6 -6
- package/dist/tools/warp_grep/client.cjs +28 -1
- package/dist/tools/warp_grep/client.cjs.map +1 -1
- package/dist/tools/warp_grep/client.js +5 -5
- package/dist/tools/warp_grep/gemini.cjs +28 -1
- package/dist/tools/warp_grep/gemini.cjs.map +1 -1
- package/dist/tools/warp_grep/gemini.js +5 -5
- package/dist/tools/warp_grep/harness.cjs +28 -1
- package/dist/tools/warp_grep/harness.cjs.map +1 -1
- package/dist/tools/warp_grep/harness.js +3 -3
- package/dist/tools/warp_grep/index.cjs +30 -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 +9 -6
- package/dist/tools/warp_grep/openai.cjs +28 -1
- package/dist/tools/warp_grep/openai.cjs.map +1 -1
- package/dist/tools/warp_grep/openai.js +6 -6
- 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 +28 -1
- package/dist/tools/warp_grep/vercel.cjs.map +1 -1
- package/dist/tools/warp_grep/vercel.js +6 -6
- package/package.json +1 -1
- package/dist/chunk-QIG7YPFW.js.map +0 -1
- package/dist/chunk-SMGZ6A64.js.map +0 -1
- /package/dist/{chunk-IYLEB6BY.js.map → chunk-4R3ALD5C.js.map} +0 -0
- /package/dist/{chunk-NGF2VIQV.js.map → chunk-5PGRBWJX.js.map} +0 -0
- /package/dist/{chunk-RRWN62VU.js.map → chunk-6OII5QOW.js.map} +0 -0
- /package/dist/{chunk-KEHWEBFQ.js.map → chunk-LM62QCGS.js.map} +0 -0
- /package/dist/{chunk-POVU2CPK.js.map → chunk-ND7IFSMR.js.map} +0 -0
- /package/dist/{chunk-4WJSTOHP.js.map → chunk-QL5SMQ73.js.map} +0 -0
|
@@ -320,6 +320,8 @@ I think I have a rough idea, but this is my last turn so I must call the finish
|
|
|
320
320
|
No commentary outside \`<think>\`. No explanations after tool calls.
|
|
321
321
|
</output_format>
|
|
322
322
|
|
|
323
|
+
use as all 8 tool calls to be optimal
|
|
324
|
+
|
|
323
325
|
<finishing_requirements>
|
|
324
326
|
When calling \`finish\`:
|
|
325
327
|
- Include the import section (typically lines 1-20) of each file
|
|
@@ -1185,6 +1187,21 @@ function isSymlink(p) {
|
|
|
1185
1187
|
return false;
|
|
1186
1188
|
}
|
|
1187
1189
|
}
|
|
1190
|
+
function fixPathRepetition(fullPath) {
|
|
1191
|
+
const segments = fullPath.split(import_path3.default.sep).filter(Boolean);
|
|
1192
|
+
if (segments.length < 2) return null;
|
|
1193
|
+
for (let len = Math.floor(segments.length / 2); len >= 1; len--) {
|
|
1194
|
+
for (let i = 0; i <= segments.length - 2 * len; i++) {
|
|
1195
|
+
const first = segments.slice(i, i + len);
|
|
1196
|
+
const second = segments.slice(i + len, i + 2 * len);
|
|
1197
|
+
if (first.every((seg, idx) => seg === second[idx])) {
|
|
1198
|
+
const fixed = [...segments.slice(0, i), ...segments.slice(i + len)];
|
|
1199
|
+
return import_path3.default.sep + fixed.join(import_path3.default.sep);
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
return null;
|
|
1204
|
+
}
|
|
1188
1205
|
function isTextualFile(filePath, maxBytes = 2e6) {
|
|
1189
1206
|
try {
|
|
1190
1207
|
const st = import_fs.default.statSync(filePath);
|
|
@@ -1367,7 +1384,17 @@ Details: ${res.stderr}` : ""}`
|
|
|
1367
1384
|
error: `[PATH ERROR] ${err instanceof Error ? err.message : String(err)}`
|
|
1368
1385
|
};
|
|
1369
1386
|
}
|
|
1370
|
-
|
|
1387
|
+
let stat = await import_promises2.default.stat(abs).catch(() => null);
|
|
1388
|
+
if (!stat || !stat.isFile()) {
|
|
1389
|
+
const fixedPath = fixPathRepetition(abs);
|
|
1390
|
+
if (fixedPath) {
|
|
1391
|
+
const fixedStat = await import_promises2.default.stat(fixedPath).catch(() => null);
|
|
1392
|
+
if (fixedStat?.isFile()) {
|
|
1393
|
+
abs = fixedPath;
|
|
1394
|
+
stat = fixedStat;
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1371
1398
|
if (!stat || !stat.isFile()) {
|
|
1372
1399
|
return {
|
|
1373
1400
|
lines: [],
|