@crewx/sdk 0.8.6-rc.4 → 0.8.6-rc.6
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/types/index.d.ts +2 -0
- package/package.json +21 -21
package/dist/types/index.d.ts
CHANGED
|
@@ -1292,6 +1292,7 @@ export interface CrewxOptions {
|
|
|
1292
1292
|
export interface QueryOptions {
|
|
1293
1293
|
model?: string;
|
|
1294
1294
|
provider?: string;
|
|
1295
|
+
effort?: string;
|
|
1295
1296
|
context?: string;
|
|
1296
1297
|
metadata?: Record<string, unknown>;
|
|
1297
1298
|
threadId?: string;
|
|
@@ -1324,6 +1325,7 @@ export interface QueryResult {
|
|
|
1324
1325
|
export interface ExecuteOptions {
|
|
1325
1326
|
model?: string;
|
|
1326
1327
|
provider?: string;
|
|
1328
|
+
effort?: string;
|
|
1327
1329
|
context?: string;
|
|
1328
1330
|
metadata?: Record<string, unknown>;
|
|
1329
1331
|
threadId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewx/sdk",
|
|
3
|
-
"version": "0.8.6-rc.
|
|
3
|
+
"version": "0.8.6-rc.6",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.19.0"
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
"README.md"
|
|
70
70
|
],
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@agentclientprotocol/sdk": "
|
|
73
|
-
"@modelcontextprotocol/sdk": "
|
|
74
|
-
"ai": "
|
|
75
|
-
"drizzle-orm": "
|
|
76
|
-
"handlebars": "
|
|
77
|
-
"js-yaml": "
|
|
78
|
-
"zod": "
|
|
72
|
+
"@agentclientprotocol/sdk": "0.21.0",
|
|
73
|
+
"@modelcontextprotocol/sdk": "1.27.0",
|
|
74
|
+
"ai": "4.0.0",
|
|
75
|
+
"drizzle-orm": "0.45.2",
|
|
76
|
+
"handlebars": "4.7.9",
|
|
77
|
+
"js-yaml": "4.1.0",
|
|
78
|
+
"zod": "3.25.76"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@agentclientprotocol/claude-agent-acp": ">=0.33.0",
|
|
82
82
|
"@agentclientprotocol/codex-acp": ">=0.0.43",
|
|
83
|
-
"@ai-sdk/anthropic": "
|
|
84
|
-
"@ai-sdk/google": "
|
|
85
|
-
"@ai-sdk/openai": "
|
|
86
|
-
"better-sqlite3": "
|
|
83
|
+
"@ai-sdk/anthropic": "1.0.8",
|
|
84
|
+
"@ai-sdk/google": "1.0.10",
|
|
85
|
+
"@ai-sdk/openai": "1.0.11",
|
|
86
|
+
"better-sqlite3": "12.0.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"@agentclientprotocol/claude-agent-acp": {
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@types/better-sqlite3": "
|
|
110
|
-
"@types/handlebars": "
|
|
111
|
-
"@types/js-yaml": "
|
|
112
|
-
"@types/node": "
|
|
113
|
-
"better-sqlite3": "
|
|
114
|
-
"drizzle-kit": "
|
|
115
|
-
"tsup": "
|
|
116
|
-
"typescript": "
|
|
117
|
-
"vitest": "
|
|
109
|
+
"@types/better-sqlite3": "7.6.12",
|
|
110
|
+
"@types/handlebars": "4.0.40",
|
|
111
|
+
"@types/js-yaml": "4.0.9",
|
|
112
|
+
"@types/node": "22.0.0",
|
|
113
|
+
"better-sqlite3": "12.8.0",
|
|
114
|
+
"drizzle-kit": "0.31.10",
|
|
115
|
+
"tsup": "8.5.1",
|
|
116
|
+
"typescript": "5.9.3",
|
|
117
|
+
"vitest": "3.1.1"
|
|
118
118
|
},
|
|
119
119
|
"scripts": {
|
|
120
120
|
"build:cjs": "npx tsup --config tsup.cjs.js",
|