@morphllm/morphsdk 0.2.85 → 0.2.86
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-5X7IJXKA.js → chunk-KJL5RNVA.js} +14 -2
- package/dist/chunk-KJL5RNVA.js.map +1 -0
- package/dist/{chunk-SQF3OG24.js → chunk-YWS4Y75I.js} +2 -2
- package/dist/{client-Drz3OGq-.d.ts → client-BVeUudyD.d.ts} +2 -3
- package/dist/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.ts +3 -1
- package/dist/client.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -2
- package/dist/tools/browser/index.cjs.map +1 -1
- package/dist/tools/browser/index.js.map +1 -1
- package/dist/tools/warp_grep/vercel.cjs +16 -3
- package/dist/tools/warp_grep/vercel.cjs.map +1 -1
- package/dist/tools/warp_grep/vercel.d.ts +92 -6
- package/dist/tools/warp_grep/vercel.js +5 -3
- package/package.json +13 -5
- package/dist/chunk-5X7IJXKA.js.map +0 -1
- /package/dist/{chunk-SQF3OG24.js.map → chunk-YWS4Y75I.js.map} +0 -0
package/dist/client.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import './tools/browser/core.js';
|
|
|
5
5
|
import './tools/warp_grep/client.js';
|
|
6
6
|
import './git/client.js';
|
|
7
7
|
import './modelrouter/core.js';
|
|
8
|
-
export { M as MorphClient, a as MorphClientConfig } from './client-
|
|
8
|
+
export { M as MorphClient, a as MorphClientConfig } from './client-BVeUudyD.js';
|
|
9
9
|
import './tools/fastapply/types.js';
|
|
10
10
|
import './tools/codebase_search/types.js';
|
|
11
11
|
import './tools/browser/types.js';
|
|
@@ -19,3 +19,5 @@ import './modelrouter/types.js';
|
|
|
19
19
|
import 'openai/resources/index.mjs';
|
|
20
20
|
import '@anthropic-ai/sdk/resources/messages.mjs';
|
|
21
21
|
import 'ai';
|
|
22
|
+
import './tools/warp_grep/vercel.js';
|
|
23
|
+
import './tools/warp_grep/agent/prompt.js';
|
package/dist/client.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MorphClient
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YWS4Y75I.js";
|
|
4
4
|
import "./chunk-AJEE5RRB.js";
|
|
5
5
|
import "./chunk-IXNX4HMC.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-KJL5RNVA.js";
|
|
7
7
|
import "./chunk-KW7OEGZK.js";
|
|
8
8
|
import "./chunk-37SJ3IOY.js";
|
|
9
9
|
import "./chunk-HJOMBO2A.js";
|
package/dist/index.cjs
CHANGED
|
@@ -4134,7 +4134,7 @@ var AnthropicToolFactory = class {
|
|
|
4134
4134
|
var import_ai = require("ai");
|
|
4135
4135
|
var import_zod = require("zod");
|
|
4136
4136
|
function createWarpGrepTool3(config) {
|
|
4137
|
-
const schema = import_zod.z.object({
|
|
4137
|
+
const schema = config.inputSchema ?? import_zod.z.object({
|
|
4138
4138
|
query: import_zod.z.string().describe("Free-form repository question")
|
|
4139
4139
|
});
|
|
4140
4140
|
return (0, import_ai.tool)({
|