ps-claw 2026.5.30
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/LICENSE +24 -0
- package/README.md +149 -0
- package/dist/entry.js +163 -0
- package/dist/entry.mjs +163 -0
- package/dist/web-ui/public/index.html +1179 -0
- package/dist/web-ui/server.mjs +192 -0
- package/package.json +1961 -0
- package/patches/.gitkeep +1 -0
- package/pnpm-workspace.yaml +121 -0
- package/ps-claw.mjs +661 -0
- package/src/agents/templates/HEARTBEAT.md +3 -0
package/package.json
ADDED
|
@@ -0,0 +1,1961 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ps-claw",
|
|
3
|
+
"version": "2026.5.30",
|
|
4
|
+
"description": "PS Claw - AI Agent Gateway with multi-provider support, web UI, and CLI. Lightweight fork of OpenClaw.",
|
|
5
|
+
"keywords": ["ai", "agent", "gateway", "chatgpt", "openai", "anthropic", "claude", "gemini", "deepseek", "llm", "ai-gateway", "chatbot", "cli", "web-ui"],
|
|
6
|
+
"homepage": "https://github.com/Pedro21062014/Ps-Claw#readme",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/Pedro21062014/Ps-Claw/issues"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "Pedro21062014",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/Pedro21062014/Ps-Claw.git"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public",
|
|
18
|
+
"registry": "https://registry.npmjs.org/"
|
|
19
|
+
},
|
|
20
|
+
"bin": {
|
|
21
|
+
"ps-claw": "ps-claw.mjs"
|
|
22
|
+
},
|
|
23
|
+
"directories": {
|
|
24
|
+
"doc": "docs",
|
|
25
|
+
"test": "test"
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"CHANGELOG.md",
|
|
29
|
+
"LICENSE",
|
|
30
|
+
"npm-shrinkwrap.json",
|
|
31
|
+
"ps-claw.mjs",
|
|
32
|
+
"pnpm-workspace.yaml",
|
|
33
|
+
"README.md",
|
|
34
|
+
"THIRD_PARTY_NOTICES.md",
|
|
35
|
+
"dist/",
|
|
36
|
+
"!dist/.buildstamp",
|
|
37
|
+
"!dist/.runtime-postbuildstamp",
|
|
38
|
+
"!dist/**/*.map",
|
|
39
|
+
"!dist/plugin-sdk/.tsbuildinfo",
|
|
40
|
+
"!dist/plugin-sdk/agent-runtime-test-contracts.js",
|
|
41
|
+
"!dist/plugin-sdk/agent-runtime-test-contracts.d.ts",
|
|
42
|
+
"!dist/plugin-sdk/channel-contract-testing.js",
|
|
43
|
+
"!dist/plugin-sdk/channel-contract-testing.d.ts",
|
|
44
|
+
"!dist/plugin-sdk/channel-target-testing.js",
|
|
45
|
+
"!dist/plugin-sdk/channel-target-testing.d.ts",
|
|
46
|
+
"!dist/plugin-sdk/channel-test-helpers.js",
|
|
47
|
+
"!dist/plugin-sdk/channel-test-helpers.d.ts",
|
|
48
|
+
"!dist/plugin-sdk/codex-native-task-runtime.js",
|
|
49
|
+
"!dist/plugin-sdk/codex-native-task-runtime.d.ts",
|
|
50
|
+
"!dist/plugin-sdk/plugin-test-api.js",
|
|
51
|
+
"!dist/plugin-sdk/plugin-test-api.d.ts",
|
|
52
|
+
"!dist/plugin-sdk/plugin-test-contracts.js",
|
|
53
|
+
"!dist/plugin-sdk/plugin-test-contracts.d.ts",
|
|
54
|
+
"!dist/plugin-sdk/plugin-state-test-runtime.js",
|
|
55
|
+
"!dist/plugin-sdk/plugin-state-test-runtime.d.ts",
|
|
56
|
+
"!dist/plugin-sdk/plugin-test-runtime.js",
|
|
57
|
+
"!dist/plugin-sdk/plugin-test-runtime.d.ts",
|
|
58
|
+
"!dist/plugin-sdk/provider-http-test-mocks.js",
|
|
59
|
+
"!dist/plugin-sdk/provider-http-test-mocks.d.ts",
|
|
60
|
+
"!dist/plugin-sdk/provider-test-contracts.js",
|
|
61
|
+
"!dist/plugin-sdk/provider-test-contracts.d.ts",
|
|
62
|
+
"!dist/plugin-sdk/reply-payload-testing.js",
|
|
63
|
+
"!dist/plugin-sdk/reply-payload-testing.d.ts",
|
|
64
|
+
"!dist/plugin-sdk/ssrf-runtime-internal.js",
|
|
65
|
+
"!dist/plugin-sdk/ssrf-runtime-internal.d.ts",
|
|
66
|
+
"!dist/plugin-sdk/test-env.js",
|
|
67
|
+
"!dist/plugin-sdk/test-env.d.ts",
|
|
68
|
+
"!dist/plugin-sdk/test-fixtures.js",
|
|
69
|
+
"!dist/plugin-sdk/test-fixtures.d.ts",
|
|
70
|
+
"!dist/plugin-sdk/test-node-mocks.js",
|
|
71
|
+
"!dist/plugin-sdk/test-node-mocks.d.ts",
|
|
72
|
+
"!dist/plugin-sdk/test-utils.js",
|
|
73
|
+
"!dist/plugin-sdk/test-utils.d.ts",
|
|
74
|
+
"!dist/plugin-sdk/testing.js",
|
|
75
|
+
"!dist/plugin-sdk/testing.d.ts",
|
|
76
|
+
"!dist/plugin-sdk/src/agents/test-helpers/**",
|
|
77
|
+
"!dist/plugin-sdk/src/test-helpers/**",
|
|
78
|
+
"!dist/plugin-sdk/src/test-utils/**",
|
|
79
|
+
"!dist/plugin-sdk/src/plugin-sdk/test-helpers/**",
|
|
80
|
+
"!dist/extensions/acpx/**",
|
|
81
|
+
"!dist/extensions/amazon-bedrock/**",
|
|
82
|
+
"!dist/extensions/amazon-bedrock-mantle/**",
|
|
83
|
+
"!dist/extensions/anthropic-vertex/**",
|
|
84
|
+
"!dist/extensions/node_modules/**",
|
|
85
|
+
"!dist/extensions/*/node_modules/**",
|
|
86
|
+
"!dist/extensions/brave/**",
|
|
87
|
+
"!dist/extensions/codex/**",
|
|
88
|
+
"!dist/extensions/copilot/**",
|
|
89
|
+
"!dist/extensions/diagnostics-otel/**",
|
|
90
|
+
"!dist/extensions/diagnostics-prometheus/**",
|
|
91
|
+
"!dist/extensions/diffs/**",
|
|
92
|
+
"!dist/extensions/diffs-language-pack/**",
|
|
93
|
+
"!dist/extensions/discord/**",
|
|
94
|
+
"!dist/extensions/feishu/**",
|
|
95
|
+
"!dist/extensions/google-meet/**",
|
|
96
|
+
"!dist/extensions/googlechat/**",
|
|
97
|
+
"!dist/extensions/line/**",
|
|
98
|
+
"!dist/extensions/lobster/**",
|
|
99
|
+
"!dist/extensions/memory-lancedb/**",
|
|
100
|
+
"!dist/extensions/matrix/**",
|
|
101
|
+
"!dist/extensions/msteams/**",
|
|
102
|
+
"!dist/extensions/nextcloud-talk/**",
|
|
103
|
+
"!dist/extensions/nostr/**",
|
|
104
|
+
"!dist/extensions/qqbot/**",
|
|
105
|
+
"!dist/extensions/pixverse/**",
|
|
106
|
+
"!dist/extensions/qa-channel/**",
|
|
107
|
+
"!dist/extensions/qa-lab/**",
|
|
108
|
+
"!dist/extensions/qa-matrix/**",
|
|
109
|
+
"!dist/extensions/openshell/**",
|
|
110
|
+
"!dist/extensions/slack/**",
|
|
111
|
+
"!dist/extensions/synology-chat/**",
|
|
112
|
+
"!dist/extensions/tokenjuice/**",
|
|
113
|
+
"!dist/extensions/tlon/**",
|
|
114
|
+
"!dist/extensions/twitch/**",
|
|
115
|
+
"!dist/extensions/voice-call/**",
|
|
116
|
+
"!dist/extensions/whatsapp/**",
|
|
117
|
+
"!dist/extensions/zalo/**",
|
|
118
|
+
"!dist/extensions/zalouser/**",
|
|
119
|
+
"!dist/plugin-sdk/extensions/qa-channel/**",
|
|
120
|
+
"!dist/plugin-sdk/extensions/qa-lab/**",
|
|
121
|
+
"!dist/plugin-sdk/qa-channel.*",
|
|
122
|
+
"!dist/plugin-sdk/qa-channel-protocol.*",
|
|
123
|
+
"!dist/plugin-sdk/qa-lab.*",
|
|
124
|
+
"!dist/plugin-sdk/qa-runtime.*",
|
|
125
|
+
"!dist/plugin-sdk/src/**",
|
|
126
|
+
"!dist/plugin-sdk/src/plugin-sdk/qa-channel.d.ts",
|
|
127
|
+
"!dist/plugin-sdk/src/plugin-sdk/qa-channel-protocol.d.ts",
|
|
128
|
+
"!dist/plugin-sdk/src/plugin-sdk/qa-lab.d.ts",
|
|
129
|
+
"!dist/plugin-sdk/src/plugin-sdk/qa-runtime.d.ts",
|
|
130
|
+
"!dist/qa-runtime-*.js",
|
|
131
|
+
"docs/",
|
|
132
|
+
"!docs/.generated/**",
|
|
133
|
+
"!docs/channels/qa-channel.md",
|
|
134
|
+
"!docs/assets/**",
|
|
135
|
+
"!docs/images/**",
|
|
136
|
+
"!docs/**/*.jpg",
|
|
137
|
+
"!docs/**/*.png",
|
|
138
|
+
"src/agents/templates/",
|
|
139
|
+
"scripts/crabbox-wrapper.mjs",
|
|
140
|
+
"patches/",
|
|
141
|
+
"skills/",
|
|
142
|
+
"scripts/npm-runner.mjs",
|
|
143
|
+
"scripts/prepare-git-hooks.mjs",
|
|
144
|
+
"scripts/preinstall-package-manager-warning.mjs",
|
|
145
|
+
"scripts/lib/official-external-channel-catalog.json",
|
|
146
|
+
"scripts/lib/official-external-plugin-catalog.json",
|
|
147
|
+
"scripts/lib/official-external-provider-catalog.json",
|
|
148
|
+
"scripts/lib/package-dist-imports.mjs",
|
|
149
|
+
"scripts/postinstall-bundled-plugins.mjs",
|
|
150
|
+
"scripts/windows-cmd-helpers.mjs"
|
|
151
|
+
],
|
|
152
|
+
"type": "module",
|
|
153
|
+
"main": "dist/index.js",
|
|
154
|
+
"exports": {
|
|
155
|
+
".": "./dist/index.js",
|
|
156
|
+
"./plugin-sdk": {
|
|
157
|
+
"types": "./dist/plugin-sdk/index.d.ts",
|
|
158
|
+
"default": "./dist/plugin-sdk/index.js"
|
|
159
|
+
},
|
|
160
|
+
"./plugin-sdk/core": {
|
|
161
|
+
"types": "./dist/plugin-sdk/core.d.ts",
|
|
162
|
+
"default": "./dist/plugin-sdk/core.js"
|
|
163
|
+
},
|
|
164
|
+
"./plugin-sdk/lmstudio": {
|
|
165
|
+
"types": "./dist/plugin-sdk/lmstudio.d.ts",
|
|
166
|
+
"default": "./dist/plugin-sdk/lmstudio.js"
|
|
167
|
+
},
|
|
168
|
+
"./plugin-sdk/lmstudio-runtime": {
|
|
169
|
+
"types": "./dist/plugin-sdk/lmstudio-runtime.d.ts",
|
|
170
|
+
"default": "./dist/plugin-sdk/lmstudio-runtime.js"
|
|
171
|
+
},
|
|
172
|
+
"./plugin-sdk/provider-setup": {
|
|
173
|
+
"types": "./dist/plugin-sdk/provider-setup.d.ts",
|
|
174
|
+
"default": "./dist/plugin-sdk/provider-setup.js"
|
|
175
|
+
},
|
|
176
|
+
"./plugin-sdk/sandbox": {
|
|
177
|
+
"types": "./dist/plugin-sdk/sandbox.d.ts",
|
|
178
|
+
"default": "./dist/plugin-sdk/sandbox.js"
|
|
179
|
+
},
|
|
180
|
+
"./plugin-sdk/self-hosted-provider-setup": {
|
|
181
|
+
"types": "./dist/plugin-sdk/self-hosted-provider-setup.d.ts",
|
|
182
|
+
"default": "./dist/plugin-sdk/self-hosted-provider-setup.js"
|
|
183
|
+
},
|
|
184
|
+
"./plugin-sdk/routing": {
|
|
185
|
+
"types": "./dist/plugin-sdk/routing.d.ts",
|
|
186
|
+
"default": "./dist/plugin-sdk/routing.js"
|
|
187
|
+
},
|
|
188
|
+
"./plugin-sdk/runtime": {
|
|
189
|
+
"types": "./dist/plugin-sdk/runtime.d.ts",
|
|
190
|
+
"default": "./dist/plugin-sdk/runtime.js"
|
|
191
|
+
},
|
|
192
|
+
"./plugin-sdk/health": {
|
|
193
|
+
"types": "./dist/plugin-sdk/health.d.ts",
|
|
194
|
+
"default": "./dist/plugin-sdk/health.js"
|
|
195
|
+
},
|
|
196
|
+
"./plugin-sdk/runtime-doctor": {
|
|
197
|
+
"types": "./dist/plugin-sdk/runtime-doctor.d.ts",
|
|
198
|
+
"default": "./dist/plugin-sdk/runtime-doctor.js"
|
|
199
|
+
},
|
|
200
|
+
"./plugin-sdk/runtime-env": {
|
|
201
|
+
"types": "./dist/plugin-sdk/runtime-env.d.ts",
|
|
202
|
+
"default": "./dist/plugin-sdk/runtime-env.js"
|
|
203
|
+
},
|
|
204
|
+
"./plugin-sdk/runtime-logger": {
|
|
205
|
+
"types": "./dist/plugin-sdk/runtime-logger.d.ts",
|
|
206
|
+
"default": "./dist/plugin-sdk/runtime-logger.js"
|
|
207
|
+
},
|
|
208
|
+
"./plugin-sdk/proxy-capture": {
|
|
209
|
+
"types": "./dist/plugin-sdk/proxy-capture.d.ts",
|
|
210
|
+
"default": "./dist/plugin-sdk/proxy-capture.js"
|
|
211
|
+
},
|
|
212
|
+
"./plugin-sdk/runtime-secret-resolution": {
|
|
213
|
+
"types": "./dist/plugin-sdk/runtime-secret-resolution.d.ts",
|
|
214
|
+
"default": "./dist/plugin-sdk/runtime-secret-resolution.js"
|
|
215
|
+
},
|
|
216
|
+
"./plugin-sdk/setup": {
|
|
217
|
+
"types": "./dist/plugin-sdk/setup.d.ts",
|
|
218
|
+
"default": "./dist/plugin-sdk/setup.js"
|
|
219
|
+
},
|
|
220
|
+
"./plugin-sdk/setup-adapter-runtime": {
|
|
221
|
+
"types": "./dist/plugin-sdk/setup-adapter-runtime.d.ts",
|
|
222
|
+
"default": "./dist/plugin-sdk/setup-adapter-runtime.js"
|
|
223
|
+
},
|
|
224
|
+
"./plugin-sdk/setup-runtime": {
|
|
225
|
+
"types": "./dist/plugin-sdk/setup-runtime.d.ts",
|
|
226
|
+
"default": "./dist/plugin-sdk/setup-runtime.js"
|
|
227
|
+
},
|
|
228
|
+
"./plugin-sdk/channel-setup": {
|
|
229
|
+
"types": "./dist/plugin-sdk/channel-setup.d.ts",
|
|
230
|
+
"default": "./dist/plugin-sdk/channel-setup.js"
|
|
231
|
+
},
|
|
232
|
+
"./plugin-sdk/channel-streaming": {
|
|
233
|
+
"types": "./dist/plugin-sdk/channel-streaming.d.ts",
|
|
234
|
+
"default": "./dist/plugin-sdk/channel-streaming.js"
|
|
235
|
+
},
|
|
236
|
+
"./plugin-sdk/setup-tools": {
|
|
237
|
+
"types": "./dist/plugin-sdk/setup-tools.d.ts",
|
|
238
|
+
"default": "./dist/plugin-sdk/setup-tools.js"
|
|
239
|
+
},
|
|
240
|
+
"./plugin-sdk/approval-auth-runtime": {
|
|
241
|
+
"types": "./dist/plugin-sdk/approval-auth-runtime.d.ts",
|
|
242
|
+
"default": "./dist/plugin-sdk/approval-auth-runtime.js"
|
|
243
|
+
},
|
|
244
|
+
"./plugin-sdk/approval-client-runtime": {
|
|
245
|
+
"types": "./dist/plugin-sdk/approval-client-runtime.d.ts",
|
|
246
|
+
"default": "./dist/plugin-sdk/approval-client-runtime.js"
|
|
247
|
+
},
|
|
248
|
+
"./plugin-sdk/approval-delivery-runtime": {
|
|
249
|
+
"types": "./dist/plugin-sdk/approval-delivery-runtime.d.ts",
|
|
250
|
+
"default": "./dist/plugin-sdk/approval-delivery-runtime.js"
|
|
251
|
+
},
|
|
252
|
+
"./plugin-sdk/approval-gateway-runtime": {
|
|
253
|
+
"types": "./dist/plugin-sdk/approval-gateway-runtime.d.ts",
|
|
254
|
+
"default": "./dist/plugin-sdk/approval-gateway-runtime.js"
|
|
255
|
+
},
|
|
256
|
+
"./plugin-sdk/approval-handler-adapter-runtime": {
|
|
257
|
+
"types": "./dist/plugin-sdk/approval-handler-adapter-runtime.d.ts",
|
|
258
|
+
"default": "./dist/plugin-sdk/approval-handler-adapter-runtime.js"
|
|
259
|
+
},
|
|
260
|
+
"./plugin-sdk/approval-handler-runtime": {
|
|
261
|
+
"types": "./dist/plugin-sdk/approval-handler-runtime.d.ts",
|
|
262
|
+
"default": "./dist/plugin-sdk/approval-handler-runtime.js"
|
|
263
|
+
},
|
|
264
|
+
"./plugin-sdk/channel-runtime-context": {
|
|
265
|
+
"types": "./dist/plugin-sdk/channel-runtime-context.d.ts",
|
|
266
|
+
"default": "./dist/plugin-sdk/channel-runtime-context.js"
|
|
267
|
+
},
|
|
268
|
+
"./plugin-sdk/approval-native-runtime": {
|
|
269
|
+
"types": "./dist/plugin-sdk/approval-native-runtime.d.ts",
|
|
270
|
+
"default": "./dist/plugin-sdk/approval-native-runtime.js"
|
|
271
|
+
},
|
|
272
|
+
"./plugin-sdk/approval-reaction-runtime": {
|
|
273
|
+
"types": "./dist/plugin-sdk/approval-reaction-runtime.d.ts",
|
|
274
|
+
"default": "./dist/plugin-sdk/approval-reaction-runtime.js"
|
|
275
|
+
},
|
|
276
|
+
"./plugin-sdk/approval-reply-runtime": {
|
|
277
|
+
"types": "./dist/plugin-sdk/approval-reply-runtime.d.ts",
|
|
278
|
+
"default": "./dist/plugin-sdk/approval-reply-runtime.js"
|
|
279
|
+
},
|
|
280
|
+
"./plugin-sdk/approval-runtime": {
|
|
281
|
+
"types": "./dist/plugin-sdk/approval-runtime.d.ts",
|
|
282
|
+
"default": "./dist/plugin-sdk/approval-runtime.js"
|
|
283
|
+
},
|
|
284
|
+
"./plugin-sdk/config-runtime": {
|
|
285
|
+
"types": "./dist/plugin-sdk/config-runtime.d.ts",
|
|
286
|
+
"default": "./dist/plugin-sdk/config-runtime.js"
|
|
287
|
+
},
|
|
288
|
+
"./plugin-sdk/config-contracts": {
|
|
289
|
+
"types": "./dist/plugin-sdk/config-contracts.d.ts",
|
|
290
|
+
"default": "./dist/plugin-sdk/config-contracts.js"
|
|
291
|
+
},
|
|
292
|
+
"./plugin-sdk/config-types": {
|
|
293
|
+
"types": "./dist/plugin-sdk/config-types.d.ts",
|
|
294
|
+
"default": "./dist/plugin-sdk/config-types.js"
|
|
295
|
+
},
|
|
296
|
+
"./plugin-sdk/plugin-config-runtime": {
|
|
297
|
+
"types": "./dist/plugin-sdk/plugin-config-runtime.d.ts",
|
|
298
|
+
"default": "./dist/plugin-sdk/plugin-config-runtime.js"
|
|
299
|
+
},
|
|
300
|
+
"./plugin-sdk/config-mutation": {
|
|
301
|
+
"types": "./dist/plugin-sdk/config-mutation.d.ts",
|
|
302
|
+
"default": "./dist/plugin-sdk/config-mutation.js"
|
|
303
|
+
},
|
|
304
|
+
"./plugin-sdk/cron-store-runtime": {
|
|
305
|
+
"types": "./dist/plugin-sdk/cron-store-runtime.d.ts",
|
|
306
|
+
"default": "./dist/plugin-sdk/cron-store-runtime.js"
|
|
307
|
+
},
|
|
308
|
+
"./plugin-sdk/config-schema": {
|
|
309
|
+
"types": "./dist/plugin-sdk/config-schema.d.ts",
|
|
310
|
+
"default": "./dist/plugin-sdk/config-schema.js"
|
|
311
|
+
},
|
|
312
|
+
"./plugin-sdk/json-schema-runtime": {
|
|
313
|
+
"types": "./dist/plugin-sdk/json-schema-runtime.d.ts",
|
|
314
|
+
"default": "./dist/plugin-sdk/json-schema-runtime.js"
|
|
315
|
+
},
|
|
316
|
+
"./plugin-sdk/json-unsafe-integers": {
|
|
317
|
+
"types": "./dist/plugin-sdk/json-unsafe-integers.d.ts",
|
|
318
|
+
"default": "./dist/plugin-sdk/json-unsafe-integers.js"
|
|
319
|
+
},
|
|
320
|
+
"./plugin-sdk/reply-runtime": {
|
|
321
|
+
"types": "./dist/plugin-sdk/reply-runtime.d.ts",
|
|
322
|
+
"default": "./dist/plugin-sdk/reply-runtime.js"
|
|
323
|
+
},
|
|
324
|
+
"./plugin-sdk/reply-dedupe": {
|
|
325
|
+
"types": "./dist/plugin-sdk/reply-dedupe.d.ts",
|
|
326
|
+
"default": "./dist/plugin-sdk/reply-dedupe.js"
|
|
327
|
+
},
|
|
328
|
+
"./plugin-sdk/reply-dispatch-runtime": {
|
|
329
|
+
"types": "./dist/plugin-sdk/reply-dispatch-runtime.d.ts",
|
|
330
|
+
"default": "./dist/plugin-sdk/reply-dispatch-runtime.js"
|
|
331
|
+
},
|
|
332
|
+
"./plugin-sdk/reply-reference": {
|
|
333
|
+
"types": "./dist/plugin-sdk/reply-reference.d.ts",
|
|
334
|
+
"default": "./dist/plugin-sdk/reply-reference.js"
|
|
335
|
+
},
|
|
336
|
+
"./plugin-sdk/reply-chunking": {
|
|
337
|
+
"types": "./dist/plugin-sdk/reply-chunking.d.ts",
|
|
338
|
+
"default": "./dist/plugin-sdk/reply-chunking.js"
|
|
339
|
+
},
|
|
340
|
+
"./plugin-sdk/reply-payload": {
|
|
341
|
+
"types": "./dist/plugin-sdk/reply-payload.d.ts",
|
|
342
|
+
"default": "./dist/plugin-sdk/reply-payload.js"
|
|
343
|
+
},
|
|
344
|
+
"./plugin-sdk/agent-media-payload": {
|
|
345
|
+
"types": "./dist/plugin-sdk/agent-media-payload.d.ts",
|
|
346
|
+
"default": "./dist/plugin-sdk/agent-media-payload.js"
|
|
347
|
+
},
|
|
348
|
+
"./plugin-sdk/inbound-reply-dispatch": {
|
|
349
|
+
"types": "./dist/plugin-sdk/inbound-reply-dispatch.d.ts",
|
|
350
|
+
"default": "./dist/plugin-sdk/inbound-reply-dispatch.js"
|
|
351
|
+
},
|
|
352
|
+
"./plugin-sdk/inbound-envelope": {
|
|
353
|
+
"types": "./dist/plugin-sdk/inbound-envelope.d.ts",
|
|
354
|
+
"default": "./dist/plugin-sdk/inbound-envelope.js"
|
|
355
|
+
},
|
|
356
|
+
"./plugin-sdk/channel-reply-pipeline": {
|
|
357
|
+
"types": "./dist/plugin-sdk/channel-reply-pipeline.d.ts",
|
|
358
|
+
"default": "./dist/plugin-sdk/channel-reply-pipeline.js"
|
|
359
|
+
},
|
|
360
|
+
"./plugin-sdk/channel-reply-options-runtime": {
|
|
361
|
+
"types": "./dist/plugin-sdk/channel-reply-options-runtime.d.ts",
|
|
362
|
+
"default": "./dist/plugin-sdk/channel-reply-options-runtime.js"
|
|
363
|
+
},
|
|
364
|
+
"./plugin-sdk/channel-runtime": {
|
|
365
|
+
"types": "./dist/plugin-sdk/channel-runtime.d.ts",
|
|
366
|
+
"default": "./dist/plugin-sdk/channel-runtime.js"
|
|
367
|
+
},
|
|
368
|
+
"./plugin-sdk/interactive-runtime": {
|
|
369
|
+
"types": "./dist/plugin-sdk/interactive-runtime.d.ts",
|
|
370
|
+
"default": "./dist/plugin-sdk/interactive-runtime.js"
|
|
371
|
+
},
|
|
372
|
+
"./plugin-sdk/outbound-media": {
|
|
373
|
+
"types": "./dist/plugin-sdk/outbound-media.d.ts",
|
|
374
|
+
"default": "./dist/plugin-sdk/outbound-media.js"
|
|
375
|
+
},
|
|
376
|
+
"./plugin-sdk/outbound-send-deps": {
|
|
377
|
+
"types": "./dist/plugin-sdk/outbound-send-deps.d.ts",
|
|
378
|
+
"default": "./dist/plugin-sdk/outbound-send-deps.js"
|
|
379
|
+
},
|
|
380
|
+
"./plugin-sdk/outbound-runtime": {
|
|
381
|
+
"types": "./dist/plugin-sdk/outbound-runtime.d.ts",
|
|
382
|
+
"default": "./dist/plugin-sdk/outbound-runtime.js"
|
|
383
|
+
},
|
|
384
|
+
"./plugin-sdk/pair-loop-guard-runtime": {
|
|
385
|
+
"types": "./dist/plugin-sdk/pair-loop-guard-runtime.d.ts",
|
|
386
|
+
"default": "./dist/plugin-sdk/pair-loop-guard-runtime.js"
|
|
387
|
+
},
|
|
388
|
+
"./plugin-sdk/poll-runtime": {
|
|
389
|
+
"types": "./dist/plugin-sdk/poll-runtime.d.ts",
|
|
390
|
+
"default": "./dist/plugin-sdk/poll-runtime.js"
|
|
391
|
+
},
|
|
392
|
+
"./plugin-sdk/async-lock-runtime": {
|
|
393
|
+
"types": "./dist/plugin-sdk/async-lock-runtime.d.ts",
|
|
394
|
+
"default": "./dist/plugin-sdk/async-lock-runtime.js"
|
|
395
|
+
},
|
|
396
|
+
"./plugin-sdk/channel-activity-runtime": {
|
|
397
|
+
"types": "./dist/plugin-sdk/channel-activity-runtime.d.ts",
|
|
398
|
+
"default": "./dist/plugin-sdk/channel-activity-runtime.js"
|
|
399
|
+
},
|
|
400
|
+
"./plugin-sdk/concurrency-runtime": {
|
|
401
|
+
"types": "./dist/plugin-sdk/concurrency-runtime.d.ts",
|
|
402
|
+
"default": "./dist/plugin-sdk/concurrency-runtime.js"
|
|
403
|
+
},
|
|
404
|
+
"./plugin-sdk/dedupe-runtime": {
|
|
405
|
+
"types": "./dist/plugin-sdk/dedupe-runtime.d.ts",
|
|
406
|
+
"default": "./dist/plugin-sdk/dedupe-runtime.js"
|
|
407
|
+
},
|
|
408
|
+
"./plugin-sdk/delivery-queue-runtime": {
|
|
409
|
+
"types": "./dist/plugin-sdk/delivery-queue-runtime.d.ts",
|
|
410
|
+
"default": "./dist/plugin-sdk/delivery-queue-runtime.js"
|
|
411
|
+
},
|
|
412
|
+
"./plugin-sdk/file-access-runtime": {
|
|
413
|
+
"types": "./dist/plugin-sdk/file-access-runtime.d.ts",
|
|
414
|
+
"default": "./dist/plugin-sdk/file-access-runtime.js"
|
|
415
|
+
},
|
|
416
|
+
"./plugin-sdk/heartbeat-runtime": {
|
|
417
|
+
"types": "./dist/plugin-sdk/heartbeat-runtime.d.ts",
|
|
418
|
+
"default": "./dist/plugin-sdk/heartbeat-runtime.js"
|
|
419
|
+
},
|
|
420
|
+
"./plugin-sdk/number-runtime": {
|
|
421
|
+
"types": "./dist/plugin-sdk/number-runtime.d.ts",
|
|
422
|
+
"default": "./dist/plugin-sdk/number-runtime.js"
|
|
423
|
+
},
|
|
424
|
+
"./plugin-sdk/secure-random-runtime": {
|
|
425
|
+
"types": "./dist/plugin-sdk/secure-random-runtime.d.ts",
|
|
426
|
+
"default": "./dist/plugin-sdk/secure-random-runtime.js"
|
|
427
|
+
},
|
|
428
|
+
"./plugin-sdk/system-event-runtime": {
|
|
429
|
+
"types": "./dist/plugin-sdk/system-event-runtime.d.ts",
|
|
430
|
+
"default": "./dist/plugin-sdk/system-event-runtime.js"
|
|
431
|
+
},
|
|
432
|
+
"./plugin-sdk/transport-ready-runtime": {
|
|
433
|
+
"types": "./dist/plugin-sdk/transport-ready-runtime.d.ts",
|
|
434
|
+
"default": "./dist/plugin-sdk/transport-ready-runtime.js"
|
|
435
|
+
},
|
|
436
|
+
"./plugin-sdk/exec-approvals-runtime": {
|
|
437
|
+
"types": "./dist/plugin-sdk/exec-approvals-runtime.d.ts",
|
|
438
|
+
"default": "./dist/plugin-sdk/exec-approvals-runtime.js"
|
|
439
|
+
},
|
|
440
|
+
"./plugin-sdk/infra-runtime": {
|
|
441
|
+
"types": "./dist/plugin-sdk/infra-runtime.d.ts",
|
|
442
|
+
"default": "./dist/plugin-sdk/infra-runtime.js"
|
|
443
|
+
},
|
|
444
|
+
"./plugin-sdk/runtime-config-snapshot": {
|
|
445
|
+
"types": "./dist/plugin-sdk/runtime-config-snapshot.d.ts",
|
|
446
|
+
"default": "./dist/plugin-sdk/runtime-config-snapshot.js"
|
|
447
|
+
},
|
|
448
|
+
"./plugin-sdk/runtime-group-policy": {
|
|
449
|
+
"types": "./dist/plugin-sdk/runtime-group-policy.d.ts",
|
|
450
|
+
"default": "./dist/plugin-sdk/runtime-group-policy.js"
|
|
451
|
+
},
|
|
452
|
+
"./plugin-sdk/model-session-runtime": {
|
|
453
|
+
"types": "./dist/plugin-sdk/model-session-runtime.d.ts",
|
|
454
|
+
"default": "./dist/plugin-sdk/model-session-runtime.js"
|
|
455
|
+
},
|
|
456
|
+
"./plugin-sdk/talk-config-runtime": {
|
|
457
|
+
"types": "./dist/plugin-sdk/talk-config-runtime.d.ts",
|
|
458
|
+
"default": "./dist/plugin-sdk/talk-config-runtime.js"
|
|
459
|
+
},
|
|
460
|
+
"./plugin-sdk/ssrf-policy": {
|
|
461
|
+
"types": "./dist/plugin-sdk/ssrf-policy.d.ts",
|
|
462
|
+
"default": "./dist/plugin-sdk/ssrf-policy.js"
|
|
463
|
+
},
|
|
464
|
+
"./plugin-sdk/ssrf-runtime": {
|
|
465
|
+
"types": "./dist/plugin-sdk/ssrf-runtime.d.ts",
|
|
466
|
+
"default": "./dist/plugin-sdk/ssrf-runtime.js"
|
|
467
|
+
},
|
|
468
|
+
"./plugin-sdk/media-runtime": {
|
|
469
|
+
"types": "./dist/plugin-sdk/media-runtime.d.ts",
|
|
470
|
+
"default": "./dist/plugin-sdk/media-runtime.js"
|
|
471
|
+
},
|
|
472
|
+
"./plugin-sdk/media-store": {
|
|
473
|
+
"types": "./dist/plugin-sdk/media-store.d.ts",
|
|
474
|
+
"default": "./dist/plugin-sdk/media-store.js"
|
|
475
|
+
},
|
|
476
|
+
"./plugin-sdk/media-mime": {
|
|
477
|
+
"types": "./dist/plugin-sdk/media-mime.d.ts",
|
|
478
|
+
"default": "./dist/plugin-sdk/media-mime.js"
|
|
479
|
+
},
|
|
480
|
+
"./plugin-sdk/embedding-providers": {
|
|
481
|
+
"types": "./dist/plugin-sdk/embedding-providers.d.ts",
|
|
482
|
+
"default": "./dist/plugin-sdk/embedding-providers.js"
|
|
483
|
+
},
|
|
484
|
+
"./plugin-sdk/media-generation-runtime": {
|
|
485
|
+
"types": "./dist/plugin-sdk/media-generation-runtime.d.ts",
|
|
486
|
+
"default": "./dist/plugin-sdk/media-generation-runtime.js"
|
|
487
|
+
},
|
|
488
|
+
"./plugin-sdk/conversation-binding-runtime": {
|
|
489
|
+
"types": "./dist/plugin-sdk/conversation-binding-runtime.d.ts",
|
|
490
|
+
"default": "./dist/plugin-sdk/conversation-binding-runtime.js"
|
|
491
|
+
},
|
|
492
|
+
"./plugin-sdk/conversation-runtime": {
|
|
493
|
+
"types": "./dist/plugin-sdk/conversation-runtime.d.ts",
|
|
494
|
+
"default": "./dist/plugin-sdk/conversation-runtime.js"
|
|
495
|
+
},
|
|
496
|
+
"./plugin-sdk/thread-bindings-runtime": {
|
|
497
|
+
"types": "./dist/plugin-sdk/thread-bindings-runtime.d.ts",
|
|
498
|
+
"default": "./dist/plugin-sdk/thread-bindings-runtime.js"
|
|
499
|
+
},
|
|
500
|
+
"./plugin-sdk/thread-bindings-session-runtime": {
|
|
501
|
+
"types": "./dist/plugin-sdk/thread-bindings-session-runtime.d.ts",
|
|
502
|
+
"default": "./dist/plugin-sdk/thread-bindings-session-runtime.js"
|
|
503
|
+
},
|
|
504
|
+
"./plugin-sdk/text-runtime": {
|
|
505
|
+
"types": "./dist/plugin-sdk/text-runtime.d.ts",
|
|
506
|
+
"default": "./dist/plugin-sdk/text-runtime.js"
|
|
507
|
+
},
|
|
508
|
+
"./plugin-sdk/text-chunking": {
|
|
509
|
+
"types": "./dist/plugin-sdk/text-chunking.d.ts",
|
|
510
|
+
"default": "./dist/plugin-sdk/text-chunking.js"
|
|
511
|
+
},
|
|
512
|
+
"./plugin-sdk/agent-runtime": {
|
|
513
|
+
"types": "./dist/plugin-sdk/agent-runtime.d.ts",
|
|
514
|
+
"default": "./dist/plugin-sdk/agent-runtime.js"
|
|
515
|
+
},
|
|
516
|
+
"./plugin-sdk/simple-completion-runtime": {
|
|
517
|
+
"types": "./dist/plugin-sdk/simple-completion-runtime.d.ts",
|
|
518
|
+
"default": "./dist/plugin-sdk/simple-completion-runtime.js"
|
|
519
|
+
},
|
|
520
|
+
"./plugin-sdk/speech-core": {
|
|
521
|
+
"types": "./dist/plugin-sdk/speech-core.d.ts",
|
|
522
|
+
"default": "./dist/plugin-sdk/speech-core.js"
|
|
523
|
+
},
|
|
524
|
+
"./plugin-sdk/tts-runtime": {
|
|
525
|
+
"types": "./dist/plugin-sdk/tts-runtime.d.ts",
|
|
526
|
+
"default": "./dist/plugin-sdk/tts-runtime.js"
|
|
527
|
+
},
|
|
528
|
+
"./plugin-sdk/plugin-runtime": {
|
|
529
|
+
"types": "./dist/plugin-sdk/plugin-runtime.d.ts",
|
|
530
|
+
"default": "./dist/plugin-sdk/plugin-runtime.js"
|
|
531
|
+
},
|
|
532
|
+
"./plugin-sdk/skills-runtime": {
|
|
533
|
+
"types": "./dist/plugin-sdk/skills-runtime.d.ts",
|
|
534
|
+
"default": "./dist/plugin-sdk/skills-runtime.js"
|
|
535
|
+
},
|
|
536
|
+
"./plugin-sdk/channel-secret-basic-runtime": {
|
|
537
|
+
"types": "./dist/plugin-sdk/channel-secret-basic-runtime.d.ts",
|
|
538
|
+
"default": "./dist/plugin-sdk/channel-secret-basic-runtime.js"
|
|
539
|
+
},
|
|
540
|
+
"./plugin-sdk/channel-secret-runtime": {
|
|
541
|
+
"types": "./dist/plugin-sdk/channel-secret-runtime.d.ts",
|
|
542
|
+
"default": "./dist/plugin-sdk/channel-secret-runtime.js"
|
|
543
|
+
},
|
|
544
|
+
"./plugin-sdk/channel-secret-tts-runtime": {
|
|
545
|
+
"types": "./dist/plugin-sdk/channel-secret-tts-runtime.d.ts",
|
|
546
|
+
"default": "./dist/plugin-sdk/channel-secret-tts-runtime.js"
|
|
547
|
+
},
|
|
548
|
+
"./plugin-sdk/secret-ref-runtime": {
|
|
549
|
+
"types": "./dist/plugin-sdk/secret-ref-runtime.d.ts",
|
|
550
|
+
"default": "./dist/plugin-sdk/secret-ref-runtime.js"
|
|
551
|
+
},
|
|
552
|
+
"./plugin-sdk/secret-provider-integration": {
|
|
553
|
+
"types": "./dist/plugin-sdk/secret-provider-integration.d.ts",
|
|
554
|
+
"default": "./dist/plugin-sdk/secret-provider-integration.js"
|
|
555
|
+
},
|
|
556
|
+
"./plugin-sdk/secret-file-runtime": {
|
|
557
|
+
"types": "./dist/plugin-sdk/secret-file-runtime.d.ts",
|
|
558
|
+
"default": "./dist/plugin-sdk/secret-file-runtime.js"
|
|
559
|
+
},
|
|
560
|
+
"./plugin-sdk/security-runtime": {
|
|
561
|
+
"types": "./dist/plugin-sdk/security-runtime.d.ts",
|
|
562
|
+
"default": "./dist/plugin-sdk/security-runtime.js"
|
|
563
|
+
},
|
|
564
|
+
"./plugin-sdk/gateway-method-runtime": {
|
|
565
|
+
"types": "./dist/plugin-sdk/gateway-method-runtime.d.ts",
|
|
566
|
+
"default": "./dist/plugin-sdk/gateway-method-runtime.js"
|
|
567
|
+
},
|
|
568
|
+
"./plugin-sdk/gateway-runtime": {
|
|
569
|
+
"types": "./dist/plugin-sdk/gateway-runtime.d.ts",
|
|
570
|
+
"default": "./dist/plugin-sdk/gateway-runtime.js"
|
|
571
|
+
},
|
|
572
|
+
"./plugin-sdk/cli-runtime": {
|
|
573
|
+
"types": "./dist/plugin-sdk/cli-runtime.d.ts",
|
|
574
|
+
"default": "./dist/plugin-sdk/cli-runtime.js"
|
|
575
|
+
},
|
|
576
|
+
"./plugin-sdk/cli-backend": {
|
|
577
|
+
"types": "./dist/plugin-sdk/cli-backend.d.ts",
|
|
578
|
+
"default": "./dist/plugin-sdk/cli-backend.js"
|
|
579
|
+
},
|
|
580
|
+
"./plugin-sdk/codex-mcp-projection": {
|
|
581
|
+
"types": "./dist/plugin-sdk/codex-mcp-projection.d.ts",
|
|
582
|
+
"default": "./dist/plugin-sdk/codex-mcp-projection.js"
|
|
583
|
+
},
|
|
584
|
+
"./plugin-sdk/agent-harness-task-runtime": {
|
|
585
|
+
"types": "./dist/plugin-sdk/agent-harness-task-runtime.d.ts",
|
|
586
|
+
"default": "./dist/plugin-sdk/agent-harness-task-runtime.js"
|
|
587
|
+
},
|
|
588
|
+
"./plugin-sdk/agent-harness": {
|
|
589
|
+
"types": "./dist/plugin-sdk/agent-harness.d.ts",
|
|
590
|
+
"default": "./dist/plugin-sdk/agent-harness.js"
|
|
591
|
+
},
|
|
592
|
+
"./plugin-sdk/agent-harness-runtime": {
|
|
593
|
+
"types": "./dist/plugin-sdk/agent-harness-runtime.d.ts",
|
|
594
|
+
"default": "./dist/plugin-sdk/agent-harness-runtime.js"
|
|
595
|
+
},
|
|
596
|
+
"./plugin-sdk/hook-runtime": {
|
|
597
|
+
"types": "./dist/plugin-sdk/hook-runtime.d.ts",
|
|
598
|
+
"default": "./dist/plugin-sdk/hook-runtime.js"
|
|
599
|
+
},
|
|
600
|
+
"./plugin-sdk/host-runtime": {
|
|
601
|
+
"types": "./dist/plugin-sdk/host-runtime.d.ts",
|
|
602
|
+
"default": "./dist/plugin-sdk/host-runtime.js"
|
|
603
|
+
},
|
|
604
|
+
"./plugin-sdk/types": {
|
|
605
|
+
"types": "./dist/plugin-sdk/types.d.ts",
|
|
606
|
+
"default": "./dist/plugin-sdk/types.js"
|
|
607
|
+
},
|
|
608
|
+
"./plugin-sdk/process-runtime": {
|
|
609
|
+
"types": "./dist/plugin-sdk/process-runtime.d.ts",
|
|
610
|
+
"default": "./dist/plugin-sdk/process-runtime.js"
|
|
611
|
+
},
|
|
612
|
+
"./plugin-sdk/windows-spawn": {
|
|
613
|
+
"types": "./dist/plugin-sdk/windows-spawn.d.ts",
|
|
614
|
+
"default": "./dist/plugin-sdk/windows-spawn.js"
|
|
615
|
+
},
|
|
616
|
+
"./plugin-sdk/acp-runtime": {
|
|
617
|
+
"types": "./dist/plugin-sdk/acp-runtime.d.ts",
|
|
618
|
+
"default": "./dist/plugin-sdk/acp-runtime.js"
|
|
619
|
+
},
|
|
620
|
+
"./plugin-sdk/acp-runtime-backend": {
|
|
621
|
+
"types": "./dist/plugin-sdk/acp-runtime-backend.d.ts",
|
|
622
|
+
"default": "./dist/plugin-sdk/acp-runtime-backend.js"
|
|
623
|
+
},
|
|
624
|
+
"./plugin-sdk/acp-binding-runtime": {
|
|
625
|
+
"types": "./dist/plugin-sdk/acp-binding-runtime.d.ts",
|
|
626
|
+
"default": "./dist/plugin-sdk/acp-binding-runtime.js"
|
|
627
|
+
},
|
|
628
|
+
"./plugin-sdk/acp-binding-resolve-runtime": {
|
|
629
|
+
"types": "./dist/plugin-sdk/acp-binding-resolve-runtime.d.ts",
|
|
630
|
+
"default": "./dist/plugin-sdk/acp-binding-resolve-runtime.js"
|
|
631
|
+
},
|
|
632
|
+
"./plugin-sdk/lazy-runtime": {
|
|
633
|
+
"types": "./dist/plugin-sdk/lazy-runtime.d.ts",
|
|
634
|
+
"default": "./dist/plugin-sdk/lazy-runtime.js"
|
|
635
|
+
},
|
|
636
|
+
"./plugin-sdk/temp-path": {
|
|
637
|
+
"types": "./dist/plugin-sdk/temp-path.d.ts",
|
|
638
|
+
"default": "./dist/plugin-sdk/temp-path.js"
|
|
639
|
+
},
|
|
640
|
+
"./plugin-sdk/time-runtime": {
|
|
641
|
+
"types": "./dist/plugin-sdk/time-runtime.d.ts",
|
|
642
|
+
"default": "./dist/plugin-sdk/time-runtime.js"
|
|
643
|
+
},
|
|
644
|
+
"./plugin-sdk/logging-core": {
|
|
645
|
+
"types": "./dist/plugin-sdk/logging-core.d.ts",
|
|
646
|
+
"default": "./dist/plugin-sdk/logging-core.js"
|
|
647
|
+
},
|
|
648
|
+
"./plugin-sdk/migration": {
|
|
649
|
+
"types": "./dist/plugin-sdk/migration.d.ts",
|
|
650
|
+
"default": "./dist/plugin-sdk/migration.js"
|
|
651
|
+
},
|
|
652
|
+
"./plugin-sdk/migration-runtime": {
|
|
653
|
+
"types": "./dist/plugin-sdk/migration-runtime.d.ts",
|
|
654
|
+
"default": "./dist/plugin-sdk/migration-runtime.js"
|
|
655
|
+
},
|
|
656
|
+
"./plugin-sdk/plugin-state-runtime": {
|
|
657
|
+
"types": "./dist/plugin-sdk/plugin-state-runtime.d.ts",
|
|
658
|
+
"default": "./dist/plugin-sdk/plugin-state-runtime.js"
|
|
659
|
+
},
|
|
660
|
+
"./plugin-sdk/markdown-table-runtime": {
|
|
661
|
+
"types": "./dist/plugin-sdk/markdown-table-runtime.d.ts",
|
|
662
|
+
"default": "./dist/plugin-sdk/markdown-table-runtime.js"
|
|
663
|
+
},
|
|
664
|
+
"./plugin-sdk/account-helpers": {
|
|
665
|
+
"types": "./dist/plugin-sdk/account-helpers.d.ts",
|
|
666
|
+
"default": "./dist/plugin-sdk/account-helpers.js"
|
|
667
|
+
},
|
|
668
|
+
"./plugin-sdk/account-core": {
|
|
669
|
+
"types": "./dist/plugin-sdk/account-core.d.ts",
|
|
670
|
+
"default": "./dist/plugin-sdk/account-core.js"
|
|
671
|
+
},
|
|
672
|
+
"./plugin-sdk/account-id": {
|
|
673
|
+
"types": "./dist/plugin-sdk/account-id.d.ts",
|
|
674
|
+
"default": "./dist/plugin-sdk/account-id.js"
|
|
675
|
+
},
|
|
676
|
+
"./plugin-sdk/account-resolution": {
|
|
677
|
+
"types": "./dist/plugin-sdk/account-resolution.d.ts",
|
|
678
|
+
"default": "./dist/plugin-sdk/account-resolution.js"
|
|
679
|
+
},
|
|
680
|
+
"./plugin-sdk/account-resolution-runtime": {
|
|
681
|
+
"types": "./dist/plugin-sdk/account-resolution-runtime.d.ts",
|
|
682
|
+
"default": "./dist/plugin-sdk/account-resolution-runtime.js"
|
|
683
|
+
},
|
|
684
|
+
"./plugin-sdk/agent-config-primitives": {
|
|
685
|
+
"types": "./dist/plugin-sdk/agent-config-primitives.d.ts",
|
|
686
|
+
"default": "./dist/plugin-sdk/agent-config-primitives.js"
|
|
687
|
+
},
|
|
688
|
+
"./plugin-sdk/access-groups": {
|
|
689
|
+
"types": "./dist/plugin-sdk/access-groups.d.ts",
|
|
690
|
+
"default": "./dist/plugin-sdk/access-groups.js"
|
|
691
|
+
},
|
|
692
|
+
"./plugin-sdk/allow-from": {
|
|
693
|
+
"types": "./dist/plugin-sdk/allow-from.d.ts",
|
|
694
|
+
"default": "./dist/plugin-sdk/allow-from.js"
|
|
695
|
+
},
|
|
696
|
+
"./plugin-sdk/allowlist-config-edit": {
|
|
697
|
+
"types": "./dist/plugin-sdk/allowlist-config-edit.d.ts",
|
|
698
|
+
"default": "./dist/plugin-sdk/allowlist-config-edit.js"
|
|
699
|
+
},
|
|
700
|
+
"./plugin-sdk/browser-config": {
|
|
701
|
+
"types": "./dist/plugin-sdk/browser-config.d.ts",
|
|
702
|
+
"default": "./dist/plugin-sdk/browser-config.js"
|
|
703
|
+
},
|
|
704
|
+
"./plugin-sdk/boolean-param": {
|
|
705
|
+
"types": "./dist/plugin-sdk/boolean-param.d.ts",
|
|
706
|
+
"default": "./dist/plugin-sdk/boolean-param.js"
|
|
707
|
+
},
|
|
708
|
+
"./plugin-sdk/dangerous-name-runtime": {
|
|
709
|
+
"types": "./dist/plugin-sdk/dangerous-name-runtime.d.ts",
|
|
710
|
+
"default": "./dist/plugin-sdk/dangerous-name-runtime.js"
|
|
711
|
+
},
|
|
712
|
+
"./plugin-sdk/command-auth": {
|
|
713
|
+
"types": "./dist/plugin-sdk/command-auth.d.ts",
|
|
714
|
+
"default": "./dist/plugin-sdk/command-auth.js"
|
|
715
|
+
},
|
|
716
|
+
"./plugin-sdk/command-auth-native": {
|
|
717
|
+
"types": "./dist/plugin-sdk/command-auth-native.d.ts",
|
|
718
|
+
"default": "./dist/plugin-sdk/command-auth-native.js"
|
|
719
|
+
},
|
|
720
|
+
"./plugin-sdk/command-gating": {
|
|
721
|
+
"types": "./dist/plugin-sdk/command-gating.d.ts",
|
|
722
|
+
"default": "./dist/plugin-sdk/command-gating.js"
|
|
723
|
+
},
|
|
724
|
+
"./plugin-sdk/command-primitives-runtime": {
|
|
725
|
+
"types": "./dist/plugin-sdk/command-primitives-runtime.d.ts",
|
|
726
|
+
"default": "./dist/plugin-sdk/command-primitives-runtime.js"
|
|
727
|
+
},
|
|
728
|
+
"./plugin-sdk/command-status": {
|
|
729
|
+
"types": "./dist/plugin-sdk/command-status.d.ts",
|
|
730
|
+
"default": "./dist/plugin-sdk/command-status.js"
|
|
731
|
+
},
|
|
732
|
+
"./plugin-sdk/command-status-runtime": {
|
|
733
|
+
"types": "./dist/plugin-sdk/command-status-runtime.d.ts",
|
|
734
|
+
"default": "./dist/plugin-sdk/command-status-runtime.js"
|
|
735
|
+
},
|
|
736
|
+
"./plugin-sdk/command-detection": {
|
|
737
|
+
"types": "./dist/plugin-sdk/command-detection.d.ts",
|
|
738
|
+
"default": "./dist/plugin-sdk/command-detection.js"
|
|
739
|
+
},
|
|
740
|
+
"./plugin-sdk/command-surface": {
|
|
741
|
+
"types": "./dist/plugin-sdk/command-surface.d.ts",
|
|
742
|
+
"default": "./dist/plugin-sdk/command-surface.js"
|
|
743
|
+
},
|
|
744
|
+
"./plugin-sdk/collection-runtime": {
|
|
745
|
+
"types": "./dist/plugin-sdk/collection-runtime.d.ts",
|
|
746
|
+
"default": "./dist/plugin-sdk/collection-runtime.js"
|
|
747
|
+
},
|
|
748
|
+
"./plugin-sdk/compat": {
|
|
749
|
+
"types": "./dist/plugin-sdk/compat.d.ts",
|
|
750
|
+
"default": "./dist/plugin-sdk/compat.js"
|
|
751
|
+
},
|
|
752
|
+
"./plugin-sdk/direct-dm": {
|
|
753
|
+
"types": "./dist/plugin-sdk/direct-dm.d.ts",
|
|
754
|
+
"default": "./dist/plugin-sdk/direct-dm.js"
|
|
755
|
+
},
|
|
756
|
+
"./plugin-sdk/direct-dm-access": {
|
|
757
|
+
"types": "./dist/plugin-sdk/direct-dm-access.d.ts",
|
|
758
|
+
"default": "./dist/plugin-sdk/direct-dm-access.js"
|
|
759
|
+
},
|
|
760
|
+
"./plugin-sdk/direct-dm-guard-policy": {
|
|
761
|
+
"types": "./dist/plugin-sdk/direct-dm-guard-policy.d.ts",
|
|
762
|
+
"default": "./dist/plugin-sdk/direct-dm-guard-policy.js"
|
|
763
|
+
},
|
|
764
|
+
"./plugin-sdk/discord": {
|
|
765
|
+
"types": "./dist/plugin-sdk/discord.d.ts",
|
|
766
|
+
"default": "./dist/plugin-sdk/discord.js"
|
|
767
|
+
},
|
|
768
|
+
"./plugin-sdk/mattermost": {
|
|
769
|
+
"types": "./dist/plugin-sdk/mattermost.d.ts",
|
|
770
|
+
"default": "./dist/plugin-sdk/mattermost.js"
|
|
771
|
+
},
|
|
772
|
+
"./plugin-sdk/matrix": {
|
|
773
|
+
"types": "./dist/plugin-sdk/matrix.d.ts",
|
|
774
|
+
"default": "./dist/plugin-sdk/matrix.js"
|
|
775
|
+
},
|
|
776
|
+
"./plugin-sdk/device-bootstrap": {
|
|
777
|
+
"types": "./dist/plugin-sdk/device-bootstrap.d.ts",
|
|
778
|
+
"default": "./dist/plugin-sdk/device-bootstrap.js"
|
|
779
|
+
},
|
|
780
|
+
"./plugin-sdk/diagnostic-runtime": {
|
|
781
|
+
"types": "./dist/plugin-sdk/diagnostic-runtime.d.ts",
|
|
782
|
+
"default": "./dist/plugin-sdk/diagnostic-runtime.js"
|
|
783
|
+
},
|
|
784
|
+
"./plugin-sdk/error-runtime": {
|
|
785
|
+
"types": "./dist/plugin-sdk/error-runtime.d.ts",
|
|
786
|
+
"default": "./dist/plugin-sdk/error-runtime.js"
|
|
787
|
+
},
|
|
788
|
+
"./plugin-sdk/extension-shared": {
|
|
789
|
+
"types": "./dist/plugin-sdk/extension-shared.d.ts",
|
|
790
|
+
"default": "./dist/plugin-sdk/extension-shared.js"
|
|
791
|
+
},
|
|
792
|
+
"./plugin-sdk/channel-config-helpers": {
|
|
793
|
+
"types": "./dist/plugin-sdk/channel-config-helpers.d.ts",
|
|
794
|
+
"default": "./dist/plugin-sdk/channel-config-helpers.js"
|
|
795
|
+
},
|
|
796
|
+
"./plugin-sdk/channel-config-writes": {
|
|
797
|
+
"types": "./dist/plugin-sdk/channel-config-writes.d.ts",
|
|
798
|
+
"default": "./dist/plugin-sdk/channel-config-writes.js"
|
|
799
|
+
},
|
|
800
|
+
"./plugin-sdk/channel-config-primitives": {
|
|
801
|
+
"types": "./dist/plugin-sdk/channel-config-primitives.d.ts",
|
|
802
|
+
"default": "./dist/plugin-sdk/channel-config-primitives.js"
|
|
803
|
+
},
|
|
804
|
+
"./plugin-sdk/channel-config-schema": {
|
|
805
|
+
"types": "./dist/plugin-sdk/channel-config-schema.d.ts",
|
|
806
|
+
"default": "./dist/plugin-sdk/channel-config-schema.js"
|
|
807
|
+
},
|
|
808
|
+
"./plugin-sdk/bundled-channel-config-schema": {
|
|
809
|
+
"types": "./dist/plugin-sdk/bundled-channel-config-schema.d.ts",
|
|
810
|
+
"default": "./dist/plugin-sdk/bundled-channel-config-schema.js"
|
|
811
|
+
},
|
|
812
|
+
"./plugin-sdk/channel-config-schema-legacy": {
|
|
813
|
+
"types": "./dist/plugin-sdk/channel-config-schema-legacy.d.ts",
|
|
814
|
+
"default": "./dist/plugin-sdk/channel-config-schema-legacy.js"
|
|
815
|
+
},
|
|
816
|
+
"./plugin-sdk/channel-actions": {
|
|
817
|
+
"types": "./dist/plugin-sdk/channel-actions.d.ts",
|
|
818
|
+
"default": "./dist/plugin-sdk/channel-actions.js"
|
|
819
|
+
},
|
|
820
|
+
"./plugin-sdk/channel-plugin-common": {
|
|
821
|
+
"types": "./dist/plugin-sdk/channel-plugin-common.d.ts",
|
|
822
|
+
"default": "./dist/plugin-sdk/channel-plugin-common.js"
|
|
823
|
+
},
|
|
824
|
+
"./plugin-sdk/channel-core": {
|
|
825
|
+
"types": "./dist/plugin-sdk/channel-core.d.ts",
|
|
826
|
+
"default": "./dist/plugin-sdk/channel-core.js"
|
|
827
|
+
},
|
|
828
|
+
"./plugin-sdk/channel-entry-contract": {
|
|
829
|
+
"types": "./dist/plugin-sdk/channel-entry-contract.d.ts",
|
|
830
|
+
"default": "./dist/plugin-sdk/channel-entry-contract.js"
|
|
831
|
+
},
|
|
832
|
+
"./plugin-sdk/channel-contract": {
|
|
833
|
+
"types": "./dist/plugin-sdk/channel-contract.d.ts",
|
|
834
|
+
"default": "./dist/plugin-sdk/channel-contract.js"
|
|
835
|
+
},
|
|
836
|
+
"./plugin-sdk/channel-envelope": {
|
|
837
|
+
"types": "./dist/plugin-sdk/channel-envelope.d.ts",
|
|
838
|
+
"default": "./dist/plugin-sdk/channel-envelope.js"
|
|
839
|
+
},
|
|
840
|
+
"./plugin-sdk/channel-feedback": {
|
|
841
|
+
"types": "./dist/plugin-sdk/channel-feedback.d.ts",
|
|
842
|
+
"default": "./dist/plugin-sdk/channel-feedback.js"
|
|
843
|
+
},
|
|
844
|
+
"./plugin-sdk/channel-inbound": {
|
|
845
|
+
"types": "./dist/plugin-sdk/channel-inbound.d.ts",
|
|
846
|
+
"default": "./dist/plugin-sdk/channel-inbound.js"
|
|
847
|
+
},
|
|
848
|
+
"./plugin-sdk/channel-inbound-debounce": {
|
|
849
|
+
"types": "./dist/plugin-sdk/channel-inbound-debounce.d.ts",
|
|
850
|
+
"default": "./dist/plugin-sdk/channel-inbound-debounce.js"
|
|
851
|
+
},
|
|
852
|
+
"./plugin-sdk/channel-inbound-roots": {
|
|
853
|
+
"types": "./dist/plugin-sdk/channel-inbound-roots.d.ts",
|
|
854
|
+
"default": "./dist/plugin-sdk/channel-inbound-roots.js"
|
|
855
|
+
},
|
|
856
|
+
"./plugin-sdk/channel-logging": {
|
|
857
|
+
"types": "./dist/plugin-sdk/channel-logging.d.ts",
|
|
858
|
+
"default": "./dist/plugin-sdk/channel-logging.js"
|
|
859
|
+
},
|
|
860
|
+
"./plugin-sdk/channel-location": {
|
|
861
|
+
"types": "./dist/plugin-sdk/channel-location.d.ts",
|
|
862
|
+
"default": "./dist/plugin-sdk/channel-location.js"
|
|
863
|
+
},
|
|
864
|
+
"./plugin-sdk/channel-mention-gating": {
|
|
865
|
+
"types": "./dist/plugin-sdk/channel-mention-gating.d.ts",
|
|
866
|
+
"default": "./dist/plugin-sdk/channel-mention-gating.js"
|
|
867
|
+
},
|
|
868
|
+
"./plugin-sdk/channel-lifecycle": {
|
|
869
|
+
"types": "./dist/plugin-sdk/channel-lifecycle.d.ts",
|
|
870
|
+
"default": "./dist/plugin-sdk/channel-lifecycle.js"
|
|
871
|
+
},
|
|
872
|
+
"./plugin-sdk/channel-ingress": {
|
|
873
|
+
"types": "./dist/plugin-sdk/channel-ingress.d.ts",
|
|
874
|
+
"default": "./dist/plugin-sdk/channel-ingress.js"
|
|
875
|
+
},
|
|
876
|
+
"./plugin-sdk/channel-ingress-runtime": {
|
|
877
|
+
"types": "./dist/plugin-sdk/channel-ingress-runtime.d.ts",
|
|
878
|
+
"default": "./dist/plugin-sdk/channel-ingress-runtime.js"
|
|
879
|
+
},
|
|
880
|
+
"./plugin-sdk/channel-message": {
|
|
881
|
+
"types": "./dist/plugin-sdk/channel-message.d.ts",
|
|
882
|
+
"default": "./dist/plugin-sdk/channel-message.js"
|
|
883
|
+
},
|
|
884
|
+
"./plugin-sdk/channel-message-runtime": {
|
|
885
|
+
"types": "./dist/plugin-sdk/channel-message-runtime.d.ts",
|
|
886
|
+
"default": "./dist/plugin-sdk/channel-message-runtime.js"
|
|
887
|
+
},
|
|
888
|
+
"./plugin-sdk/channel-outbound": {
|
|
889
|
+
"types": "./dist/plugin-sdk/channel-outbound.d.ts",
|
|
890
|
+
"default": "./dist/plugin-sdk/channel-outbound.js"
|
|
891
|
+
},
|
|
892
|
+
"./plugin-sdk/channel-pairing": {
|
|
893
|
+
"types": "./dist/plugin-sdk/channel-pairing.d.ts",
|
|
894
|
+
"default": "./dist/plugin-sdk/channel-pairing.js"
|
|
895
|
+
},
|
|
896
|
+
"./plugin-sdk/channel-pairing-paths": {
|
|
897
|
+
"types": "./dist/plugin-sdk/channel-pairing-paths.d.ts",
|
|
898
|
+
"default": "./dist/plugin-sdk/channel-pairing-paths.js"
|
|
899
|
+
},
|
|
900
|
+
"./plugin-sdk/channel-policy": {
|
|
901
|
+
"types": "./dist/plugin-sdk/channel-policy.d.ts",
|
|
902
|
+
"default": "./dist/plugin-sdk/channel-policy.js"
|
|
903
|
+
},
|
|
904
|
+
"./plugin-sdk/channel-send-result": {
|
|
905
|
+
"types": "./dist/plugin-sdk/channel-send-result.d.ts",
|
|
906
|
+
"default": "./dist/plugin-sdk/channel-send-result.js"
|
|
907
|
+
},
|
|
908
|
+
"./plugin-sdk/channel-route": {
|
|
909
|
+
"types": "./dist/plugin-sdk/channel-route.d.ts",
|
|
910
|
+
"default": "./dist/plugin-sdk/channel-route.js"
|
|
911
|
+
},
|
|
912
|
+
"./plugin-sdk/channel-targets": {
|
|
913
|
+
"types": "./dist/plugin-sdk/channel-targets.d.ts",
|
|
914
|
+
"default": "./dist/plugin-sdk/channel-targets.js"
|
|
915
|
+
},
|
|
916
|
+
"./plugin-sdk/context-visibility-runtime": {
|
|
917
|
+
"types": "./dist/plugin-sdk/context-visibility-runtime.d.ts",
|
|
918
|
+
"default": "./dist/plugin-sdk/context-visibility-runtime.js"
|
|
919
|
+
},
|
|
920
|
+
"./plugin-sdk/file-lock": {
|
|
921
|
+
"types": "./dist/plugin-sdk/file-lock.d.ts",
|
|
922
|
+
"default": "./dist/plugin-sdk/file-lock.js"
|
|
923
|
+
},
|
|
924
|
+
"./plugin-sdk/fetch-runtime": {
|
|
925
|
+
"types": "./dist/plugin-sdk/fetch-runtime.d.ts",
|
|
926
|
+
"default": "./dist/plugin-sdk/fetch-runtime.js"
|
|
927
|
+
},
|
|
928
|
+
"./plugin-sdk/runtime-fetch": {
|
|
929
|
+
"types": "./dist/plugin-sdk/runtime-fetch.d.ts",
|
|
930
|
+
"default": "./dist/plugin-sdk/runtime-fetch.js"
|
|
931
|
+
},
|
|
932
|
+
"./plugin-sdk/inline-image-data-url-runtime": {
|
|
933
|
+
"types": "./dist/plugin-sdk/inline-image-data-url-runtime.d.ts",
|
|
934
|
+
"default": "./dist/plugin-sdk/inline-image-data-url-runtime.js"
|
|
935
|
+
},
|
|
936
|
+
"./plugin-sdk/response-limit-runtime": {
|
|
937
|
+
"types": "./dist/plugin-sdk/response-limit-runtime.d.ts",
|
|
938
|
+
"default": "./dist/plugin-sdk/response-limit-runtime.js"
|
|
939
|
+
},
|
|
940
|
+
"./plugin-sdk/session-binding-runtime": {
|
|
941
|
+
"types": "./dist/plugin-sdk/session-binding-runtime.d.ts",
|
|
942
|
+
"default": "./dist/plugin-sdk/session-binding-runtime.js"
|
|
943
|
+
},
|
|
944
|
+
"./plugin-sdk/session-key-runtime": {
|
|
945
|
+
"types": "./dist/plugin-sdk/session-key-runtime.d.ts",
|
|
946
|
+
"default": "./dist/plugin-sdk/session-key-runtime.js"
|
|
947
|
+
},
|
|
948
|
+
"./plugin-sdk/session-store-runtime": {
|
|
949
|
+
"types": "./dist/plugin-sdk/session-store-runtime.d.ts",
|
|
950
|
+
"default": "./dist/plugin-sdk/session-store-runtime.js"
|
|
951
|
+
},
|
|
952
|
+
"./plugin-sdk/session-transcript-hit": {
|
|
953
|
+
"types": "./dist/plugin-sdk/session-transcript-hit.d.ts",
|
|
954
|
+
"default": "./dist/plugin-sdk/session-transcript-hit.js"
|
|
955
|
+
},
|
|
956
|
+
"./plugin-sdk/session-visibility": {
|
|
957
|
+
"types": "./dist/plugin-sdk/session-visibility.d.ts",
|
|
958
|
+
"default": "./dist/plugin-sdk/session-visibility.js"
|
|
959
|
+
},
|
|
960
|
+
"./plugin-sdk/ssrf-dispatcher": {
|
|
961
|
+
"types": "./dist/plugin-sdk/ssrf-dispatcher.d.ts",
|
|
962
|
+
"default": "./dist/plugin-sdk/ssrf-dispatcher.js"
|
|
963
|
+
},
|
|
964
|
+
"./plugin-sdk/string-coerce-runtime": {
|
|
965
|
+
"types": "./dist/plugin-sdk/string-coerce-runtime.d.ts",
|
|
966
|
+
"default": "./dist/plugin-sdk/string-coerce-runtime.js"
|
|
967
|
+
},
|
|
968
|
+
"./plugin-sdk/group-activation": {
|
|
969
|
+
"types": "./dist/plugin-sdk/group-activation.d.ts",
|
|
970
|
+
"default": "./dist/plugin-sdk/group-activation.js"
|
|
971
|
+
},
|
|
972
|
+
"./plugin-sdk/group-access": {
|
|
973
|
+
"types": "./dist/plugin-sdk/group-access.d.ts",
|
|
974
|
+
"default": "./dist/plugin-sdk/group-access.js"
|
|
975
|
+
},
|
|
976
|
+
"./plugin-sdk/global-singleton": {
|
|
977
|
+
"types": "./dist/plugin-sdk/global-singleton.d.ts",
|
|
978
|
+
"default": "./dist/plugin-sdk/global-singleton.js"
|
|
979
|
+
},
|
|
980
|
+
"./plugin-sdk/directory-config-runtime": {
|
|
981
|
+
"types": "./dist/plugin-sdk/directory-config-runtime.d.ts",
|
|
982
|
+
"default": "./dist/plugin-sdk/directory-config-runtime.js"
|
|
983
|
+
},
|
|
984
|
+
"./plugin-sdk/directory-runtime": {
|
|
985
|
+
"types": "./dist/plugin-sdk/directory-runtime.d.ts",
|
|
986
|
+
"default": "./dist/plugin-sdk/directory-runtime.js"
|
|
987
|
+
},
|
|
988
|
+
"./plugin-sdk/media-generation-runtime-shared": {
|
|
989
|
+
"types": "./dist/plugin-sdk/media-generation-runtime-shared.d.ts",
|
|
990
|
+
"default": "./dist/plugin-sdk/media-generation-runtime-shared.js"
|
|
991
|
+
},
|
|
992
|
+
"./plugin-sdk/image-generation": {
|
|
993
|
+
"types": "./dist/plugin-sdk/image-generation.d.ts",
|
|
994
|
+
"default": "./dist/plugin-sdk/image-generation.js"
|
|
995
|
+
},
|
|
996
|
+
"./plugin-sdk/image-generation-runtime": {
|
|
997
|
+
"types": "./dist/plugin-sdk/image-generation-runtime.d.ts",
|
|
998
|
+
"default": "./dist/plugin-sdk/image-generation-runtime.js"
|
|
999
|
+
},
|
|
1000
|
+
"./plugin-sdk/image-generation-core": {
|
|
1001
|
+
"types": "./dist/plugin-sdk/image-generation-core.d.ts",
|
|
1002
|
+
"default": "./dist/plugin-sdk/image-generation-core.js"
|
|
1003
|
+
},
|
|
1004
|
+
"./plugin-sdk/music-generation": {
|
|
1005
|
+
"types": "./dist/plugin-sdk/music-generation.d.ts",
|
|
1006
|
+
"default": "./dist/plugin-sdk/music-generation.js"
|
|
1007
|
+
},
|
|
1008
|
+
"./plugin-sdk/music-generation-core": {
|
|
1009
|
+
"types": "./dist/plugin-sdk/music-generation-core.d.ts",
|
|
1010
|
+
"default": "./dist/plugin-sdk/music-generation-core.js"
|
|
1011
|
+
},
|
|
1012
|
+
"./plugin-sdk/video-generation": {
|
|
1013
|
+
"types": "./dist/plugin-sdk/video-generation.d.ts",
|
|
1014
|
+
"default": "./dist/plugin-sdk/video-generation.js"
|
|
1015
|
+
},
|
|
1016
|
+
"./plugin-sdk/video-generation-runtime": {
|
|
1017
|
+
"types": "./dist/plugin-sdk/video-generation-runtime.d.ts",
|
|
1018
|
+
"default": "./dist/plugin-sdk/video-generation-runtime.js"
|
|
1019
|
+
},
|
|
1020
|
+
"./plugin-sdk/video-generation-core": {
|
|
1021
|
+
"types": "./dist/plugin-sdk/video-generation-core.d.ts",
|
|
1022
|
+
"default": "./dist/plugin-sdk/video-generation-core.js"
|
|
1023
|
+
},
|
|
1024
|
+
"./plugin-sdk/reply-history": {
|
|
1025
|
+
"types": "./dist/plugin-sdk/reply-history.d.ts",
|
|
1026
|
+
"default": "./dist/plugin-sdk/reply-history.js"
|
|
1027
|
+
},
|
|
1028
|
+
"./plugin-sdk/realtime-transcription": {
|
|
1029
|
+
"types": "./dist/plugin-sdk/realtime-transcription.d.ts",
|
|
1030
|
+
"default": "./dist/plugin-sdk/realtime-transcription.js"
|
|
1031
|
+
},
|
|
1032
|
+
"./plugin-sdk/realtime-bootstrap-context": {
|
|
1033
|
+
"types": "./dist/plugin-sdk/realtime-bootstrap-context.d.ts",
|
|
1034
|
+
"default": "./dist/plugin-sdk/realtime-bootstrap-context.js"
|
|
1035
|
+
},
|
|
1036
|
+
"./plugin-sdk/realtime-voice": {
|
|
1037
|
+
"types": "./dist/plugin-sdk/realtime-voice.d.ts",
|
|
1038
|
+
"default": "./dist/plugin-sdk/realtime-voice.js"
|
|
1039
|
+
},
|
|
1040
|
+
"./plugin-sdk/transcripts": {
|
|
1041
|
+
"types": "./dist/plugin-sdk/transcripts.d.ts",
|
|
1042
|
+
"default": "./dist/plugin-sdk/transcripts.js"
|
|
1043
|
+
},
|
|
1044
|
+
"./plugin-sdk/media-understanding": {
|
|
1045
|
+
"types": "./dist/plugin-sdk/media-understanding.d.ts",
|
|
1046
|
+
"default": "./dist/plugin-sdk/media-understanding.js"
|
|
1047
|
+
},
|
|
1048
|
+
"./plugin-sdk/media-understanding-runtime": {
|
|
1049
|
+
"types": "./dist/plugin-sdk/media-understanding-runtime.d.ts",
|
|
1050
|
+
"default": "./dist/plugin-sdk/media-understanding-runtime.js"
|
|
1051
|
+
},
|
|
1052
|
+
"./plugin-sdk/messaging-targets": {
|
|
1053
|
+
"types": "./dist/plugin-sdk/messaging-targets.d.ts",
|
|
1054
|
+
"default": "./dist/plugin-sdk/messaging-targets.js"
|
|
1055
|
+
},
|
|
1056
|
+
"./plugin-sdk/request-url": {
|
|
1057
|
+
"types": "./dist/plugin-sdk/request-url.d.ts",
|
|
1058
|
+
"default": "./dist/plugin-sdk/request-url.js"
|
|
1059
|
+
},
|
|
1060
|
+
"./plugin-sdk/runtime-store": {
|
|
1061
|
+
"types": "./dist/plugin-sdk/runtime-store.d.ts",
|
|
1062
|
+
"default": "./dist/plugin-sdk/runtime-store.js"
|
|
1063
|
+
},
|
|
1064
|
+
"./plugin-sdk/json-store": {
|
|
1065
|
+
"types": "./dist/plugin-sdk/json-store.d.ts",
|
|
1066
|
+
"default": "./dist/plugin-sdk/json-store.js"
|
|
1067
|
+
},
|
|
1068
|
+
"./plugin-sdk/persistent-dedupe": {
|
|
1069
|
+
"types": "./dist/plugin-sdk/persistent-dedupe.d.ts",
|
|
1070
|
+
"default": "./dist/plugin-sdk/persistent-dedupe.js"
|
|
1071
|
+
},
|
|
1072
|
+
"./plugin-sdk/keyed-async-queue": {
|
|
1073
|
+
"types": "./dist/plugin-sdk/keyed-async-queue.d.ts",
|
|
1074
|
+
"default": "./dist/plugin-sdk/keyed-async-queue.js"
|
|
1075
|
+
},
|
|
1076
|
+
"./plugin-sdk/qa-runner-runtime": {
|
|
1077
|
+
"types": "./dist/plugin-sdk/qa-runner-runtime.d.ts",
|
|
1078
|
+
"default": "./dist/plugin-sdk/qa-runner-runtime.js"
|
|
1079
|
+
},
|
|
1080
|
+
"./plugin-sdk/qa-live-transport-scenarios": {
|
|
1081
|
+
"types": "./dist/plugin-sdk/qa-live-transport-scenarios.d.ts",
|
|
1082
|
+
"default": "./dist/plugin-sdk/qa-live-transport-scenarios.js"
|
|
1083
|
+
},
|
|
1084
|
+
"./plugin-sdk/memory-core": {
|
|
1085
|
+
"types": "./dist/plugin-sdk/memory-core.d.ts",
|
|
1086
|
+
"default": "./dist/plugin-sdk/memory-core.js"
|
|
1087
|
+
},
|
|
1088
|
+
"./plugin-sdk/memory-core-engine-runtime": {
|
|
1089
|
+
"types": "./dist/plugin-sdk/memory-core-engine-runtime.d.ts",
|
|
1090
|
+
"default": "./dist/plugin-sdk/memory-core-engine-runtime.js"
|
|
1091
|
+
},
|
|
1092
|
+
"./plugin-sdk/memory-core-host-engine-embeddings": {
|
|
1093
|
+
"types": "./dist/plugin-sdk/memory-core-host-engine-embeddings.d.ts",
|
|
1094
|
+
"default": "./dist/plugin-sdk/memory-core-host-engine-embeddings.js"
|
|
1095
|
+
},
|
|
1096
|
+
"./plugin-sdk/memory-core-host-engine-foundation": {
|
|
1097
|
+
"types": "./dist/plugin-sdk/memory-core-host-engine-foundation.d.ts",
|
|
1098
|
+
"default": "./dist/plugin-sdk/memory-core-host-engine-foundation.js"
|
|
1099
|
+
},
|
|
1100
|
+
"./plugin-sdk/memory-core-host-engine-qmd": {
|
|
1101
|
+
"types": "./dist/plugin-sdk/memory-core-host-engine-qmd.d.ts",
|
|
1102
|
+
"default": "./dist/plugin-sdk/memory-core-host-engine-qmd.js"
|
|
1103
|
+
},
|
|
1104
|
+
"./plugin-sdk/memory-core-host-engine-storage": {
|
|
1105
|
+
"types": "./dist/plugin-sdk/memory-core-host-engine-storage.d.ts",
|
|
1106
|
+
"default": "./dist/plugin-sdk/memory-core-host-engine-storage.js"
|
|
1107
|
+
},
|
|
1108
|
+
"./plugin-sdk/memory-core-host-multimodal": {
|
|
1109
|
+
"types": "./dist/plugin-sdk/memory-core-host-multimodal.d.ts",
|
|
1110
|
+
"default": "./dist/plugin-sdk/memory-core-host-multimodal.js"
|
|
1111
|
+
},
|
|
1112
|
+
"./plugin-sdk/memory-core-host-query": {
|
|
1113
|
+
"types": "./dist/plugin-sdk/memory-core-host-query.d.ts",
|
|
1114
|
+
"default": "./dist/plugin-sdk/memory-core-host-query.js"
|
|
1115
|
+
},
|
|
1116
|
+
"./plugin-sdk/memory-core-host-secret": {
|
|
1117
|
+
"types": "./dist/plugin-sdk/memory-core-host-secret.d.ts",
|
|
1118
|
+
"default": "./dist/plugin-sdk/memory-core-host-secret.js"
|
|
1119
|
+
},
|
|
1120
|
+
"./plugin-sdk/memory-core-host-events": {
|
|
1121
|
+
"types": "./dist/plugin-sdk/memory-core-host-events.d.ts",
|
|
1122
|
+
"default": "./dist/plugin-sdk/memory-core-host-events.js"
|
|
1123
|
+
},
|
|
1124
|
+
"./plugin-sdk/memory-core-host-status": {
|
|
1125
|
+
"types": "./dist/plugin-sdk/memory-core-host-status.d.ts",
|
|
1126
|
+
"default": "./dist/plugin-sdk/memory-core-host-status.js"
|
|
1127
|
+
},
|
|
1128
|
+
"./plugin-sdk/memory-core-host-runtime-cli": {
|
|
1129
|
+
"types": "./dist/plugin-sdk/memory-core-host-runtime-cli.d.ts",
|
|
1130
|
+
"default": "./dist/plugin-sdk/memory-core-host-runtime-cli.js"
|
|
1131
|
+
},
|
|
1132
|
+
"./plugin-sdk/memory-core-host-runtime-core": {
|
|
1133
|
+
"types": "./dist/plugin-sdk/memory-core-host-runtime-core.d.ts",
|
|
1134
|
+
"default": "./dist/plugin-sdk/memory-core-host-runtime-core.js"
|
|
1135
|
+
},
|
|
1136
|
+
"./plugin-sdk/memory-core-host-runtime-files": {
|
|
1137
|
+
"types": "./dist/plugin-sdk/memory-core-host-runtime-files.d.ts",
|
|
1138
|
+
"default": "./dist/plugin-sdk/memory-core-host-runtime-files.js"
|
|
1139
|
+
},
|
|
1140
|
+
"./plugin-sdk/memory-host-core": {
|
|
1141
|
+
"types": "./dist/plugin-sdk/memory-host-core.d.ts",
|
|
1142
|
+
"default": "./dist/plugin-sdk/memory-host-core.js"
|
|
1143
|
+
},
|
|
1144
|
+
"./plugin-sdk/memory-host-events": {
|
|
1145
|
+
"types": "./dist/plugin-sdk/memory-host-events.d.ts",
|
|
1146
|
+
"default": "./dist/plugin-sdk/memory-host-events.js"
|
|
1147
|
+
},
|
|
1148
|
+
"./plugin-sdk/memory-host-files": {
|
|
1149
|
+
"types": "./dist/plugin-sdk/memory-host-files.d.ts",
|
|
1150
|
+
"default": "./dist/plugin-sdk/memory-host-files.js"
|
|
1151
|
+
},
|
|
1152
|
+
"./plugin-sdk/memory-host-markdown": {
|
|
1153
|
+
"types": "./dist/plugin-sdk/memory-host-markdown.d.ts",
|
|
1154
|
+
"default": "./dist/plugin-sdk/memory-host-markdown.js"
|
|
1155
|
+
},
|
|
1156
|
+
"./plugin-sdk/memory-host-search": {
|
|
1157
|
+
"types": "./dist/plugin-sdk/memory-host-search.d.ts",
|
|
1158
|
+
"default": "./dist/plugin-sdk/memory-host-search.js"
|
|
1159
|
+
},
|
|
1160
|
+
"./plugin-sdk/memory-host-status": {
|
|
1161
|
+
"types": "./dist/plugin-sdk/memory-host-status.d.ts",
|
|
1162
|
+
"default": "./dist/plugin-sdk/memory-host-status.js"
|
|
1163
|
+
},
|
|
1164
|
+
"./plugin-sdk/models-provider-runtime": {
|
|
1165
|
+
"types": "./dist/plugin-sdk/models-provider-runtime.d.ts",
|
|
1166
|
+
"default": "./dist/plugin-sdk/models-provider-runtime.js"
|
|
1167
|
+
},
|
|
1168
|
+
"./plugin-sdk/skill-commands-runtime": {
|
|
1169
|
+
"types": "./dist/plugin-sdk/skill-commands-runtime.d.ts",
|
|
1170
|
+
"default": "./dist/plugin-sdk/skill-commands-runtime.js"
|
|
1171
|
+
},
|
|
1172
|
+
"./plugin-sdk/native-command-config-runtime": {
|
|
1173
|
+
"types": "./dist/plugin-sdk/native-command-config-runtime.d.ts",
|
|
1174
|
+
"default": "./dist/plugin-sdk/native-command-config-runtime.js"
|
|
1175
|
+
},
|
|
1176
|
+
"./plugin-sdk/native-command-registry": {
|
|
1177
|
+
"types": "./dist/plugin-sdk/native-command-registry.d.ts",
|
|
1178
|
+
"default": "./dist/plugin-sdk/native-command-registry.js"
|
|
1179
|
+
},
|
|
1180
|
+
"./plugin-sdk/provider-auth": {
|
|
1181
|
+
"types": "./dist/plugin-sdk/provider-auth.d.ts",
|
|
1182
|
+
"default": "./dist/plugin-sdk/provider-auth.js"
|
|
1183
|
+
},
|
|
1184
|
+
"./plugin-sdk/provider-oauth-runtime": {
|
|
1185
|
+
"types": "./dist/plugin-sdk/provider-oauth-runtime.d.ts",
|
|
1186
|
+
"default": "./dist/plugin-sdk/provider-oauth-runtime.js"
|
|
1187
|
+
},
|
|
1188
|
+
"./plugin-sdk/provider-auth-runtime": {
|
|
1189
|
+
"types": "./dist/plugin-sdk/provider-auth-runtime.d.ts",
|
|
1190
|
+
"default": "./dist/plugin-sdk/provider-auth-runtime.js"
|
|
1191
|
+
},
|
|
1192
|
+
"./plugin-sdk/provider-auth-api-key": {
|
|
1193
|
+
"types": "./dist/plugin-sdk/provider-auth-api-key.d.ts",
|
|
1194
|
+
"default": "./dist/plugin-sdk/provider-auth-api-key.js"
|
|
1195
|
+
},
|
|
1196
|
+
"./plugin-sdk/provider-auth-result": {
|
|
1197
|
+
"types": "./dist/plugin-sdk/provider-auth-result.d.ts",
|
|
1198
|
+
"default": "./dist/plugin-sdk/provider-auth-result.js"
|
|
1199
|
+
},
|
|
1200
|
+
"./plugin-sdk/provider-auth-login": {
|
|
1201
|
+
"types": "./dist/plugin-sdk/provider-auth-login.d.ts",
|
|
1202
|
+
"default": "./dist/plugin-sdk/provider-auth-login.js"
|
|
1203
|
+
},
|
|
1204
|
+
"./plugin-sdk/provider-selection-runtime": {
|
|
1205
|
+
"types": "./dist/plugin-sdk/provider-selection-runtime.d.ts",
|
|
1206
|
+
"default": "./dist/plugin-sdk/provider-selection-runtime.js"
|
|
1207
|
+
},
|
|
1208
|
+
"./plugin-sdk/plugin-entry": {
|
|
1209
|
+
"types": "./dist/plugin-sdk/plugin-entry.d.ts",
|
|
1210
|
+
"default": "./dist/plugin-sdk/plugin-entry.js"
|
|
1211
|
+
},
|
|
1212
|
+
"./plugin-sdk/provider-catalog-runtime": {
|
|
1213
|
+
"types": "./dist/plugin-sdk/provider-catalog-runtime.d.ts",
|
|
1214
|
+
"default": "./dist/plugin-sdk/provider-catalog-runtime.js"
|
|
1215
|
+
},
|
|
1216
|
+
"./plugin-sdk/provider-catalog-shared": {
|
|
1217
|
+
"types": "./dist/plugin-sdk/provider-catalog-shared.d.ts",
|
|
1218
|
+
"default": "./dist/plugin-sdk/provider-catalog-shared.js"
|
|
1219
|
+
},
|
|
1220
|
+
"./plugin-sdk/provider-entry": {
|
|
1221
|
+
"types": "./dist/plugin-sdk/provider-entry.d.ts",
|
|
1222
|
+
"default": "./dist/plugin-sdk/provider-entry.js"
|
|
1223
|
+
},
|
|
1224
|
+
"./plugin-sdk/provider-env-vars": {
|
|
1225
|
+
"types": "./dist/plugin-sdk/provider-env-vars.d.ts",
|
|
1226
|
+
"default": "./dist/plugin-sdk/provider-env-vars.js"
|
|
1227
|
+
},
|
|
1228
|
+
"./plugin-sdk/provider-http": {
|
|
1229
|
+
"types": "./dist/plugin-sdk/provider-http.d.ts",
|
|
1230
|
+
"default": "./dist/plugin-sdk/provider-http.js"
|
|
1231
|
+
},
|
|
1232
|
+
"./plugin-sdk/provider-model-types": {
|
|
1233
|
+
"types": "./dist/plugin-sdk/provider-model-types.d.ts",
|
|
1234
|
+
"default": "./dist/plugin-sdk/provider-model-types.js"
|
|
1235
|
+
},
|
|
1236
|
+
"./plugin-sdk/provider-model-shared": {
|
|
1237
|
+
"types": "./dist/plugin-sdk/provider-model-shared.d.ts",
|
|
1238
|
+
"default": "./dist/plugin-sdk/provider-model-shared.js"
|
|
1239
|
+
},
|
|
1240
|
+
"./plugin-sdk/provider-onboard": {
|
|
1241
|
+
"types": "./dist/plugin-sdk/provider-onboard.d.ts",
|
|
1242
|
+
"default": "./dist/plugin-sdk/provider-onboard.js"
|
|
1243
|
+
},
|
|
1244
|
+
"./plugin-sdk/provider-stream-family": {
|
|
1245
|
+
"types": "./dist/plugin-sdk/provider-stream-family.d.ts",
|
|
1246
|
+
"default": "./dist/plugin-sdk/provider-stream-family.js"
|
|
1247
|
+
},
|
|
1248
|
+
"./plugin-sdk/provider-stream-shared": {
|
|
1249
|
+
"types": "./dist/plugin-sdk/provider-stream-shared.d.ts",
|
|
1250
|
+
"default": "./dist/plugin-sdk/provider-stream-shared.js"
|
|
1251
|
+
},
|
|
1252
|
+
"./plugin-sdk/provider-transport-runtime": {
|
|
1253
|
+
"types": "./dist/plugin-sdk/provider-transport-runtime.d.ts",
|
|
1254
|
+
"default": "./dist/plugin-sdk/provider-transport-runtime.js"
|
|
1255
|
+
},
|
|
1256
|
+
"./plugin-sdk/provider-stream": {
|
|
1257
|
+
"types": "./dist/plugin-sdk/provider-stream.d.ts",
|
|
1258
|
+
"default": "./dist/plugin-sdk/provider-stream.js"
|
|
1259
|
+
},
|
|
1260
|
+
"./plugin-sdk/provider-tools": {
|
|
1261
|
+
"types": "./dist/plugin-sdk/provider-tools.d.ts",
|
|
1262
|
+
"default": "./dist/plugin-sdk/provider-tools.js"
|
|
1263
|
+
},
|
|
1264
|
+
"./plugin-sdk/provider-usage": {
|
|
1265
|
+
"types": "./dist/plugin-sdk/provider-usage.d.ts",
|
|
1266
|
+
"default": "./dist/plugin-sdk/provider-usage.js"
|
|
1267
|
+
},
|
|
1268
|
+
"./plugin-sdk/document-extractor": {
|
|
1269
|
+
"types": "./dist/plugin-sdk/document-extractor.d.ts",
|
|
1270
|
+
"default": "./dist/plugin-sdk/document-extractor.js"
|
|
1271
|
+
},
|
|
1272
|
+
"./plugin-sdk/web-content-extractor": {
|
|
1273
|
+
"types": "./dist/plugin-sdk/web-content-extractor.d.ts",
|
|
1274
|
+
"default": "./dist/plugin-sdk/web-content-extractor.js"
|
|
1275
|
+
},
|
|
1276
|
+
"./plugin-sdk/provider-web-fetch-contract": {
|
|
1277
|
+
"types": "./dist/plugin-sdk/provider-web-fetch-contract.d.ts",
|
|
1278
|
+
"default": "./dist/plugin-sdk/provider-web-fetch-contract.js"
|
|
1279
|
+
},
|
|
1280
|
+
"./plugin-sdk/provider-web-fetch": {
|
|
1281
|
+
"types": "./dist/plugin-sdk/provider-web-fetch.d.ts",
|
|
1282
|
+
"default": "./dist/plugin-sdk/provider-web-fetch.js"
|
|
1283
|
+
},
|
|
1284
|
+
"./plugin-sdk/provider-web-search-config-contract": {
|
|
1285
|
+
"types": "./dist/plugin-sdk/provider-web-search-config-contract.d.ts",
|
|
1286
|
+
"default": "./dist/plugin-sdk/provider-web-search-config-contract.js"
|
|
1287
|
+
},
|
|
1288
|
+
"./plugin-sdk/provider-web-search-contract": {
|
|
1289
|
+
"types": "./dist/plugin-sdk/provider-web-search-contract.d.ts",
|
|
1290
|
+
"default": "./dist/plugin-sdk/provider-web-search-contract.js"
|
|
1291
|
+
},
|
|
1292
|
+
"./plugin-sdk/provider-web-search": {
|
|
1293
|
+
"types": "./dist/plugin-sdk/provider-web-search.d.ts",
|
|
1294
|
+
"default": "./dist/plugin-sdk/provider-web-search.js"
|
|
1295
|
+
},
|
|
1296
|
+
"./plugin-sdk/retry-runtime": {
|
|
1297
|
+
"types": "./dist/plugin-sdk/retry-runtime.d.ts",
|
|
1298
|
+
"default": "./dist/plugin-sdk/retry-runtime.js"
|
|
1299
|
+
},
|
|
1300
|
+
"./plugin-sdk/run-command": {
|
|
1301
|
+
"types": "./dist/plugin-sdk/run-command.d.ts",
|
|
1302
|
+
"default": "./dist/plugin-sdk/run-command.js"
|
|
1303
|
+
},
|
|
1304
|
+
"./plugin-sdk/param-readers": {
|
|
1305
|
+
"types": "./dist/plugin-sdk/param-readers.d.ts",
|
|
1306
|
+
"default": "./dist/plugin-sdk/param-readers.js"
|
|
1307
|
+
},
|
|
1308
|
+
"./plugin-sdk/provider-zai-endpoint": {
|
|
1309
|
+
"types": "./dist/plugin-sdk/provider-zai-endpoint.d.ts",
|
|
1310
|
+
"default": "./dist/plugin-sdk/provider-zai-endpoint.js"
|
|
1311
|
+
},
|
|
1312
|
+
"./plugin-sdk/secret-input": {
|
|
1313
|
+
"types": "./dist/plugin-sdk/secret-input.d.ts",
|
|
1314
|
+
"default": "./dist/plugin-sdk/secret-input.js"
|
|
1315
|
+
},
|
|
1316
|
+
"./plugin-sdk/secret-input-runtime": {
|
|
1317
|
+
"types": "./dist/plugin-sdk/secret-input-runtime.d.ts",
|
|
1318
|
+
"default": "./dist/plugin-sdk/secret-input-runtime.js"
|
|
1319
|
+
},
|
|
1320
|
+
"./plugin-sdk/channel-status": {
|
|
1321
|
+
"types": "./dist/plugin-sdk/channel-status.d.ts",
|
|
1322
|
+
"default": "./dist/plugin-sdk/channel-status.js"
|
|
1323
|
+
},
|
|
1324
|
+
"./plugin-sdk/status-helpers": {
|
|
1325
|
+
"types": "./dist/plugin-sdk/status-helpers.d.ts",
|
|
1326
|
+
"default": "./dist/plugin-sdk/status-helpers.js"
|
|
1327
|
+
},
|
|
1328
|
+
"./plugin-sdk/speech": {
|
|
1329
|
+
"types": "./dist/plugin-sdk/speech.d.ts",
|
|
1330
|
+
"default": "./dist/plugin-sdk/speech.js"
|
|
1331
|
+
},
|
|
1332
|
+
"./plugin-sdk/string-normalization-runtime": {
|
|
1333
|
+
"types": "./dist/plugin-sdk/string-normalization-runtime.d.ts",
|
|
1334
|
+
"default": "./dist/plugin-sdk/string-normalization-runtime.js"
|
|
1335
|
+
},
|
|
1336
|
+
"./plugin-sdk/state-paths": {
|
|
1337
|
+
"types": "./dist/plugin-sdk/state-paths.d.ts",
|
|
1338
|
+
"default": "./dist/plugin-sdk/state-paths.js"
|
|
1339
|
+
},
|
|
1340
|
+
"./plugin-sdk/target-resolver-runtime": {
|
|
1341
|
+
"types": "./dist/plugin-sdk/target-resolver-runtime.d.ts",
|
|
1342
|
+
"default": "./dist/plugin-sdk/target-resolver-runtime.js"
|
|
1343
|
+
},
|
|
1344
|
+
"./plugin-sdk/telegram-account": {
|
|
1345
|
+
"types": "./dist/plugin-sdk/telegram-account.d.ts",
|
|
1346
|
+
"default": "./dist/plugin-sdk/telegram-account.js"
|
|
1347
|
+
},
|
|
1348
|
+
"./plugin-sdk/telegram-command-config": {
|
|
1349
|
+
"types": "./dist/plugin-sdk/telegram-command-config.d.ts",
|
|
1350
|
+
"default": "./dist/plugin-sdk/telegram-command-config.js"
|
|
1351
|
+
},
|
|
1352
|
+
"./plugin-sdk/text-autolink-runtime": {
|
|
1353
|
+
"types": "./dist/plugin-sdk/text-autolink-runtime.d.ts",
|
|
1354
|
+
"default": "./dist/plugin-sdk/text-autolink-runtime.js"
|
|
1355
|
+
},
|
|
1356
|
+
"./plugin-sdk/text-utility-runtime": {
|
|
1357
|
+
"types": "./dist/plugin-sdk/text-utility-runtime.d.ts",
|
|
1358
|
+
"default": "./dist/plugin-sdk/text-utility-runtime.js"
|
|
1359
|
+
},
|
|
1360
|
+
"./plugin-sdk/tool-plugin": {
|
|
1361
|
+
"types": "./dist/plugin-sdk/tool-plugin.d.ts",
|
|
1362
|
+
"default": "./dist/plugin-sdk/tool-plugin.js"
|
|
1363
|
+
},
|
|
1364
|
+
"./plugin-sdk/tool-payload": {
|
|
1365
|
+
"types": "./dist/plugin-sdk/tool-payload.d.ts",
|
|
1366
|
+
"default": "./dist/plugin-sdk/tool-payload.js"
|
|
1367
|
+
},
|
|
1368
|
+
"./plugin-sdk/tool-send": {
|
|
1369
|
+
"types": "./dist/plugin-sdk/tool-send.d.ts",
|
|
1370
|
+
"default": "./dist/plugin-sdk/tool-send.js"
|
|
1371
|
+
},
|
|
1372
|
+
"./plugin-sdk/webhook-ingress": {
|
|
1373
|
+
"types": "./dist/plugin-sdk/webhook-ingress.d.ts",
|
|
1374
|
+
"default": "./dist/plugin-sdk/webhook-ingress.js"
|
|
1375
|
+
},
|
|
1376
|
+
"./plugin-sdk/webhook-targets": {
|
|
1377
|
+
"types": "./dist/plugin-sdk/webhook-targets.d.ts",
|
|
1378
|
+
"default": "./dist/plugin-sdk/webhook-targets.js"
|
|
1379
|
+
},
|
|
1380
|
+
"./plugin-sdk/webhook-request-guards": {
|
|
1381
|
+
"types": "./dist/plugin-sdk/webhook-request-guards.d.ts",
|
|
1382
|
+
"default": "./dist/plugin-sdk/webhook-request-guards.js"
|
|
1383
|
+
},
|
|
1384
|
+
"./plugin-sdk/webhook-path": {
|
|
1385
|
+
"types": "./dist/plugin-sdk/webhook-path.d.ts",
|
|
1386
|
+
"default": "./dist/plugin-sdk/webhook-path.js"
|
|
1387
|
+
},
|
|
1388
|
+
"./plugin-sdk/web-media": {
|
|
1389
|
+
"types": "./dist/plugin-sdk/web-media.d.ts",
|
|
1390
|
+
"default": "./dist/plugin-sdk/web-media.js"
|
|
1391
|
+
},
|
|
1392
|
+
"./plugin-sdk/zalouser": {
|
|
1393
|
+
"types": "./dist/plugin-sdk/zalouser.d.ts",
|
|
1394
|
+
"default": "./dist/plugin-sdk/zalouser.js"
|
|
1395
|
+
},
|
|
1396
|
+
"./plugin-sdk/zod": {
|
|
1397
|
+
"types": "./dist/plugin-sdk/zod.d.ts",
|
|
1398
|
+
"default": "./dist/plugin-sdk/zod.js"
|
|
1399
|
+
},
|
|
1400
|
+
"./plugin-sdk/agent-core": {
|
|
1401
|
+
"types": "./dist/plugin-sdk/agent-core.d.ts",
|
|
1402
|
+
"default": "./dist/plugin-sdk/agent-core.js"
|
|
1403
|
+
},
|
|
1404
|
+
"./plugin-sdk/agent-sessions": {
|
|
1405
|
+
"types": "./dist/plugin-sdk/agent-sessions.d.ts",
|
|
1406
|
+
"default": "./dist/plugin-sdk/agent-sessions.js"
|
|
1407
|
+
},
|
|
1408
|
+
"./plugin-sdk/llm": {
|
|
1409
|
+
"types": "./dist/plugin-sdk/llm.d.ts",
|
|
1410
|
+
"default": "./dist/plugin-sdk/llm.js"
|
|
1411
|
+
},
|
|
1412
|
+
"./extension-api": "./dist/extensionAPI.js",
|
|
1413
|
+
"./cli-entry": "./openclaw.mjs"
|
|
1414
|
+
},
|
|
1415
|
+
"scripts": {
|
|
1416
|
+
"android:assemble": "cd apps/android && ./gradlew :app:assemblePlayDebug",
|
|
1417
|
+
"android:assemble:third-party": "cd apps/android && ./gradlew :app:assembleThirdPartyDebug",
|
|
1418
|
+
"android:bundle:release": "bun apps/android/scripts/build-release-aab.ts",
|
|
1419
|
+
"android:format": "cd apps/android && ./gradlew :app:ktlintFormat :benchmark:ktlintFormat",
|
|
1420
|
+
"android:install": "cd apps/android && ./gradlew :app:installPlayDebug",
|
|
1421
|
+
"android:install:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug",
|
|
1422
|
+
"android:lint": "cd apps/android && ./gradlew :app:ktlintCheck :benchmark:ktlintCheck",
|
|
1423
|
+
"android:lint:android": "cd apps/android && ./gradlew :app:lintDebug",
|
|
1424
|
+
"android:run": "cd apps/android && ./gradlew :app:installPlayDebug && adb shell am start -n ai.openclaw.app/.MainActivity",
|
|
1425
|
+
"android:run:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug && adb shell am start -n ai.openclaw.app/.MainActivity",
|
|
1426
|
+
"android:test": "cd apps/android && ./gradlew :app:testPlayDebugUnitTest",
|
|
1427
|
+
"android:test:integration": "node scripts/run-with-env.mjs OPENCLAW_LIVE_TEST=1 OPENCLAW_LIVE_ANDROID_NODE=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts",
|
|
1428
|
+
"android:test:third-party": "cd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest",
|
|
1429
|
+
"audit:seams": "node scripts/audit-seams.mjs",
|
|
1430
|
+
"build": "node scripts/build-all.mjs",
|
|
1431
|
+
"build:ci-artifacts": "node scripts/build-all.mjs ciArtifacts",
|
|
1432
|
+
"build:docker": "node scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node scripts/runtime-postbuild-stamp.mjs && pnpm plugins:assets:build && pnpm plugins:assets:copy && node --experimental-strip-types scripts/copy-hook-metadata.ts && node --experimental-strip-types scripts/copy-export-html-templates.ts && node --experimental-strip-types scripts/write-build-info.ts && node --experimental-strip-types scripts/write-cli-startup-metadata.ts && node --experimental-strip-types scripts/write-cli-compat.ts",
|
|
1433
|
+
"build:plugin-sdk:dts": "node scripts/run-tsgo.mjs -p tsconfig.plugin-sdk.dts.json --declaration true",
|
|
1434
|
+
"build:plugin-sdk:strict-smoke": "pnpm build:plugin-sdk:dts && node --experimental-strip-types scripts/write-plugin-sdk-entry-dts.ts",
|
|
1435
|
+
"build:strict-smoke": "pnpm plugins:assets:build && node scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node scripts/runtime-postbuild-stamp.mjs && pnpm build:plugin-sdk:dts && node --experimental-strip-types scripts/write-plugin-sdk-entry-dts.ts && node scripts/check-plugin-sdk-exports.mjs",
|
|
1436
|
+
"canvas:a2ui:bundle": "node scripts/bundle-a2ui.mjs",
|
|
1437
|
+
"changed:lanes": "node scripts/changed-lanes.mjs",
|
|
1438
|
+
"check": "node scripts/check.mjs",
|
|
1439
|
+
"check:architecture": "pnpm check:import-cycles && pnpm check:madge-import-cycles && pnpm check:deprecated-api-usage && pnpm check:deprecated-jsdoc && pnpm db:kysely:check && pnpm lint:kysely",
|
|
1440
|
+
"check:base-config-schema": "node --import tsx scripts/generate-base-config-schema.ts --check",
|
|
1441
|
+
"check:bundled-channel-config-metadata": "node --import tsx scripts/generate-bundled-channel-config-metadata.ts --check",
|
|
1442
|
+
"check:changed": "node scripts/check-changed.mjs",
|
|
1443
|
+
"check:changelog-attributions": "node scripts/check-changelog-attributions.mjs",
|
|
1444
|
+
"check:deprecated-api-usage": "node scripts/check-deprecated-api-usage.mjs",
|
|
1445
|
+
"check:deprecated-jsdoc": "node scripts/check-deprecated-jsdoc.mjs",
|
|
1446
|
+
"check:docs": "pnpm format:docs:check && pnpm lint:docs && pnpm docs:check-mdx && pnpm docs:check-i18n-glossary && pnpm docs:check-links",
|
|
1447
|
+
"check:host-env-policy:swift": "node scripts/generate-host-env-security-policy-swift.mjs --check",
|
|
1448
|
+
"check:import-cycles": "node --import tsx scripts/check-import-cycles.ts",
|
|
1449
|
+
"check:loc": "node --import tsx scripts/check-ts-max-loc.ts --max 500",
|
|
1450
|
+
"check:madge-import-cycles": "node --import tsx scripts/check-madge-import-cycles.ts",
|
|
1451
|
+
"check:media-download-helpers": "node scripts/check-media-download-helper-roundtrip.mjs",
|
|
1452
|
+
"check:no-conflict-markers": "node scripts/check-no-conflict-markers.mjs",
|
|
1453
|
+
"check:no-runtime-action-load-config": "node scripts/check-no-runtime-action-load-config.mjs",
|
|
1454
|
+
"check:opengrep-rule-metadata": "node security/opengrep/check-rule-metadata.mjs",
|
|
1455
|
+
"check:runtime-sidecar-loaders": "node --import tsx scripts/check-runtime-sidecar-loaders.mjs",
|
|
1456
|
+
"check:static-import-sccs": "pnpm check:madge-import-cycles",
|
|
1457
|
+
"check:temp-path-guardrails": "node --import tsx scripts/check-temp-path-guardrails.ts",
|
|
1458
|
+
"check:test-types": "pnpm tsgo:test",
|
|
1459
|
+
"check:timed": "node scripts/check-timed.mjs",
|
|
1460
|
+
"check:timed:all-types": "node scripts/check-timed.mjs --include-test-types",
|
|
1461
|
+
"check:timed:architecture": "node scripts/check-timed.mjs --include-architecture",
|
|
1462
|
+
"check:workflows": "node scripts/check-workflows.mjs",
|
|
1463
|
+
"ci:full-release": "node scripts/full-release-validation-at-sha.mjs",
|
|
1464
|
+
"ci:timings": "node scripts/ci-run-timings.mjs --latest-main",
|
|
1465
|
+
"ci:timings:recent": "node scripts/ci-run-timings.mjs --recent 10",
|
|
1466
|
+
"clean:dist": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
|
|
1467
|
+
"codex-app-server:protocol:check": "node --import tsx scripts/check-codex-app-server-protocol.ts",
|
|
1468
|
+
"codex-app-server:protocol:sync": "node --import tsx scripts/sync-codex-app-server-protocol.ts",
|
|
1469
|
+
"codex-supervisor:mcp": "node --import tsx extensions/codex-supervisor/src/mcp-serve.ts",
|
|
1470
|
+
"config:channels:check": "node --import tsx scripts/generate-bundled-channel-config-metadata.ts --check",
|
|
1471
|
+
"config:channels:gen": "node --import tsx scripts/generate-bundled-channel-config-metadata.ts --write",
|
|
1472
|
+
"config:docs:check": "node --import tsx scripts/generate-config-doc-baseline.ts --check",
|
|
1473
|
+
"config:docs:gen": "node --import tsx scripts/generate-config-doc-baseline.ts --write",
|
|
1474
|
+
"config:schema:check": "node --import tsx scripts/generate-base-config-schema.ts --check",
|
|
1475
|
+
"config:schema:gen": "node --import tsx scripts/generate-base-config-schema.ts --write",
|
|
1476
|
+
"crabbox:hydrate": "node scripts/crabbox-wrapper.mjs actions hydrate",
|
|
1477
|
+
"crabbox:run": "node scripts/crabbox-wrapper.mjs run",
|
|
1478
|
+
"crabbox:stop": "node scripts/crabbox-wrapper.mjs stop",
|
|
1479
|
+
"crabbox:warmup": "node scripts/crabbox-wrapper.mjs warmup",
|
|
1480
|
+
"deadcode:ci": "pnpm deadcode:report:ci:knip && pnpm deadcode:report:ci:ts-unused",
|
|
1481
|
+
"deadcode:dependencies": "pnpm --config.minimum-release-age=0 dlx knip@6.8.0 --config config/knip.config.ts --production --no-progress --reporter compact --dependencies --no-config-hints",
|
|
1482
|
+
"deadcode:knip": "pnpm dlx knip --config config/knip.config.ts --production --no-progress --reporter compact --files --dependencies",
|
|
1483
|
+
"deadcode:report": "pnpm deadcode:knip; pnpm deadcode:ts-prune; pnpm deadcode:ts-unused",
|
|
1484
|
+
"deadcode:report:ci:knip": "mkdir -p .artifacts/deadcode && pnpm deadcode:knip > .artifacts/deadcode/knip.txt 2>&1 || true",
|
|
1485
|
+
"deadcode:report:ci:ts-prune": "mkdir -p .artifacts/deadcode && pnpm deadcode:ts-prune > .artifacts/deadcode/ts-prune.txt 2>&1 || true",
|
|
1486
|
+
"deadcode:report:ci:ts-unused": "mkdir -p .artifacts/deadcode && pnpm deadcode:ts-unused > .artifacts/deadcode/ts-unused-exports.txt 2>&1 || true",
|
|
1487
|
+
"deadcode:ts-prune": "pnpm dlx ts-prune src extensions scripts",
|
|
1488
|
+
"deadcode:ts-unused": "pnpm dlx ts-unused-exports tsconfig.json --ignoreTestFiles --exitWithCount",
|
|
1489
|
+
"deadcode:unused-files": "node scripts/check-deadcode-unused-files.mjs",
|
|
1490
|
+
"deps:root-ownership": "node scripts/root-dependency-ownership-audit.mjs",
|
|
1491
|
+
"deps:root-ownership:check": "node scripts/root-dependency-ownership-audit.mjs --check",
|
|
1492
|
+
"deps:changes:report": "node scripts/dependency-changes-report.mjs",
|
|
1493
|
+
"deps:patches:check": "node scripts/check-package-patches.mjs",
|
|
1494
|
+
"deps:pins:check": "node scripts/check-dependency-pins.mjs",
|
|
1495
|
+
"deps:shrinkwrap:check": "node scripts/generate-npm-shrinkwrap.mjs --all --check",
|
|
1496
|
+
"deps:shrinkwrap:changed:check": "node scripts/generate-npm-shrinkwrap.mjs --changed --check",
|
|
1497
|
+
"deps:shrinkwrap:changed:generate": "node scripts/generate-npm-shrinkwrap.mjs --changed",
|
|
1498
|
+
"deps:shrinkwrap:generate": "node scripts/generate-npm-shrinkwrap.mjs --all",
|
|
1499
|
+
"deps:shrinkwrap:root:check": "node scripts/generate-npm-shrinkwrap.mjs --check",
|
|
1500
|
+
"deps:shrinkwrap:root:generate": "node scripts/generate-npm-shrinkwrap.mjs",
|
|
1501
|
+
"deps:ownership-surface:check": "node scripts/dependency-ownership-surface-report.mjs --check",
|
|
1502
|
+
"deps:ownership-surface:report": "node scripts/dependency-ownership-surface-report.mjs",
|
|
1503
|
+
"deps:transitive-risk:report": "node scripts/transitive-manifest-risk-report.mjs",
|
|
1504
|
+
"deps:vuln:gate": "node scripts/dependency-vulnerability-gate.mjs",
|
|
1505
|
+
"db:kysely:check": "node scripts/generate-kysely-types.mjs --verify",
|
|
1506
|
+
"db:kysely:gen": "node scripts/generate-kysely-types.mjs",
|
|
1507
|
+
"dev": "node scripts/run-node.mjs",
|
|
1508
|
+
"dev:ui:mock": "node --import tsx scripts/control-ui-mock-dev.ts",
|
|
1509
|
+
"docs:bin": "node scripts/build-docs-list.mjs",
|
|
1510
|
+
"docs:check-i18n-glossary": "node scripts/check-docs-i18n-glossary.mjs",
|
|
1511
|
+
"docs:check-links": "node scripts/docs-link-audit.mjs",
|
|
1512
|
+
"docs:check-links:anchors": "node scripts/docs-link-audit.mjs --anchors",
|
|
1513
|
+
"docs:check-mdx": "node scripts/check-docs-mdx.mjs docs README.md",
|
|
1514
|
+
"docs:dev": "cd docs && mint dev",
|
|
1515
|
+
"docs:list": "node scripts/docs-list.js",
|
|
1516
|
+
"docs:spellcheck": "bash scripts/docs-spellcheck.sh",
|
|
1517
|
+
"docs:spellcheck:fix": "bash scripts/docs-spellcheck.sh --write",
|
|
1518
|
+
"dup:check": "node scripts/check-duplicates.mjs",
|
|
1519
|
+
"dup:check:coverage": "node scripts/check-duplicates.mjs --coverage",
|
|
1520
|
+
"dup:check:json": "node scripts/check-duplicates.mjs --json",
|
|
1521
|
+
"format": "oxfmt --write --threads=1",
|
|
1522
|
+
"format:all": "pnpm format && pnpm format:swift",
|
|
1523
|
+
"format:check": "oxfmt --check --threads=1",
|
|
1524
|
+
"format:diff": "oxfmt --write --threads=1 && git --no-pager diff",
|
|
1525
|
+
"format:docs": "node scripts/format-docs.mjs",
|
|
1526
|
+
"format:docs:check": "node scripts/format-docs.mjs --check",
|
|
1527
|
+
"format:fix": "oxfmt --write --threads=1",
|
|
1528
|
+
"format:swift": "swiftformat --lint --config config/swiftformat --exclude '**/apps/swabble,**/apps/android,**/apps/ios,**/apps/shared,**/OpenClawProtocol,**/HostEnvSecurityPolicy.generated.swift' apps/macos/Sources apps/ios/Sources apps/shared/OpenClawKit/Sources",
|
|
1529
|
+
"gateway:dev": "node scripts/run-with-env.mjs OPENCLAW_SKIP_CHANNELS=1 -- node scripts/run-node.mjs --dev gateway",
|
|
1530
|
+
"gateway:dev:reset": "node scripts/run-with-env.mjs OPENCLAW_SKIP_CHANNELS=1 -- node scripts/run-node.mjs --dev gateway --reset",
|
|
1531
|
+
"gateway:watch": "node scripts/gateway-watch-tmux.mjs gateway --force",
|
|
1532
|
+
"gateway:watch:raw": "node scripts/watch-node.mjs gateway --force",
|
|
1533
|
+
"gen:host-env-policy:swift": "node scripts/generate-host-env-security-policy-swift.mjs --write",
|
|
1534
|
+
"ghsa:patch": "node scripts/ghsa-patch.mjs",
|
|
1535
|
+
"ios:beta": "bash scripts/ios-beta-release.sh",
|
|
1536
|
+
"ios:beta:archive": "bash scripts/ios-beta-archive.sh",
|
|
1537
|
+
"ios:beta:prepare": "bash scripts/ios-beta-prepare.sh",
|
|
1538
|
+
"ios:build": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && xcodebuild -project OpenClaw.xcodeproj -scheme OpenClaw -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build'",
|
|
1539
|
+
"ios:gen": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate'",
|
|
1540
|
+
"ios:open": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && open OpenClaw.xcodeproj'",
|
|
1541
|
+
"ios:run": "bash -lc './scripts/ios-configure-signing.sh && ./scripts/ios-write-version-xcconfig.sh && cd apps/ios && xcodegen generate && xcodebuild -project OpenClaw.xcodeproj -scheme OpenClaw -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build && xcrun simctl boot \"${IOS_SIM:-iPhone 17}\" || true && xcrun simctl launch booted ai.openclaw.ios'",
|
|
1542
|
+
"ios:version": "node --import tsx scripts/ios-version.ts --json",
|
|
1543
|
+
"ios:version:check": "node --import tsx scripts/ios-sync-versioning.ts --check",
|
|
1544
|
+
"ios:version:pin": "node --import tsx scripts/ios-pin-version.ts",
|
|
1545
|
+
"ios:version:sync": "node --import tsx scripts/ios-sync-versioning.ts --write",
|
|
1546
|
+
"leak:embedded-run": "node --import tsx --expose-gc scripts/embedded-run-abort-leak.ts",
|
|
1547
|
+
"lint": "node scripts/run-oxlint-shards.mjs",
|
|
1548
|
+
"lint:agent:ingress-owner": "node scripts/check-ingress-agent-owner-context.mjs",
|
|
1549
|
+
"lint:all": "node scripts/run-oxlint.mjs",
|
|
1550
|
+
"lint:apps": "pnpm lint:swift",
|
|
1551
|
+
"lint:auth:no-pairing-store-group": "node scripts/check-no-pairing-store-group-auth.mjs",
|
|
1552
|
+
"lint:auth:pairing-account-scope": "node scripts/check-pairing-account-scope.mjs",
|
|
1553
|
+
"lint:core": "node scripts/run-oxlint-shards.mjs --only=core --split-core",
|
|
1554
|
+
"lint:docker-e2e": "node scripts/check-docker-e2e-boundaries.mjs",
|
|
1555
|
+
"lint:kysely": "node scripts/check-kysely-guardrails.mjs",
|
|
1556
|
+
"lint:docs": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2 --config config/markdownlint-cli2.jsonc",
|
|
1557
|
+
"lint:docs:fix": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2 --config config/markdownlint-cli2.jsonc --fix",
|
|
1558
|
+
"lint:extensions:no-deprecated-channel-access": "node --import tsx scripts/check-no-deprecated-channel-access.ts",
|
|
1559
|
+
"lint:extensions:telegram-grammy-types": "node scripts/check-telegram-grammy-types-imports.mjs",
|
|
1560
|
+
"lint:extensions": "node scripts/run-oxlint.mjs --tsconfig config/tsconfig/oxlint.extensions.json extensions",
|
|
1561
|
+
"lint:extensions:bundled": "node scripts/run-bundled-extension-oxlint.mjs",
|
|
1562
|
+
"lint:extensions:channels": "node scripts/run-extension-channel-oxlint.mjs",
|
|
1563
|
+
"lint:extensions:no-guarded-wildcard-reexports": "node scripts/check-extension-wildcard-reexports.mjs",
|
|
1564
|
+
"lint:extensions:no-plugin-sdk-internal": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=plugin-sdk-internal",
|
|
1565
|
+
"lint:extensions:no-plugin-sdk-wildcard-reexports": "node scripts/check-plugin-sdk-wildcard-reexports.mjs",
|
|
1566
|
+
"lint:extensions:no-relative-outside-package": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=relative-outside-package",
|
|
1567
|
+
"lint:extensions:no-src-outside-plugin-sdk": "node scripts/check-extension-plugin-sdk-boundary.mjs --mode=src-outside-plugin-sdk",
|
|
1568
|
+
"lint:fix": "node scripts/run-oxlint.mjs --fix && pnpm format",
|
|
1569
|
+
"lint:plugins:no-extension-imports": "node scripts/check-plugin-extension-import-boundary.mjs",
|
|
1570
|
+
"lint:plugins:no-extension-src-imports": "node --import tsx scripts/check-no-extension-src-imports.ts",
|
|
1571
|
+
"lint:plugins:no-extension-test-core-imports": "node --import tsx scripts/check-no-extension-test-core-imports.ts",
|
|
1572
|
+
"lint:plugins:no-monolithic-plugin-sdk-entry-imports": "node --import tsx scripts/check-no-monolithic-plugin-sdk-entry-imports.ts",
|
|
1573
|
+
"lint:plugins:no-register-http-handler": "node scripts/check-no-register-http-handler.mjs",
|
|
1574
|
+
"lint:plugins:plugin-sdk-subpaths-exported": "node scripts/check-plugin-sdk-subpath-exports.mjs",
|
|
1575
|
+
"lint:scripts": "pnpm lint:docker-e2e && pnpm lint:tmp:no-raw-http2-imports && node scripts/run-oxlint.mjs --tsconfig config/tsconfig/oxlint.scripts.json scripts",
|
|
1576
|
+
"lint:swift": "swiftlint lint --config config/swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
|
|
1577
|
+
"lint:tmp:channel-agnostic-boundaries": "node scripts/check-channel-agnostic-boundaries.mjs",
|
|
1578
|
+
"lint:tmp:dynamic-import-warts": "node scripts/check-dynamic-import-warts.mjs",
|
|
1579
|
+
"lint:tmp:no-random-messaging": "node scripts/check-no-random-messaging-tmp.mjs",
|
|
1580
|
+
"lint:tmp:no-raw-channel-fetch": "node scripts/check-no-raw-channel-fetch.mjs",
|
|
1581
|
+
"lint:tmp:no-raw-http2-imports": "node scripts/check-no-raw-http2-imports.mjs",
|
|
1582
|
+
"lint:tmp:tsgo-core-boundary": "node scripts/check-tsgo-core-boundary.mjs",
|
|
1583
|
+
"lint:ui:no-raw-window-open": "node scripts/check-no-raw-window-open.mjs",
|
|
1584
|
+
"lint:web-fetch-provider-boundaries": "node scripts/check-web-fetch-provider-boundaries.mjs",
|
|
1585
|
+
"lint:web-search-provider-boundaries": "node scripts/check-web-search-provider-boundaries.mjs",
|
|
1586
|
+
"lint:webhook:no-low-level-body-read": "node scripts/check-webhook-auth-body-order.mjs",
|
|
1587
|
+
"mac:open": "open dist/OpenClaw.app",
|
|
1588
|
+
"mac:package": "bash scripts/package-mac-app.sh",
|
|
1589
|
+
"mac:restart": "bash scripts/restart-mac.sh",
|
|
1590
|
+
"moltbot:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
|
1591
|
+
"openclaw": "node scripts/run-node.mjs",
|
|
1592
|
+
"openclaw:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
|
1593
|
+
"perf:issue-78851": "node --import tsx scripts/perf/issue-78851-model-resolution.ts",
|
|
1594
|
+
"perf:kova:summary": "node scripts/kova-ci-summary.mjs",
|
|
1595
|
+
"perf:source:summary": "node scripts/openclaw-performance-source-summary.mjs",
|
|
1596
|
+
"plugin-sdk:api:check": "node --max-old-space-size=8192 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --check",
|
|
1597
|
+
"plugin-sdk:api:gen": "node --max-old-space-size=8192 --import tsx scripts/generate-plugin-sdk-api-baseline.ts --write",
|
|
1598
|
+
"plugin-sdk:check-exports": "node scripts/sync-plugin-sdk-exports.mjs --check",
|
|
1599
|
+
"plugin-sdk:surface": "node --max-old-space-size=8192 scripts/plugin-sdk-surface-report.mjs",
|
|
1600
|
+
"plugin-sdk:surface:check": "node --max-old-space-size=8192 scripts/plugin-sdk-surface-report.mjs --check",
|
|
1601
|
+
"plugin-sdk:sync-exports": "node scripts/sync-plugin-sdk-exports.mjs",
|
|
1602
|
+
"plugin-sdk:usage": "node --import tsx scripts/analyze-plugin-sdk-usage.ts",
|
|
1603
|
+
"plugins:boundary-report": "node --import tsx scripts/plugin-boundary-report.ts",
|
|
1604
|
+
"plugins:boundary-report:ci": "node --import tsx scripts/plugin-boundary-report.ts --summary --fail-on-cross-owner --fail-on-unclassified-unused-reserved --fail-on-eligible-compat",
|
|
1605
|
+
"plugins:boundary-report:json": "node --import tsx scripts/plugin-boundary-report.ts --json",
|
|
1606
|
+
"plugins:boundary-report:summary": "node --import tsx scripts/plugin-boundary-report.ts --summary",
|
|
1607
|
+
"plugins:assets:build": "node scripts/bundled-plugin-assets.mjs --phase build",
|
|
1608
|
+
"plugins:assets:copy": "node scripts/bundled-plugin-assets.mjs --phase copy",
|
|
1609
|
+
"plugins:inventory:check": "node scripts/generate-plugin-inventory-doc.mjs --check",
|
|
1610
|
+
"plugins:inventory:gen": "node scripts/generate-plugin-inventory-doc.mjs --write",
|
|
1611
|
+
"plugins:sync": "node --import tsx scripts/sync-plugin-versions.ts",
|
|
1612
|
+
"plugins:sync:check": "node --import tsx scripts/sync-plugin-versions.ts --check",
|
|
1613
|
+
"postinstall": "echo 'Skipping postinstall'",
|
|
1614
|
+
"postpack": "echo 'Skipping postpack'",
|
|
1615
|
+
"preinstall": "echo 'Skipping preinstall'",
|
|
1616
|
+
"prepack": "node scripts/build-all.mjs",
|
|
1617
|
+
"prepare": "echo 'Skipping prepare'",
|
|
1618
|
+
"prepush:ci": "bash scripts/prepush-ci.sh",
|
|
1619
|
+
"probe:anthropic:prompt": "node --import tsx scripts/anthropic-prompt-probe.ts",
|
|
1620
|
+
"prompt:snapshots:check": "node --import tsx scripts/generate-prompt-snapshots.ts --check",
|
|
1621
|
+
"prompt:snapshots:gen": "node --import tsx scripts/generate-prompt-snapshots.ts --write",
|
|
1622
|
+
"prompt:snapshots:sync-codex-model": "node --import tsx scripts/sync-codex-model-prompt-fixture.ts",
|
|
1623
|
+
"protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/OpenClawProtocol/GatewayModels.swift apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift",
|
|
1624
|
+
"protocol:gen": "node --import tsx scripts/protocol-gen.ts",
|
|
1625
|
+
"protocol:gen:swift": "node --import tsx scripts/protocol-gen-swift.ts",
|
|
1626
|
+
"proxy:coverage": "node scripts/run-node.mjs proxy coverage",
|
|
1627
|
+
"proxy:gateway": "node scripts/run-node.mjs proxy run -- node scripts/run-node.mjs gateway",
|
|
1628
|
+
"proxy:install-ca": "node --import tsx scripts/proxy-install-ca.mjs",
|
|
1629
|
+
"proxy:run": "node scripts/run-node.mjs proxy run",
|
|
1630
|
+
"proxy:start": "node scripts/run-node.mjs proxy start",
|
|
1631
|
+
"qa:e2e": "node --import tsx scripts/qa-e2e.ts",
|
|
1632
|
+
"qa:lab:build": "vite build --config extensions/qa-lab/web/vite.config.ts",
|
|
1633
|
+
"qa:lab:ui": "pnpm openclaw qa ui",
|
|
1634
|
+
"qa:lab:up": "node --import tsx scripts/qa-lab-up.ts",
|
|
1635
|
+
"qa:lab:up:fast": "node --import tsx scripts/qa-lab-up.ts --use-prebuilt-image --bind-ui-dist --skip-ui-build",
|
|
1636
|
+
"qa:lab:watch": "vite build --watch --config extensions/qa-lab/web/vite.config.ts",
|
|
1637
|
+
"qa:observability:collector-smoke": "pnpm qa:otel:collector-smoke && pnpm qa:prometheus:smoke",
|
|
1638
|
+
"qa:observability:smoke": "pnpm qa:otel:smoke && pnpm qa:prometheus:smoke",
|
|
1639
|
+
"qa:otel:collector-smoke": "node --import tsx scripts/qa-otel-smoke.ts --collector docker",
|
|
1640
|
+
"qa:otel:smoke": "node --import tsx scripts/qa-otel-smoke.ts",
|
|
1641
|
+
"qa:prometheus:smoke": "node scripts/run-node.mjs qa suite --provider-mode mock-openai --scenario docker-prometheus-smoke --concurrency 1 --fast",
|
|
1642
|
+
"release-metadata:check": "node scripts/check-release-metadata-only.mjs",
|
|
1643
|
+
"release:beta": "node scripts/release-candidate-checklist.mjs",
|
|
1644
|
+
"release:beta-smoke": "node --import tsx scripts/release-beta-smoke.ts",
|
|
1645
|
+
"release:candidate": "node scripts/release-candidate-checklist.mjs",
|
|
1646
|
+
"release:check": "pnpm release:generated:check && node --import tsx scripts/release-check.ts",
|
|
1647
|
+
"release:fast-pretag-check": "bash scripts/release-fast-pretag-check.sh",
|
|
1648
|
+
"release:generated:check": "node scripts/release-preflight.mjs --check",
|
|
1649
|
+
"release:openclaw:npm:check": "node --import tsx scripts/openclaw-npm-release-check.ts",
|
|
1650
|
+
"release:openclaw:npm:verify-published": "node --import tsx scripts/openclaw-npm-postpublish-verify.ts",
|
|
1651
|
+
"release:plugins:clawhub:check": "node --import tsx scripts/plugin-clawhub-release-check.ts",
|
|
1652
|
+
"release:plugins:clawhub:plan": "node --import tsx scripts/plugin-clawhub-release-plan.ts",
|
|
1653
|
+
"release:plugins:npm:check": "node --import tsx scripts/plugin-npm-release-check.ts",
|
|
1654
|
+
"release:plugins:npm:plan": "node --import tsx scripts/plugin-npm-release-plan.ts",
|
|
1655
|
+
"release:verify-beta": "node --import tsx scripts/release-verify-beta.ts",
|
|
1656
|
+
"release:prep": "node scripts/release-preflight.mjs --fix",
|
|
1657
|
+
"rtt": "node --import tsx scripts/rtt.ts",
|
|
1658
|
+
"runtime-sidecars:check": "node --import tsx scripts/generate-runtime-sidecar-paths-baseline.ts --check",
|
|
1659
|
+
"runtime-sidecars:gen": "node --import tsx scripts/generate-runtime-sidecar-paths-baseline.ts --write",
|
|
1660
|
+
"start": "node openclaw.mjs",
|
|
1661
|
+
"test": "node scripts/test-projects.mjs",
|
|
1662
|
+
"test:all": "pnpm lint && pnpm build && pnpm test && pnpm test:e2e && pnpm test:live && pnpm test:docker:all",
|
|
1663
|
+
"test:auth:compat": "node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts src/gateway/server.auth.compat-baseline.test.ts src/gateway/client.test.ts src/gateway/reconnect-gating.test.ts && node scripts/run-vitest.mjs run packages/gateway-protocol/src/connect-error-details.test.ts",
|
|
1664
|
+
"test:build:singleton": "node scripts/test-built-plugin-singleton.mjs",
|
|
1665
|
+
"test:build:status-message-runtime": "node scripts/test-built-status-message-runtime.mjs",
|
|
1666
|
+
"test:bundled": "node scripts/run-vitest.mjs run --config test/vitest/vitest.bundled.config.ts",
|
|
1667
|
+
"test:changed": "node scripts/test-projects.mjs --changed origin/main",
|
|
1668
|
+
"test:changed:max": "node scripts/test-projects-max.mjs --changed origin/main",
|
|
1669
|
+
"test:channels": "node scripts/run-vitest.mjs run --config test/vitest/vitest.channels.config.ts",
|
|
1670
|
+
"test:contracts": "pnpm test:contracts:channels && pnpm test:contracts:plugins",
|
|
1671
|
+
"test:contracts:channels": "node scripts/test-projects.mjs --maxWorkers=1 test/vitest/vitest.contracts-channel-surface.config.ts test/vitest/vitest.contracts-channel-config.config.ts test/vitest/vitest.contracts-channel-registry.config.ts test/vitest/vitest.contracts-channel-session.config.ts",
|
|
1672
|
+
"test:contracts:plugins": "node scripts/run-vitest.mjs run --config test/vitest/vitest.contracts-plugin.config.ts --maxWorkers=1",
|
|
1673
|
+
"test:coverage": "node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts --coverage",
|
|
1674
|
+
"test:coverage:changed": "node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts --coverage --changed origin/main",
|
|
1675
|
+
"test:docker:agent-bundle-mcp-tools": "bash scripts/e2e/agent-bundle-mcp-tools-docker.sh",
|
|
1676
|
+
"test:docker:agents-delete-shared-workspace": "bash scripts/e2e/agents-delete-shared-workspace-docker.sh",
|
|
1677
|
+
"test:docker:all": "node scripts/test-docker-all.mjs",
|
|
1678
|
+
"test:docker:browser-cdp-snapshot": "bash scripts/e2e/browser-cdp-snapshot-docker.sh",
|
|
1679
|
+
"test:docker:bundled-plugin-install-uninstall": "bash scripts/e2e/bundled-plugin-install-uninstall-docker.sh",
|
|
1680
|
+
"test:docker:cleanup": "bash scripts/test-cleanup-docker.sh",
|
|
1681
|
+
"test:docker:commitments-safety": "bash scripts/e2e/commitments-safety-docker.sh",
|
|
1682
|
+
"test:docker:config-reload": "bash scripts/e2e/config-reload-source-docker.sh",
|
|
1683
|
+
"test:docker:crestodian-first-run": "bash scripts/e2e/crestodian-first-run-docker.sh",
|
|
1684
|
+
"test:docker:crestodian-planner": "bash scripts/e2e/crestodian-planner-docker.sh",
|
|
1685
|
+
"test:docker:crestodian-rescue": "bash scripts/e2e/crestodian-rescue-docker.sh",
|
|
1686
|
+
"test:docker:cron-mcp-cleanup": "bash scripts/e2e/cron-mcp-cleanup-docker.sh",
|
|
1687
|
+
"test:docker:codex-media-path": "bash scripts/e2e/codex-media-path-docker.sh",
|
|
1688
|
+
"test:docker:doctor-switch": "bash scripts/e2e/doctor-install-switch-docker.sh",
|
|
1689
|
+
"test:docker:e2e-build": "bash scripts/e2e/build-image.sh",
|
|
1690
|
+
"test:docker:gateway-network": "bash scripts/e2e/gateway-network-docker.sh",
|
|
1691
|
+
"test:docker:kitchen-sink-plugin": "bash scripts/e2e/kitchen-sink-plugin-docker.sh",
|
|
1692
|
+
"test:docker:kitchen-sink-rpc": "bash scripts/e2e/kitchen-sink-rpc-docker.sh",
|
|
1693
|
+
"test:docker:live-acp-bind": "bash scripts/test-live-acp-bind-docker.sh",
|
|
1694
|
+
"test:docker:live-acp-bind:claude": "OPENCLAW_LIVE_ACP_BIND_AGENT=claude bash scripts/test-live-acp-bind-docker.sh",
|
|
1695
|
+
"test:docker:live-acp-bind:codex": "OPENCLAW_LIVE_ACP_BIND_AGENT=codex bash scripts/test-live-acp-bind-docker.sh",
|
|
1696
|
+
"test:docker:live-acp-bind:droid": "OPENCLAW_LIVE_ACP_BIND_AGENT=droid OPENCLAW_LIVE_ACP_BIND_REQUIRE_TRANSCRIPT=1 bash scripts/test-live-acp-bind-docker.sh",
|
|
1697
|
+
"test:docker:live-acp-bind:gemini": "OPENCLAW_LIVE_ACP_BIND_AGENT=gemini bash scripts/test-live-acp-bind-docker.sh",
|
|
1698
|
+
"test:docker:live-acp-bind:opencode": "OPENCLAW_LIVE_ACP_BIND_AGENT=opencode OPENCLAW_LIVE_ACP_BIND_REQUIRE_TRANSCRIPT=1 bash scripts/test-live-acp-bind-docker.sh",
|
|
1699
|
+
"test:docker:live-build": "bash scripts/test-live-build-docker.sh",
|
|
1700
|
+
"test:docker:live-cli-backend": "bash scripts/test-live-cli-backend-docker.sh",
|
|
1701
|
+
"test:docker:live-cli-backend:claude": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=claude-cli/claude-sonnet-4-6 bash scripts/test-live-cli-backend-docker.sh",
|
|
1702
|
+
"test:docker:live-cli-backend:claude-subscription": "OPENCLAW_LIVE_CLI_BACKEND_AUTH=subscription OPENCLAW_LIVE_CLI_BACKEND_MODEL=claude-cli/claude-sonnet-4-6 OPENCLAW_LIVE_CLI_BACKEND_DISABLE_MCP_CONFIG=1 OPENCLAW_LIVE_CLI_BACKEND_MODEL_SWITCH_PROBE=0 OPENCLAW_LIVE_CLI_BACKEND_RESUME_PROBE=1 OPENCLAW_LIVE_CLI_BACKEND_IMAGE_PROBE=0 OPENCLAW_LIVE_CLI_BACKEND_MCP_PROBE=0 bash scripts/test-live-cli-backend-docker.sh",
|
|
1703
|
+
"test:docker:live-cli-backend:claude:mcp": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=claude-cli/claude-sonnet-4-6 OPENCLAW_LIVE_CLI_BACKEND_MCP_PROBE=1 bash scripts/test-live-cli-backend-docker.sh",
|
|
1704
|
+
"test:docker:live-cli-backend:claude:resume": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=claude-cli/claude-sonnet-4-6 OPENCLAW_LIVE_CLI_BACKEND_RESUME_PROBE=1 bash scripts/test-live-cli-backend-docker.sh",
|
|
1705
|
+
"test:docker:live-cli-backend:gemini": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=google-gemini-cli/gemini-3-flash-preview bash scripts/test-live-cli-backend-docker.sh",
|
|
1706
|
+
"test:docker:live-cli-backend:gemini:mcp": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=google-gemini-cli/gemini-3-flash-preview OPENCLAW_LIVE_CLI_BACKEND_MCP_PROBE=1 bash scripts/test-live-cli-backend-docker.sh",
|
|
1707
|
+
"test:docker:live-cli-backend:gemini:resume": "OPENCLAW_LIVE_CLI_BACKEND_MODEL=google-gemini-cli/gemini-3-flash-preview OPENCLAW_LIVE_CLI_BACKEND_RESUME_PROBE=1 bash scripts/test-live-cli-backend-docker.sh",
|
|
1708
|
+
"test:docker:live-codex-bind": "OPENCLAW_LIVE_CODEX_BIND=1 OPENCLAW_LIVE_CODEX_TEST_FILES=src/gateway/gateway-codex-bind.live.test.ts bash scripts/test-live-codex-harness-docker.sh",
|
|
1709
|
+
"test:docker:live-codex-harness": "bash scripts/test-live-codex-harness-docker.sh",
|
|
1710
|
+
"test:docker:live-codex-media-path": "OPENCLAW_LIVE_CODEX_HARNESS_AUTH=api-key OPENCLAW_LIVE_CODEX_HARNESS_CHAT_IMAGE_PROBE=1 OPENCLAW_LIVE_CODEX_HARNESS_IMAGE_PROBE=0 OPENCLAW_LIVE_CODEX_HARNESS_MCP_PROBE=0 OPENCLAW_LIVE_CODEX_HARNESS_SUBAGENT_PROBE=0 OPENCLAW_LIVE_CODEX_HARNESS_GUARDIAN_PROBE=0 bash scripts/test-live-codex-harness-docker.sh",
|
|
1711
|
+
"test:docker:live-codex-npm-plugin": "bash scripts/e2e/codex-npm-plugin-live-docker.sh",
|
|
1712
|
+
"test:docker:live-plugin-tool": "bash scripts/e2e/live-plugin-tool-docker.sh",
|
|
1713
|
+
"test:docker:live-subagent-announce": "bash scripts/test-live-subagent-announce-docker.sh",
|
|
1714
|
+
"test:docker:live-gateway": "bash scripts/test-live-gateway-models-docker.sh",
|
|
1715
|
+
"test:docker:live-gateway:claude": "OPENCLAW_LIVE_GATEWAY_PROVIDERS=claude-cli OPENCLAW_LIVE_GATEWAY_MODELS=claude-cli/claude-sonnet-4-6 bash scripts/test-live-gateway-models-docker.sh",
|
|
1716
|
+
"test:docker:live-gateway:gemini": "OPENCLAW_LIVE_GATEWAY_PROVIDERS=google-gemini-cli OPENCLAW_LIVE_GATEWAY_MODELS=google-gemini-cli/gemini-3.1-pro-preview bash scripts/test-live-gateway-models-docker.sh",
|
|
1717
|
+
"test:docker:live-models": "bash scripts/test-live-models-docker.sh",
|
|
1718
|
+
"test:docker:live-models:claude": "OPENCLAW_LIVE_PROVIDERS=claude-cli OPENCLAW_LIVE_MODELS=claude-cli/claude-sonnet-4-6 bash scripts/test-live-models-docker.sh",
|
|
1719
|
+
"test:docker:live-models:gemini": "OPENCLAW_LIVE_PROVIDERS=google-gemini-cli OPENCLAW_LIVE_MODELS=google-gemini-cli/gemini-3.1-pro-preview bash scripts/test-live-models-docker.sh",
|
|
1720
|
+
"test:docker:live:all": "node scripts/run-with-env.mjs OPENCLAW_DOCKER_ALL_LIVE_MODE=only -- node scripts/test-docker-all.mjs",
|
|
1721
|
+
"test:docker:local:all": "node scripts/run-with-env.mjs OPENCLAW_DOCKER_ALL_LIVE_MODE=skip -- node scripts/test-docker-all.mjs",
|
|
1722
|
+
"test:docker:mcp-channels": "bash scripts/e2e/mcp-channels-docker.sh",
|
|
1723
|
+
"test:docker:multi-node-update": "bash scripts/e2e/multi-node-update-docker.sh",
|
|
1724
|
+
"test:docker:codex-on-demand": "bash scripts/e2e/codex-on-demand-docker.sh",
|
|
1725
|
+
"test:docker:npm-onboard-channel-agent": "bash scripts/e2e/npm-onboard-channel-agent-docker.sh",
|
|
1726
|
+
"test:docker:npm-onboard-discord-channel-agent": "OPENCLAW_NPM_ONBOARD_CHANNEL=discord bash scripts/e2e/npm-onboard-channel-agent-docker.sh",
|
|
1727
|
+
"test:docker:npm-onboard-slack-channel-agent": "OPENCLAW_NPM_ONBOARD_CHANNEL=slack bash scripts/e2e/npm-onboard-channel-agent-docker.sh",
|
|
1728
|
+
"test:docker:npm-telegram-live": "bash scripts/e2e/npm-telegram-live-docker.sh",
|
|
1729
|
+
"test:docker:onboard": "bash scripts/e2e/onboard-docker.sh",
|
|
1730
|
+
"test:docker:release-user-journey": "bash scripts/e2e/release-user-journey-docker.sh",
|
|
1731
|
+
"test:docker:release-typed-onboarding": "bash scripts/e2e/release-typed-onboarding-docker.sh",
|
|
1732
|
+
"test:docker:release-media-memory": "bash scripts/e2e/release-media-memory-docker.sh",
|
|
1733
|
+
"test:docker:release-upgrade-user-journey": "bash scripts/e2e/release-upgrade-user-journey-docker.sh",
|
|
1734
|
+
"test:docker:release-plugin-marketplace": "bash scripts/e2e/release-plugin-marketplace-docker.sh",
|
|
1735
|
+
"test:docker:openai-chat-tools": "bash scripts/e2e/openai-chat-tools-docker.sh",
|
|
1736
|
+
"test:docker:openai-image-auth": "bash scripts/e2e/openai-image-auth-docker.sh",
|
|
1737
|
+
"test:docker:openai-web-search-minimal": "bash scripts/e2e/openai-web-search-minimal-docker.sh",
|
|
1738
|
+
"test:docker:openwebui": "bash scripts/e2e/openwebui-docker.sh",
|
|
1739
|
+
"test:docker:plugin-binding-command-escape": "bash scripts/e2e/plugin-binding-command-escape-docker.sh",
|
|
1740
|
+
"test:docker:plugin-lifecycle-matrix": "bash scripts/e2e/plugin-lifecycle-matrix-docker.sh",
|
|
1741
|
+
"test:docker:plugin-update": "bash scripts/e2e/plugin-update-unchanged-docker.sh",
|
|
1742
|
+
"test:docker:plugins": "bash scripts/e2e/plugins-docker.sh",
|
|
1743
|
+
"test:docker:published-upgrade-survivor": "env OPENCLAW_UPGRADE_SURVIVOR_PUBLISHED_BASELINE=1 OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC=${OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC:-openclaw@latest} OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT=${OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT:-1500s} bash scripts/e2e/upgrade-survivor-docker.sh",
|
|
1744
|
+
"test:docker:qr": "bash scripts/e2e/qr-import-docker.sh",
|
|
1745
|
+
"test:docker:rerun": "node scripts/docker-e2e-rerun.mjs",
|
|
1746
|
+
"test:docker:root-managed-vps-upgrade": "env OPENCLAW_UPGRADE_SURVIVOR_PUBLISHED_BASELINE=1 OPENCLAW_UPGRADE_SURVIVOR_ROOT_MANAGED_VPS=1 OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC=${OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC:-openclaw@2026.5.7} OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT=${OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT:-1500s} bash scripts/e2e/upgrade-survivor-docker.sh",
|
|
1747
|
+
"test:docker:session-runtime-context": "bash scripts/e2e/session-runtime-context-docker.sh",
|
|
1748
|
+
"test:docker:skill-install": "bash scripts/e2e/skill-install-docker.sh",
|
|
1749
|
+
"test:docker:timings": "node scripts/docker-e2e-timings.mjs",
|
|
1750
|
+
"test:docker:update-channel-switch": "bash scripts/e2e/update-channel-switch-docker.sh",
|
|
1751
|
+
"test:docker:update-corrupt-plugin": "bash scripts/e2e/update-corrupt-plugin-docker.sh",
|
|
1752
|
+
"test:docker:update-migration": "env OPENCLAW_UPGRADE_SURVIVOR_PUBLISHED_BASELINE=1 OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC=${OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC:-openclaw@2026.4.23} OPENCLAW_UPGRADE_SURVIVOR_SCENARIO=${OPENCLAW_UPGRADE_SURVIVOR_SCENARIO:-plugin-deps-cleanup} bash scripts/e2e/upgrade-survivor-docker.sh",
|
|
1753
|
+
"test:docker:update-restart-auth": "env OPENCLAW_UPGRADE_SURVIVOR_UPDATE_RESTART_MODE=auto-auth OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT=${OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT:-1500s} bash scripts/e2e/upgrade-survivor-docker.sh",
|
|
1754
|
+
"test:docker:upgrade-survivor": "bash scripts/e2e/upgrade-survivor-docker.sh",
|
|
1755
|
+
"test:e2e": "pnpm test:e2e:gateway && pnpm test:ui:e2e",
|
|
1756
|
+
"test:e2e:gateway": "node scripts/run-vitest.mjs run --config test/vitest/vitest.e2e.config.ts",
|
|
1757
|
+
"test:e2e:openshell": "node scripts/run-with-env.mjs OPENCLAW_E2E_OPENSHELL=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.e2e.config.ts extensions/openshell/src/backend.e2e.test.ts",
|
|
1758
|
+
"test:e2e:status-corrupt-plugin-deps": "bash scripts/e2e/status-corrupt-plugin-deps.sh",
|
|
1759
|
+
"test:extension": "node scripts/test-extension.mjs",
|
|
1760
|
+
"test:extensions": "node scripts/test-projects.mjs extensions",
|
|
1761
|
+
"test:extensions:batch": "node scripts/test-extension-batch.mjs",
|
|
1762
|
+
"test:extensions:memory": "node scripts/profile-extension-memory.mjs",
|
|
1763
|
+
"test:extensions:package-boundary": "node scripts/check-extension-package-tsc-boundary.mjs",
|
|
1764
|
+
"test:extensions:package-boundary:canary": "node scripts/check-extension-package-tsc-boundary.mjs --mode=canary",
|
|
1765
|
+
"test:extensions:package-boundary:compile": "node scripts/check-extension-package-tsc-boundary.mjs --mode=compile",
|
|
1766
|
+
"test:fast": "node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts",
|
|
1767
|
+
"test:force": "node --import tsx scripts/test-force.ts",
|
|
1768
|
+
"test:gateway": "node scripts/run-with-env.mjs OPENCLAW_GATEWAY_PROJECT_SHARDS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts",
|
|
1769
|
+
"test:gateway:cpu-scenarios": "node scripts/check-gateway-cpu-scenarios.mjs",
|
|
1770
|
+
"test:gateway:memory-fd-repro": "node scripts/check-memory-fd-repro.mjs",
|
|
1771
|
+
"test:gateway:watch-regression": "node scripts/check-gateway-watch-regression.mjs",
|
|
1772
|
+
"test:install:e2e": "bash scripts/test-install-sh-e2e-docker.sh",
|
|
1773
|
+
"test:install:e2e:anthropic": "OPENCLAW_E2E_MODELS=anthropic bash scripts/test-install-sh-e2e-docker.sh",
|
|
1774
|
+
"test:install:e2e:openai": "OPENCLAW_E2E_MODELS=openai bash scripts/test-install-sh-e2e-docker.sh",
|
|
1775
|
+
"test:install:smoke": "bash scripts/test-install-sh-docker.sh",
|
|
1776
|
+
"test:live": "node scripts/test-live.mjs",
|
|
1777
|
+
"test:live:cache": "node scripts/run-with-env.mjs OPENCLAW_LIVE_TEST=1 OPENCLAW_LIVE_CACHE_TEST=1 -- node --import tsx scripts/check-live-cache.ts",
|
|
1778
|
+
"test:live:codex-harness": "node scripts/test-live.mjs --codex-harness -- src/gateway/gateway-codex-harness.live.test.ts",
|
|
1779
|
+
"test:live:crestodian-rescue-channel": "node scripts/run-with-env.mjs OPENCLAW_LIVE_CRESTODIAN_RESCUE_CHANNEL=1 -- node scripts/test-live.mjs -- src/crestodian/rescue-channel.live.test.ts",
|
|
1780
|
+
"test:live:gateway-profiles": "node scripts/test-live.mjs -- src/gateway/gateway-models.profiles.live.test.ts",
|
|
1781
|
+
"test:live:media": "node --import tsx scripts/test-live-media.ts",
|
|
1782
|
+
"test:live:media:image": "node --import tsx scripts/test-live-media.ts image",
|
|
1783
|
+
"test:live:media:music": "node --import tsx scripts/test-live-media.ts music",
|
|
1784
|
+
"test:live:media:video": "node --import tsx scripts/test-live-media.ts video",
|
|
1785
|
+
"test:live:models-profiles": "node scripts/test-live.mjs -- src/agents/models.profiles.live.test.ts",
|
|
1786
|
+
"test:macos:ci": "node scripts/test-projects.mjs src/daemon/launchd.test.ts src/daemon/runtime-paths.test.ts src/daemon/runtime-binary.test.ts src/infra/brew.test.ts src/infra/stable-node-path.test.ts test/scripts/vitest-process-group.test.ts test/scripts/package-mac-app.test.ts test/scripts/package-mac-dist.test.ts test/scripts/create-dmg.test.ts",
|
|
1787
|
+
"test:max": "node scripts/test-projects-max.mjs",
|
|
1788
|
+
"test:parallels:linux": "bash scripts/e2e/parallels-linux-smoke.sh",
|
|
1789
|
+
"test:parallels:macos": "bash scripts/e2e/parallels-macos-smoke.sh",
|
|
1790
|
+
"test:parallels:npm-update": "bash scripts/e2e/parallels-npm-update-smoke.sh",
|
|
1791
|
+
"test:parallels:windows": "bash scripts/e2e/parallels-windows-smoke.sh",
|
|
1792
|
+
"test:perf:budget": "node scripts/test-perf-budget.mjs",
|
|
1793
|
+
"test:perf:changed:bench": "node scripts/bench-test-changed.mjs",
|
|
1794
|
+
"test:perf:groups": "node scripts/test-group-report.mjs",
|
|
1795
|
+
"test:perf:groups:compare": "node scripts/test-group-report.mjs --compare",
|
|
1796
|
+
"test:perf:hotspots": "node scripts/test-hotspots.mjs",
|
|
1797
|
+
"test:perf:imports": "node scripts/test-projects-imports.mjs",
|
|
1798
|
+
"test:perf:imports:changed": "node scripts/test-projects-imports.mjs --changed origin/main",
|
|
1799
|
+
"test:perf:profile:main": "node scripts/run-vitest-profile.mjs main",
|
|
1800
|
+
"test:perf:profile:runner": "node scripts/run-vitest-profile.mjs runner",
|
|
1801
|
+
"test:plugins:gateway-gauntlet": "node scripts/check-plugin-gateway-gauntlet.mjs",
|
|
1802
|
+
"test:plugins:kitchen-sink-live": "bash -lc 'if [ -x \"$HOME/.local/bin/openclaw-testbox-env\" ]; then exec \"$HOME/.local/bin/openclaw-testbox-env\" pnpm openclaw qa suite --provider-mode live-frontier --scenario kitchen-sink-live-openai; fi; exec pnpm openclaw qa suite --provider-mode live-frontier --scenario kitchen-sink-live-openai'",
|
|
1803
|
+
"test:plugins:kitchen-sink-rpc": "node --import tsx scripts/e2e/kitchen-sink-rpc-walk.mjs",
|
|
1804
|
+
"test:sectriage": "node scripts/run-with-env.mjs OPENCLAW_GATEWAY_PROJECT_SHARDS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts && node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts --exclude src/daemon/launchd.integration.test.ts --exclude src/process/exec.test.ts",
|
|
1805
|
+
"test:serial": "node scripts/test-projects-serial.mjs",
|
|
1806
|
+
"test:stability:gateway": "node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts src/gateway/gateway-stability.test.ts && node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.logging.config.ts src/logging/diagnostic-stability-bundle.test.ts && node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.infra.config.ts src/infra/fatal-error-hooks.test.ts",
|
|
1807
|
+
"test:cli-response:contract": "node scripts/build-all.mjs cliStartup && node scripts/test-cli-startup-bench-budget.mjs --preset response --runs 1 --warmup 0 --timeout-ms 10000 --skip-baseline",
|
|
1808
|
+
"test:startup:bench": "node --import tsx scripts/bench-cli-startup.ts",
|
|
1809
|
+
"test:startup:bench:check": "node scripts/test-cli-startup-bench-budget.mjs",
|
|
1810
|
+
"test:startup:bench:save": "node --import tsx scripts/bench-cli-startup.ts --preset all --runs 5 --warmup 1 --output .artifacts/cli-startup-bench-all.json",
|
|
1811
|
+
"test:startup:bench:smoke": "node scripts/ensure-cli-startup-build.mjs && node --import tsx scripts/bench-cli-startup.ts --preset real --case gatewayStatusJson --runs 1 --warmup 0 --output .artifacts/cli-startup-bench-smoke.json",
|
|
1812
|
+
"test:startup:bench:update": "node scripts/test-update-cli-startup-bench.mjs",
|
|
1813
|
+
"test:startup:gateway": "node --import tsx scripts/bench-gateway-startup.ts",
|
|
1814
|
+
"test:restart:gateway": "node --import tsx scripts/bench-gateway-restart.ts",
|
|
1815
|
+
"test:startup:memory": "node scripts/ensure-cli-startup-build.mjs && node scripts/check-cli-startup-memory.mjs",
|
|
1816
|
+
"test:ui": "pnpm ui:i18n:check && pnpm lint:ui:no-raw-window-open && pnpm --dir ui test",
|
|
1817
|
+
"test:ui:e2e": "node scripts/ensure-playwright-chromium.mjs && node scripts/run-vitest.mjs run --config test/vitest/vitest.ui-e2e.config.ts --configLoader runner",
|
|
1818
|
+
"test:unit": "pnpm test:unit:fast && node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts",
|
|
1819
|
+
"test:unit:fast": "node scripts/run-vitest.mjs run --config test/vitest/vitest.unit-fast.config.ts",
|
|
1820
|
+
"test:unit:fast:audit": "node scripts/test-unit-fast-audit.mjs",
|
|
1821
|
+
"test:voicecall:closedloop": "node scripts/test-voicecall-closedloop.mjs",
|
|
1822
|
+
"test:watch": "node scripts/test-projects.mjs --watch",
|
|
1823
|
+
"test:windows:ci": "node scripts/test-projects.mjs src/shared/runtime-import.test.ts src/plugins/import-specifier.test.ts src/process/exec.windows.test.ts src/process/windows-command.test.ts src/infra/windows-install-roots.test.ts extensions/lobster/src/lobster-runner.test.ts test/scripts/format-generated-module.test.ts test/scripts/npm-runner.test.ts test/scripts/pnpm-runner.test.ts test/scripts/run-with-env.test.ts test/scripts/ui.test.ts test/scripts/vitest-process-group.test.ts",
|
|
1824
|
+
"tool-display:check": "node --import tsx scripts/tool-display.ts --check",
|
|
1825
|
+
"tool-display:write": "node --import tsx scripts/tool-display.ts --write",
|
|
1826
|
+
"ts-topology": "node --import tsx scripts/ts-topology.ts",
|
|
1827
|
+
"tsgo": "pnpm tsgo:core",
|
|
1828
|
+
"tsgo:all": "node scripts/run-tsgo.mjs -b tsconfig.projects.json",
|
|
1829
|
+
"tsgo:core": "node scripts/run-tsgo.mjs -p tsconfig.core.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/core.tsbuildinfo",
|
|
1830
|
+
"tsgo:core:all": "node scripts/run-tsgo.mjs -b tsconfig.core.projects.json",
|
|
1831
|
+
"tsgo:core:test": "node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.core.test.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/core-test.tsbuildinfo",
|
|
1832
|
+
"tsgo:extensions": "node scripts/run-tsgo.mjs -p tsconfig.extensions.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/extensions.tsbuildinfo",
|
|
1833
|
+
"tsgo:extensions:all": "node scripts/run-tsgo.mjs -b tsconfig.extensions.projects.json",
|
|
1834
|
+
"tsgo:extensions:test": "node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.extensions.test.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/extensions-test.tsbuildinfo",
|
|
1835
|
+
"tsgo:prod": "pnpm tsgo:core && pnpm tsgo:extensions",
|
|
1836
|
+
"tsgo:profile": "node scripts/profile-tsgo.mjs",
|
|
1837
|
+
"tsgo:test": "pnpm tsgo:core:test && pnpm tsgo:extensions:test",
|
|
1838
|
+
"tsgo:test:extensions": "pnpm tsgo:extensions:test",
|
|
1839
|
+
"tsgo:test:packages": "node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.test.packages.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/test-packages.tsbuildinfo",
|
|
1840
|
+
"tsgo:test:src": "node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.test.src.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/test-src.tsbuildinfo",
|
|
1841
|
+
"tsgo:test:ui": "node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.test.ui.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/test-ui.tsbuildinfo",
|
|
1842
|
+
"tui": "node scripts/run-node.mjs tui",
|
|
1843
|
+
"tui:dev": "node scripts/run-with-env.mjs OPENCLAW_PROFILE=dev -- node scripts/run-node.mjs --dev tui",
|
|
1844
|
+
"tui:pty:test:watch": "node --import tsx scripts/dev/tui-pty-test-watch.ts",
|
|
1845
|
+
"tui:pty:test:watch:all": "node --import tsx scripts/dev/tui-pty-test-watch.ts --mode all",
|
|
1846
|
+
"tui:pty:test:watch:fake": "node --import tsx scripts/dev/tui-pty-test-watch.ts --mode fake",
|
|
1847
|
+
"tui:pty:test:watch:local": "node --import tsx scripts/dev/tui-pty-test-watch.ts --mode local",
|
|
1848
|
+
"ui:build": "node scripts/ui.js build",
|
|
1849
|
+
"ui:dev": "node scripts/ui.js dev",
|
|
1850
|
+
"ui:i18n:check": "node --import tsx scripts/control-ui-i18n.ts check",
|
|
1851
|
+
"ui:i18n:report": "node --import tsx scripts/control-ui-i18n-report.ts",
|
|
1852
|
+
"ui:i18n:sync": "node --import tsx scripts/control-ui-i18n.ts sync --write",
|
|
1853
|
+
"ui:install": "node scripts/ui.js install",
|
|
1854
|
+
"verify": "node scripts/verify.mjs"
|
|
1855
|
+
},
|
|
1856
|
+
"dependencies": {
|
|
1857
|
+
"@agentclientprotocol/sdk": "0.22.1",
|
|
1858
|
+
"@anthropic-ai/sdk": "0.98.0",
|
|
1859
|
+
"@clack/core": "1.3.1",
|
|
1860
|
+
"@clack/prompts": "1.4.0",
|
|
1861
|
+
"@earendil-works/pi-tui": "0.76.0",
|
|
1862
|
+
"@google/genai": "2.6.0",
|
|
1863
|
+
"@grammyjs/runner": "2.0.3",
|
|
1864
|
+
"@grammyjs/transformer-throttler": "1.2.1",
|
|
1865
|
+
"@homebridge/ciao": "1.3.9",
|
|
1866
|
+
"@lydell/node-pty": "1.2.0-beta.12",
|
|
1867
|
+
"@mistralai/mistralai": "2.2.5",
|
|
1868
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
1869
|
+
"@mozilla/readability": "0.6.0",
|
|
1870
|
+
"@openclaw/fs-safe": "0.3.0",
|
|
1871
|
+
"@openclaw/proxyline": "0.3.3",
|
|
1872
|
+
"chalk": "5.6.2",
|
|
1873
|
+
"chokidar": "5.0.0",
|
|
1874
|
+
"clawpdf": "0.2.0",
|
|
1875
|
+
"commander": "14.0.3",
|
|
1876
|
+
"croner": "10.0.1",
|
|
1877
|
+
"cross-spawn": "7.0.6",
|
|
1878
|
+
"diff": "9.0.0",
|
|
1879
|
+
"dotenv": "17.4.2",
|
|
1880
|
+
"express": "5.2.1",
|
|
1881
|
+
"file-type": "22.0.1",
|
|
1882
|
+
"glob": "13.0.6",
|
|
1883
|
+
"grammy": "1.43.0",
|
|
1884
|
+
"highlight.js": "11.11.1",
|
|
1885
|
+
"hosted-git-info": "9.0.3",
|
|
1886
|
+
"ignore": "7.0.5",
|
|
1887
|
+
"jiti": "2.7.0",
|
|
1888
|
+
"json5": "2.2.3",
|
|
1889
|
+
"jszip": "3.10.1",
|
|
1890
|
+
"kysely": "0.29.2",
|
|
1891
|
+
"linkedom": "0.18.12",
|
|
1892
|
+
"minimatch": "10.2.5",
|
|
1893
|
+
"node-edge-tts": "1.2.10",
|
|
1894
|
+
"openai": "6.39.0",
|
|
1895
|
+
"partial-json": "0.1.7",
|
|
1896
|
+
"playwright-core": "1.60.0",
|
|
1897
|
+
"proper-lockfile": "4.1.2",
|
|
1898
|
+
"qrcode": "1.5.4",
|
|
1899
|
+
"quickjs-wasi": "3.0.0",
|
|
1900
|
+
"rastermill": "0.3.1",
|
|
1901
|
+
"tar": "7.5.15",
|
|
1902
|
+
"tree-sitter-bash": "0.25.1",
|
|
1903
|
+
"tslog": "4.10.2",
|
|
1904
|
+
"typebox": "1.1.38",
|
|
1905
|
+
"typescript": "6.0.3",
|
|
1906
|
+
"undici": "8.3.0",
|
|
1907
|
+
"web-push": "3.6.7",
|
|
1908
|
+
"web-tree-sitter": "0.26.9",
|
|
1909
|
+
"ws": "8.21.0",
|
|
1910
|
+
"yaml": "2.9.0",
|
|
1911
|
+
"zod": "4.4.3"
|
|
1912
|
+
},
|
|
1913
|
+
"devDependencies": {
|
|
1914
|
+
"@a2ui/lit": "0.10.0",
|
|
1915
|
+
"@copilotkit/aimock": "1.27.1",
|
|
1916
|
+
"@grammyjs/types": "3.27.3",
|
|
1917
|
+
"@lit-labs/signals": "0.3.0",
|
|
1918
|
+
"@lit/context": "1.1.6",
|
|
1919
|
+
"@mdx-js/mdx": "3.1.1",
|
|
1920
|
+
"@shikijs/core": "4.1.0",
|
|
1921
|
+
"@shikijs/engine-javascript": "4.1.0",
|
|
1922
|
+
"@shikijs/engine-oniguruma": "4.1.0",
|
|
1923
|
+
"@types/cross-spawn": "6.0.6",
|
|
1924
|
+
"@types/express": "5.0.6",
|
|
1925
|
+
"@types/hosted-git-info": "3.0.5",
|
|
1926
|
+
"@types/markdown-it": "14.1.2",
|
|
1927
|
+
"@types/node": "25.9.1",
|
|
1928
|
+
"@types/proper-lockfile": "4.1.4",
|
|
1929
|
+
"@types/ws": "8.18.1",
|
|
1930
|
+
"@typescript/native-preview": "7.0.0-dev.20260527.2",
|
|
1931
|
+
"@vitest/coverage-v8": "4.1.7",
|
|
1932
|
+
"esbuild": "0.28.0",
|
|
1933
|
+
"jscpd": "4.2.4",
|
|
1934
|
+
"jsdom": "29.1.1",
|
|
1935
|
+
"lit": "3.3.3",
|
|
1936
|
+
"oxfmt": "0.52.0",
|
|
1937
|
+
"oxlint": "1.67.0",
|
|
1938
|
+
"oxlint-tsgolint": "0.23.0",
|
|
1939
|
+
"shiki": "4.1.0",
|
|
1940
|
+
"signal-utils": "0.21.1",
|
|
1941
|
+
"tsdown": "0.22.0",
|
|
1942
|
+
"tsx": "4.22.3",
|
|
1943
|
+
"unrun": "0.3.0",
|
|
1944
|
+
"vitest": "4.1.7"
|
|
1945
|
+
},
|
|
1946
|
+
"optionalDependencies": {
|
|
1947
|
+
"sqlite-vec": "0.1.9"
|
|
1948
|
+
},
|
|
1949
|
+
"overrides": {
|
|
1950
|
+
"axios": "1.16.0",
|
|
1951
|
+
"fast-uri": "3.1.2",
|
|
1952
|
+
"follow-redirects": "1.16.0",
|
|
1953
|
+
"ip-address": "10.2.0",
|
|
1954
|
+
"node-domexception": "npm:@nolyfill/domexception@1.0.28",
|
|
1955
|
+
"uuid": "14.0.0"
|
|
1956
|
+
},
|
|
1957
|
+
"engines": {
|
|
1958
|
+
"node": ">=22.19.0"
|
|
1959
|
+
},
|
|
1960
|
+
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
|
|
1961
|
+
}
|