@desplega.ai/agent-swarm 1.115.0 → 1.117.0
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/README.md +2 -2
- package/dist/{actions-17ya5wde.js → actions-7bnvhcgs.js} +10 -8
- package/dist/{app-4f718yk0.js → app-976fykvr.js} +3 -3
- package/dist/{assistant-ah7csnjz.js → assistant-5drs03t0.js} +13 -11
- package/dist/{boot-reembed-4jpxhb25.js → boot-reembed-0zhftca3.js} +4 -4
- package/dist/{boot-reembed-qata34xa.js → boot-reembed-wce58xfv.js} +3 -3
- package/dist/{boot-scrub-logs-tv48nn3z.js → boot-scrub-logs-vkd2vvxp.js} +2 -2
- package/dist/{cli-zsrdty74.js → cli-09j7m5v3.js} +4 -4
- package/dist/{cli-beea4a3y.js → cli-1987vgjc.js} +3 -3
- package/dist/{cli-k3y4z3h5.js → cli-5ekf4gcj.js} +2 -76
- package/dist/{cli-cnwssmsr.js → cli-6058t3w0.js} +1 -1
- package/dist/{cli-tffvrh6j.js → cli-9kk0xa5w.js} +1 -1
- package/dist/{cli-q1rx7g0d.js → cli-e0xv4nd4.js} +11 -9
- package/dist/{cli-12vb0xg6.js → cli-f5cx2j92.js} +2 -2
- package/dist/{cli-3samkyap.js → cli-fep22bhf.js} +2 -2
- package/dist/{cli-t0vqevnm.js → cli-hmw1vk30.js} +1 -1
- package/dist/{cli-pet3aev6.js → cli-jkp1gndy.js} +5 -5
- package/dist/{cli-52fg7s7x.js → cli-kfjs4fjw.js} +1 -1
- package/dist/{cli-65ekje01.js → cli-m4p6c600.js} +10 -8
- package/dist/{cli-cchksf5q.js → cli-ndsyqqqk.js} +2 -2
- package/dist/{cli-tece6zgm.js → cli-q0yn57de.js} +1 -1
- package/dist/{cli-hrhye2rm.js → cli-r06ed00c.js} +70 -24
- package/dist/{cli-7xje5amz.js → cli-rymspw51.js} +1 -1
- package/dist/{cli-15y7qhzp.js → cli-s5q026mr.js} +295 -4
- package/dist/{cli-shvaxw27.js → cli-t6n84nqv.js} +8 -6
- package/dist/{cli-r9f6ngrf.js → cli-vwhg6sbn.js} +2 -2
- package/dist/{cli-6aq8xhvm.js → cli-w5axeg22.js} +1 -1
- package/dist/{cli-b23axgz4.js → cli-xcp5dmts.js} +2 -2
- package/dist/{cli-dcca6j8m.js → cli-yarjrgd5.js} +1 -1
- package/dist/{cli-cmw9rzy5.js → cli-z824vphk.js} +2 -2
- package/dist/cli.js +10 -10
- package/dist/{commands-hch4e2k1.js → commands-b3p0fjzd.js} +2 -2
- package/dist/{db-p3h2j06x.js → db-6xw82vz3.js} +2 -2
- package/dist/{handlers-9er4zx9q.js → handlers-kwrk085v.js} +13 -11
- package/dist/{hook-4axs756z.js → hook-e4wdztg5.js} +1 -1
- package/dist/{http-809fvtz2.js → http-x7svk8q5.js} +41 -37
- package/dist/{index-rm85cfdx.js → index-35tw5g2v.js} +6 -6
- package/dist/{index-47em3d2n.js → index-aadhkkde.js} +10 -10
- package/dist/{index-9fqaktjr.js → index-qb6nfqmy.js} +8 -8
- package/dist/{index-9ht8gr56.js → index-zj38e3q2.js} +9 -9
- package/dist/{keepalive-3cps6e3e.js → keepalive-enehyqc8.js} +4 -4
- package/dist/{lead-fkk95wgq.js → lead-nmzd0ykq.js} +18 -18
- package/dist/{maintenance-fweqh0yj.js → maintenance-staxb3xt.js} +4 -4
- package/dist/{oauth-refresh-sweep-sycqtbph.js → oauth-refresh-sweep-fqczcwxn.js} +3 -3
- package/dist/{onboard-cy0rkgvx.js → onboard-shmqj6ep.js} +2 -2
- package/dist/{otel-impl-wbns8hf7.js → otel-impl-726bmdyc.js} +1 -1
- package/dist/{pricing-refresh-0hvazmkf.js → pricing-refresh-rzwka8rf.js} +4 -4
- package/dist/{rbac-roles-kfesjy9y.js → rbac-roles-chkhakmf.js} +3 -3
- package/dist/{rbac-roles-mwcwhbxc.js → rbac-roles-j2k0h8sx.js} +2 -2
- package/dist/{seed-pricing-h2kdq4cq.js → seed-pricing-vta6a1q3.js} +3 -3
- package/dist/{setup-8506q97w.js → setup-yv9ctywz.js} +2 -2
- package/dist/{worker-4r5c6zyb.js → worker-7w6571j0.js} +18 -18
- package/openapi.json +1 -1
- package/package.json +2 -2
- package/src/be/db.ts +89 -3
- package/src/server-user.ts +1 -0
- package/src/tasks/slack-routing.ts +147 -0
- package/src/tests/approval-requests.test.ts +36 -0
- package/src/tests/http-api-integration.test.ts +38 -0
- package/src/tests/pages-complete-fetch.test.ts +54 -0
- package/src/tests/send-task-slack-routing-guard.test.ts +355 -0
- package/src/tests/slack-metadata-inheritance.test.ts +279 -1
- package/src/tests/slack-routing-guard.test.ts +164 -0
- package/src/tools/send-task.ts +145 -82
|
@@ -3,32 +3,31 @@ import {
|
|
|
3
3
|
getBufferMessageCount,
|
|
4
4
|
instantFlush,
|
|
5
5
|
wasEventSeen
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-m4p6c600.js";
|
|
7
7
|
import {
|
|
8
8
|
extractSlackMessageText,
|
|
9
9
|
extractTaskFromMessage,
|
|
10
10
|
hasOtherUserMention,
|
|
11
11
|
routeMessage
|
|
12
|
-
} from "./cli-
|
|
12
|
+
} from "./cli-9kk0xa5w.js";
|
|
13
13
|
import {
|
|
14
14
|
registerTreeMessage
|
|
15
|
-
} from "./cli-
|
|
15
|
+
} from "./cli-jkp1gndy.js";
|
|
16
16
|
import"./cli-rkndnn90.js";
|
|
17
17
|
import"./cli-b0p7rfnd.js";
|
|
18
18
|
import {
|
|
19
19
|
enrichSlackUserEmail,
|
|
20
20
|
resolveSlackUserId,
|
|
21
21
|
rewriteSlackMentions
|
|
22
|
-
} from "./cli-
|
|
23
|
-
import"./cli-
|
|
22
|
+
} from "./cli-ndsyqqqk.js";
|
|
23
|
+
import"./cli-w5axeg22.js";
|
|
24
24
|
import {
|
|
25
25
|
buildTreeBlocks
|
|
26
26
|
} from "./cli-ma04faw5.js";
|
|
27
27
|
import"./cli-wspgs9bt.js";
|
|
28
28
|
import {
|
|
29
|
-
createTaskWithSiblingAwareness
|
|
30
|
-
|
|
31
|
-
} from "./cli-k3y4z3h5.js";
|
|
29
|
+
createTaskWithSiblingAwareness
|
|
30
|
+
} from "./cli-5ekf4gcj.js";
|
|
32
31
|
import"./cli-dh55d5fg.js";
|
|
33
32
|
import {
|
|
34
33
|
getAgentById,
|
|
@@ -36,14 +35,16 @@ import {
|
|
|
36
35
|
getLeadAgent,
|
|
37
36
|
getMostRecentTaskInThread,
|
|
38
37
|
getTasksByAgentId,
|
|
38
|
+
init_context_key,
|
|
39
39
|
init_db,
|
|
40
40
|
init_resolver,
|
|
41
|
-
resolveTemplate
|
|
42
|
-
|
|
41
|
+
resolveTemplate,
|
|
42
|
+
slackContextKey
|
|
43
|
+
} from "./cli-s5q026mr.js";
|
|
43
44
|
import"./cli-z2zcxes1.js";
|
|
44
45
|
import"./cli-bw80ck94.js";
|
|
45
46
|
import"./cli-xz9aq0rf.js";
|
|
46
|
-
import"./cli-
|
|
47
|
+
import"./cli-xcp5dmts.js";
|
|
47
48
|
import"./cli-4j2mrzag.js";
|
|
48
49
|
import"./cli-e15jhafb.js";
|
|
49
50
|
import {
|
|
@@ -56,6 +57,7 @@ import"./cli-p9swy5t3.js";
|
|
|
56
57
|
// src/slack/handlers.ts
|
|
57
58
|
init_db();
|
|
58
59
|
init_resolver();
|
|
60
|
+
init_context_key();
|
|
59
61
|
init_event_bus();
|
|
60
62
|
var allowedEmailDomains = (process.env.SLACK_ALLOWED_EMAIL_DOMAINS || "").split(",").map((d) => d.trim().toLowerCase()).filter(Boolean);
|
|
61
63
|
var allowedUserIds = (process.env.SLACK_ALLOWED_USER_IDS || "").split(",").map((id) => id.trim()).filter(Boolean);
|
|
@@ -123,7 +123,7 @@ import {
|
|
|
123
123
|
withRemoteContext,
|
|
124
124
|
withSpanContext,
|
|
125
125
|
writeSkillsToFilesystem
|
|
126
|
-
} from "./cli-
|
|
126
|
+
} from "./cli-r06ed00c.js";
|
|
127
127
|
import"./cli-1z7048dy.js";
|
|
128
128
|
import {
|
|
129
129
|
BROWSER_SDK_JS,
|
|
@@ -144,13 +144,13 @@ import {
|
|
|
144
144
|
import {
|
|
145
145
|
reasoningCapability
|
|
146
146
|
} from "./cli-e61fs2hp.js";
|
|
147
|
-
import"./cli-
|
|
147
|
+
import"./cli-fep22bhf.js";
|
|
148
148
|
import {
|
|
149
149
|
normalizeModelKey
|
|
150
|
-
} from "./cli-
|
|
150
|
+
} from "./cli-q0yn57de.js";
|
|
151
151
|
import {
|
|
152
152
|
getUserGrant
|
|
153
|
-
} from "./cli-
|
|
153
|
+
} from "./cli-kfjs4fjw.js";
|
|
154
154
|
import {
|
|
155
155
|
can,
|
|
156
156
|
clearAuditSink,
|
|
@@ -165,16 +165,16 @@ import {
|
|
|
165
165
|
scriptSdkTypesWithGeneratedApis,
|
|
166
166
|
scriptStdlibTypesWithGeneratedApis,
|
|
167
167
|
typecheckScript
|
|
168
|
-
} from "./cli-
|
|
168
|
+
} from "./cli-f5cx2j92.js";
|
|
169
169
|
import {
|
|
170
170
|
checkHeartbeatChecklist,
|
|
171
171
|
runHeartbeatSweep,
|
|
172
172
|
stopHeartbeat
|
|
173
|
-
} from "./cli-
|
|
173
|
+
} from "./cli-1987vgjc.js";
|
|
174
174
|
import {
|
|
175
175
|
createResumeFollowUp,
|
|
176
176
|
createWorkerTaskFollowUp
|
|
177
|
-
} from "./cli-
|
|
177
|
+
} from "./cli-yarjrgd5.js";
|
|
178
178
|
import"./cli-fad8m16k.js";
|
|
179
179
|
import {
|
|
180
180
|
calculateNextRun,
|
|
@@ -182,7 +182,7 @@ import {
|
|
|
182
182
|
ensure,
|
|
183
183
|
initialize,
|
|
184
184
|
require_dist
|
|
185
|
-
} from "./cli-
|
|
185
|
+
} from "./cli-t6n84nqv.js";
|
|
186
186
|
import {
|
|
187
187
|
RawLlmConfigSchema,
|
|
188
188
|
TriggerSchemaError,
|
|
@@ -204,7 +204,7 @@ import {
|
|
|
204
204
|
validateDefinition,
|
|
205
205
|
validateJsonSchema,
|
|
206
206
|
verifyHmacSignature
|
|
207
|
-
} from "./cli-
|
|
207
|
+
} from "./cli-e0xv4nd4.js";
|
|
208
208
|
import {
|
|
209
209
|
getApiKey
|
|
210
210
|
} from "./cli-f14fvzag.js";
|
|
@@ -256,11 +256,11 @@ import {
|
|
|
256
256
|
upsertMcpOAuthToken,
|
|
257
257
|
upsertScriptByName,
|
|
258
258
|
upsertScriptConnection
|
|
259
|
-
} from "./cli-
|
|
259
|
+
} from "./cli-vwhg6sbn.js";
|
|
260
260
|
import"./cli-jkhwmmgg.js";
|
|
261
261
|
import {
|
|
262
262
|
searchScripts
|
|
263
|
-
} from "./cli-
|
|
263
|
+
} from "./cli-z824vphk.js";
|
|
264
264
|
import {
|
|
265
265
|
CANDIDATE_SET_MULTIPLIER,
|
|
266
266
|
getEmbeddingProvider,
|
|
@@ -268,7 +268,7 @@ import {
|
|
|
268
268
|
init_constants,
|
|
269
269
|
init_reranker,
|
|
270
270
|
rerank
|
|
271
|
-
} from "./cli-
|
|
271
|
+
} from "./cli-rymspw51.js";
|
|
272
272
|
import"./cli-q25ejbyn.js";
|
|
273
273
|
import {
|
|
274
274
|
acquireOAuthRefreshLock,
|
|
@@ -281,14 +281,14 @@ import {
|
|
|
281
281
|
getOAuthTokens,
|
|
282
282
|
releaseOAuthRefreshLock,
|
|
283
283
|
upsertOAuthApp
|
|
284
|
-
} from "./cli-
|
|
284
|
+
} from "./cli-hmw1vk30.js";
|
|
285
285
|
import"./cli-0pygq9r1.js";
|
|
286
|
-
import"./cli-
|
|
286
|
+
import"./cli-9kk0xa5w.js";
|
|
287
287
|
import {
|
|
288
288
|
getSlackApp,
|
|
289
289
|
startSlackApp,
|
|
290
290
|
stopSlackApp
|
|
291
|
-
} from "./cli-
|
|
291
|
+
} from "./cli-jkp1gndy.js";
|
|
292
292
|
import"./cli-rkndnn90.js";
|
|
293
293
|
import"./cli-b0p7rfnd.js";
|
|
294
294
|
import {
|
|
@@ -308,15 +308,12 @@ import {
|
|
|
308
308
|
resolveUserByToken,
|
|
309
309
|
revokeToken,
|
|
310
310
|
unlinkIdentity
|
|
311
|
-
} from "./cli-
|
|
311
|
+
} from "./cli-w5axeg22.js";
|
|
312
312
|
import"./cli-ma04faw5.js";
|
|
313
313
|
import"./cli-wspgs9bt.js";
|
|
314
314
|
import {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
gitlabContextKey,
|
|
318
|
-
pageContextKey
|
|
319
|
-
} from "./cli-k3y4z3h5.js";
|
|
315
|
+
createTaskWithSiblingAwareness
|
|
316
|
+
} from "./cli-5ekf4gcj.js";
|
|
320
317
|
import {
|
|
321
318
|
getAppUrl,
|
|
322
319
|
getConfiguredAppUrls,
|
|
@@ -374,6 +371,7 @@ import {
|
|
|
374
371
|
WorkflowNodePatchSchema,
|
|
375
372
|
WorkflowPatchSchema,
|
|
376
373
|
WorkflowRunStatusSchema,
|
|
374
|
+
agentContextKey,
|
|
377
375
|
backfillSupersedeTaskResumeTaskId,
|
|
378
376
|
cancelTask,
|
|
379
377
|
checkoutPromptTemplate,
|
|
@@ -522,12 +520,14 @@ import {
|
|
|
522
520
|
getWorkflowRunStepsByRunId,
|
|
523
521
|
getWorkflowVersion,
|
|
524
522
|
getWorkflowVersions,
|
|
523
|
+
gitlabContextKey,
|
|
525
524
|
hasCapacity,
|
|
526
525
|
hasFirstCompletedTask,
|
|
527
526
|
heartbeatActiveSession,
|
|
528
527
|
incrKv,
|
|
529
528
|
incrementPageViewCount,
|
|
530
529
|
initTelemetry,
|
|
530
|
+
init_context_key,
|
|
531
531
|
init_date_utils,
|
|
532
532
|
init_db,
|
|
533
533
|
init_registry,
|
|
@@ -567,6 +567,7 @@ import {
|
|
|
567
567
|
markKeyRateLimited,
|
|
568
568
|
maskSecrets,
|
|
569
569
|
normalizeDate,
|
|
570
|
+
pageContextKey,
|
|
570
571
|
pauseTask,
|
|
571
572
|
recordBudgetRefusalNotification,
|
|
572
573
|
recordInlineScriptRun,
|
|
@@ -624,7 +625,7 @@ import {
|
|
|
624
625
|
upsertSwarmConfig,
|
|
625
626
|
validateConfigValue,
|
|
626
627
|
withFavoriteFlags
|
|
627
|
-
} from "./cli-
|
|
628
|
+
} from "./cli-s5q026mr.js";
|
|
628
629
|
import"./cli-z2zcxes1.js";
|
|
629
630
|
import {
|
|
630
631
|
init_zod
|
|
@@ -639,7 +640,7 @@ import {
|
|
|
639
640
|
import {
|
|
640
641
|
init_package,
|
|
641
642
|
package_default
|
|
642
|
-
} from "./cli-
|
|
643
|
+
} from "./cli-xcp5dmts.js";
|
|
643
644
|
import {
|
|
644
645
|
init_secret_scrubber,
|
|
645
646
|
registerVolatileSecret,
|
|
@@ -729,6 +730,7 @@ var GITLAB_BOT_NAME = process.env.GITLAB_BOT_NAME ?? "agent-swarm-bot";
|
|
|
729
730
|
// src/gitlab/handlers.ts
|
|
730
731
|
init_db();
|
|
731
732
|
init_resolver();
|
|
733
|
+
init_context_key();
|
|
732
734
|
|
|
733
735
|
// src/gitlab/reactions.ts
|
|
734
736
|
function headers() {
|
|
@@ -4684,6 +4686,7 @@ var handleIntegrations = createIntegrationsHandler();
|
|
|
4684
4686
|
// src/http/kv.ts
|
|
4685
4687
|
init_zod();
|
|
4686
4688
|
init_db();
|
|
4689
|
+
init_context_key();
|
|
4687
4690
|
init_types();
|
|
4688
4691
|
var MAX_KV_BODY_BYTES = 2 * 1024 * 1024;
|
|
4689
4692
|
var MAX_KV_LIST_LIMIT = 1000;
|
|
@@ -7651,6 +7654,7 @@ function createUserServer(user) {
|
|
|
7651
7654
|
return sendTaskHandler(userCtx(user, info.sessionId), {
|
|
7652
7655
|
offerMode: false,
|
|
7653
7656
|
allowDuplicate: false,
|
|
7657
|
+
overrideSlackContext: false,
|
|
7654
7658
|
...args
|
|
7655
7659
|
});
|
|
7656
7660
|
});
|
|
@@ -20316,14 +20320,14 @@ async function shutdown() {
|
|
|
20316
20320
|
sessionsProcessed: getServerSessionsProcessed()
|
|
20317
20321
|
});
|
|
20318
20322
|
if (hasCapability("scheduling")) {
|
|
20319
|
-
const { stopScheduler } = await import("./index-
|
|
20323
|
+
const { stopScheduler } = await import("./index-zj38e3q2.js");
|
|
20320
20324
|
stopScheduler();
|
|
20321
20325
|
}
|
|
20322
20326
|
stopHeartbeat();
|
|
20323
20327
|
stopScriptRunSupervisor();
|
|
20324
20328
|
await stopSlackApp();
|
|
20325
20329
|
if (process.env.OAUTH_KEEPALIVE_DISABLE !== "true") {
|
|
20326
|
-
const { stopOAuthKeepalive } = await import("./keepalive-
|
|
20330
|
+
const { stopOAuthKeepalive } = await import("./keepalive-enehyqc8.js");
|
|
20327
20331
|
await stopOAuthKeepalive();
|
|
20328
20332
|
}
|
|
20329
20333
|
stopMcpOAuthPendingGc();
|
|
@@ -20380,15 +20384,15 @@ try {
|
|
|
20380
20384
|
throw err;
|
|
20381
20385
|
}
|
|
20382
20386
|
try {
|
|
20383
|
-
const { seedPricingFromModelsDev } = await import("./seed-pricing-
|
|
20387
|
+
const { seedPricingFromModelsDev } = await import("./seed-pricing-vta6a1q3.js");
|
|
20384
20388
|
seedPricingFromModelsDev();
|
|
20385
|
-
const { startPricingRefreshLoop } = await import("./pricing-refresh-
|
|
20389
|
+
const { startPricingRefreshLoop } = await import("./pricing-refresh-rzwka8rf.js");
|
|
20386
20390
|
startPricingRefreshLoop();
|
|
20387
20391
|
} catch (err) {
|
|
20388
20392
|
console.error("[startup] Failed to seed pricing rows:", err);
|
|
20389
20393
|
}
|
|
20390
20394
|
try {
|
|
20391
|
-
const { ensureRbacSeedsSynced } = await import("./rbac-roles-
|
|
20395
|
+
const { ensureRbacSeedsSynced } = await import("./rbac-roles-chkhakmf.js");
|
|
20392
20396
|
ensureRbacSeedsSynced();
|
|
20393
20397
|
} catch (err) {
|
|
20394
20398
|
console.error("[startup] Failed to sync RBAC seed rows:", err);
|
|
@@ -20396,7 +20400,7 @@ try {
|
|
|
20396
20400
|
throw err;
|
|
20397
20401
|
}
|
|
20398
20402
|
try {
|
|
20399
|
-
const { runAllSeeders } = await import("./index-
|
|
20403
|
+
const { runAllSeeders } = await import("./index-35tw5g2v.js");
|
|
20400
20404
|
await runAllSeeders({ scriptEmbeddingMode: "skip" });
|
|
20401
20405
|
} catch (err) {
|
|
20402
20406
|
console.error("[startup] Failed to seed built-in entities:", err);
|
|
@@ -20432,35 +20436,35 @@ httpServer.listen(port, async () => {
|
|
|
20432
20436
|
initWorkflows();
|
|
20433
20437
|
startScriptRunSupervisor(getMcpBaseUrl());
|
|
20434
20438
|
if (hasCapability("scheduling")) {
|
|
20435
|
-
const { startScheduler } = await import("./index-
|
|
20436
|
-
const { getExecutorRegistry: getExecutorRegistry2 } = await import("./index-
|
|
20439
|
+
const { startScheduler } = await import("./index-zj38e3q2.js");
|
|
20440
|
+
const { getExecutorRegistry: getExecutorRegistry2 } = await import("./index-qb6nfqmy.js");
|
|
20437
20441
|
const intervalMs = Number(process.env.SCHEDULER_INTERVAL_MS) || 1e4;
|
|
20438
20442
|
startScheduler(getExecutorRegistry2(), intervalMs, {
|
|
20439
20443
|
runId: globalState.__runId
|
|
20440
20444
|
});
|
|
20441
20445
|
}
|
|
20442
20446
|
if (process.env.HEARTBEAT_DISABLE !== "true") {
|
|
20443
|
-
const { startHeartbeat } = await import("./index-
|
|
20447
|
+
const { startHeartbeat } = await import("./index-aadhkkde.js");
|
|
20444
20448
|
const heartbeatMs = Number(process.env.HEARTBEAT_INTERVAL_MS) || 90000;
|
|
20445
20449
|
startHeartbeat(heartbeatMs);
|
|
20446
20450
|
}
|
|
20447
20451
|
if (process.env.OAUTH_KEEPALIVE_DISABLE !== "true") {
|
|
20448
|
-
const { startOAuthKeepalive } = await import("./keepalive-
|
|
20452
|
+
const { startOAuthKeepalive } = await import("./keepalive-enehyqc8.js");
|
|
20449
20453
|
startOAuthKeepalive();
|
|
20450
20454
|
}
|
|
20451
20455
|
if (process.env.OAUTH_REFRESH_SWEEP_DISABLE !== "true") {
|
|
20452
|
-
const { startOAuthRefreshSweep } = await import("./oauth-refresh-sweep-
|
|
20456
|
+
const { startOAuthRefreshSweep } = await import("./oauth-refresh-sweep-fqczcwxn.js");
|
|
20453
20457
|
startOAuthRefreshSweep();
|
|
20454
20458
|
}
|
|
20455
20459
|
startMcpOAuthPendingGc();
|
|
20456
20460
|
startMemoryGc();
|
|
20457
|
-
import("./boot-reembed-
|
|
20461
|
+
import("./boot-reembed-wce58xfv.js").then(({ runBootReembed }) => runBootReembed()).catch((err) => {
|
|
20458
20462
|
console.error("[boot-reembed] startup backfill failed (non-fatal):", err);
|
|
20459
20463
|
});
|
|
20460
|
-
import("./boot-reembed-
|
|
20464
|
+
import("./boot-reembed-0zhftca3.js").then(({ runBootReembedScripts }) => runBootReembedScripts()).catch((err) => {
|
|
20461
20465
|
console.error("[boot-reembed-scripts] startup backfill failed (non-fatal):", err);
|
|
20462
20466
|
});
|
|
20463
|
-
import("./boot-scrub-logs-
|
|
20467
|
+
import("./boot-scrub-logs-vkd2vvxp.js").then(({ runBootScrubLogs }) => runBootScrubLogs()).catch((err) => {
|
|
20464
20468
|
console.error("[boot-scrub-logs] startup scrub failed (non-fatal):", err);
|
|
20465
20469
|
});
|
|
20466
20470
|
}).on("error", (err) => {
|
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
extractArgsJsonSchema,
|
|
4
4
|
extractScriptSignature,
|
|
5
5
|
typecheckScript
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-f5cx2j92.js";
|
|
7
7
|
import {
|
|
8
8
|
getScript,
|
|
9
9
|
upsertScriptByName,
|
|
10
10
|
validateScriptImports
|
|
11
|
-
} from "./cli-
|
|
11
|
+
} from "./cli-vwhg6sbn.js";
|
|
12
12
|
import"./cli-jkhwmmgg.js";
|
|
13
|
-
import"./cli-
|
|
14
|
-
import"./cli-
|
|
13
|
+
import"./cli-z824vphk.js";
|
|
14
|
+
import"./cli-rymspw51.js";
|
|
15
15
|
import"./cli-q25ejbyn.js";
|
|
16
16
|
import"./cli-0pygq9r1.js";
|
|
17
17
|
import {
|
|
@@ -21,11 +21,11 @@ import {
|
|
|
21
21
|
getSkillByName,
|
|
22
22
|
init_db,
|
|
23
23
|
updateSkill
|
|
24
|
-
} from "./cli-
|
|
24
|
+
} from "./cli-s5q026mr.js";
|
|
25
25
|
import"./cli-z2zcxes1.js";
|
|
26
26
|
import"./cli-bw80ck94.js";
|
|
27
27
|
import"./cli-xz9aq0rf.js";
|
|
28
|
-
import"./cli-
|
|
28
|
+
import"./cli-xcp5dmts.js";
|
|
29
29
|
import"./cli-4j2mrzag.js";
|
|
30
30
|
import"./cli-p9swy5t3.js";
|
|
31
31
|
|
|
@@ -4,25 +4,25 @@ import {
|
|
|
4
4
|
runRebootSweep,
|
|
5
5
|
startHeartbeat,
|
|
6
6
|
stopHeartbeat
|
|
7
|
-
} from "./cli-
|
|
8
|
-
import"./cli-
|
|
9
|
-
import"./cli-
|
|
7
|
+
} from "./cli-1987vgjc.js";
|
|
8
|
+
import"./cli-yarjrgd5.js";
|
|
9
|
+
import"./cli-e0xv4nd4.js";
|
|
10
10
|
import"./cli-f14fvzag.js";
|
|
11
|
-
import"./cli-
|
|
11
|
+
import"./cli-vwhg6sbn.js";
|
|
12
12
|
import"./cli-jkhwmmgg.js";
|
|
13
|
-
import"./cli-
|
|
14
|
-
import"./cli-
|
|
13
|
+
import"./cli-z824vphk.js";
|
|
14
|
+
import"./cli-rymspw51.js";
|
|
15
15
|
import"./cli-q25ejbyn.js";
|
|
16
|
-
import"./cli-
|
|
16
|
+
import"./cli-hmw1vk30.js";
|
|
17
17
|
import"./cli-0pygq9r1.js";
|
|
18
18
|
import"./cli-wspgs9bt.js";
|
|
19
|
-
import"./cli-
|
|
19
|
+
import"./cli-5ekf4gcj.js";
|
|
20
20
|
import"./cli-dh55d5fg.js";
|
|
21
|
-
import"./cli-
|
|
21
|
+
import"./cli-s5q026mr.js";
|
|
22
22
|
import"./cli-z2zcxes1.js";
|
|
23
23
|
import"./cli-bw80ck94.js";
|
|
24
24
|
import"./cli-xz9aq0rf.js";
|
|
25
|
-
import"./cli-
|
|
25
|
+
import"./cli-xcp5dmts.js";
|
|
26
26
|
import"./cli-4j2mrzag.js";
|
|
27
27
|
import"./cli-9aryf9tv.js";
|
|
28
28
|
import"./cli-p9swy5t3.js";
|
|
@@ -20,24 +20,24 @@ import {
|
|
|
20
20
|
stopWaitPoller,
|
|
21
21
|
subscribeWaitToBus,
|
|
22
22
|
validateTemplateVariables
|
|
23
|
-
} from "./cli-
|
|
23
|
+
} from "./cli-e0xv4nd4.js";
|
|
24
24
|
import"./cli-f14fvzag.js";
|
|
25
|
-
import"./cli-
|
|
25
|
+
import"./cli-vwhg6sbn.js";
|
|
26
26
|
import"./cli-jkhwmmgg.js";
|
|
27
|
-
import"./cli-
|
|
28
|
-
import"./cli-
|
|
27
|
+
import"./cli-z824vphk.js";
|
|
28
|
+
import"./cli-rymspw51.js";
|
|
29
29
|
import"./cli-q25ejbyn.js";
|
|
30
|
-
import"./cli-
|
|
30
|
+
import"./cli-hmw1vk30.js";
|
|
31
31
|
import"./cli-0pygq9r1.js";
|
|
32
|
-
import"./cli-
|
|
32
|
+
import"./cli-5ekf4gcj.js";
|
|
33
33
|
import"./cli-dh55d5fg.js";
|
|
34
34
|
import {
|
|
35
35
|
interpolate
|
|
36
|
-
} from "./cli-
|
|
36
|
+
} from "./cli-s5q026mr.js";
|
|
37
37
|
import"./cli-z2zcxes1.js";
|
|
38
38
|
import"./cli-bw80ck94.js";
|
|
39
39
|
import"./cli-xz9aq0rf.js";
|
|
40
|
-
import"./cli-
|
|
40
|
+
import"./cli-xcp5dmts.js";
|
|
41
41
|
import"./cli-4j2mrzag.js";
|
|
42
42
|
import {
|
|
43
43
|
workflowEventBus
|
|
@@ -4,23 +4,23 @@ import {
|
|
|
4
4
|
runScheduleNow,
|
|
5
5
|
startScheduler,
|
|
6
6
|
stopScheduler
|
|
7
|
-
} from "./cli-
|
|
8
|
-
import"./cli-
|
|
7
|
+
} from "./cli-t6n84nqv.js";
|
|
8
|
+
import"./cli-e0xv4nd4.js";
|
|
9
9
|
import"./cli-f14fvzag.js";
|
|
10
|
-
import"./cli-
|
|
10
|
+
import"./cli-vwhg6sbn.js";
|
|
11
11
|
import"./cli-jkhwmmgg.js";
|
|
12
|
-
import"./cli-
|
|
13
|
-
import"./cli-
|
|
12
|
+
import"./cli-z824vphk.js";
|
|
13
|
+
import"./cli-rymspw51.js";
|
|
14
14
|
import"./cli-q25ejbyn.js";
|
|
15
|
-
import"./cli-
|
|
15
|
+
import"./cli-hmw1vk30.js";
|
|
16
16
|
import"./cli-0pygq9r1.js";
|
|
17
|
-
import"./cli-
|
|
17
|
+
import"./cli-5ekf4gcj.js";
|
|
18
18
|
import"./cli-dh55d5fg.js";
|
|
19
|
-
import"./cli-
|
|
19
|
+
import"./cli-s5q026mr.js";
|
|
20
20
|
import"./cli-z2zcxes1.js";
|
|
21
21
|
import"./cli-bw80ck94.js";
|
|
22
22
|
import"./cli-xz9aq0rf.js";
|
|
23
|
-
import"./cli-
|
|
23
|
+
import"./cli-xcp5dmts.js";
|
|
24
24
|
import"./cli-4j2mrzag.js";
|
|
25
25
|
import"./cli-9aryf9tv.js";
|
|
26
26
|
import"./cli-p9swy5t3.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureTokenOrThrow
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-hmw1vk30.js";
|
|
4
4
|
import"./cli-0pygq9r1.js";
|
|
5
|
-
import"./cli-
|
|
5
|
+
import"./cli-s5q026mr.js";
|
|
6
6
|
import"./cli-z2zcxes1.js";
|
|
7
7
|
import"./cli-bw80ck94.js";
|
|
8
8
|
import"./cli-xz9aq0rf.js";
|
|
9
|
-
import"./cli-
|
|
9
|
+
import"./cli-xcp5dmts.js";
|
|
10
10
|
import"./cli-4j2mrzag.js";
|
|
11
11
|
import {
|
|
12
12
|
__require
|
|
@@ -55,7 +55,7 @@ async function notifySlack(text) {
|
|
|
55
55
|
return;
|
|
56
56
|
}
|
|
57
57
|
try {
|
|
58
|
-
const { getSlackApp } = await import("./app-
|
|
58
|
+
const { getSlackApp } = await import("./app-976fykvr.js");
|
|
59
59
|
const app = getSlackApp();
|
|
60
60
|
if (!app) {
|
|
61
61
|
console.warn("[OAuth Keepalive] Slack not available, cannot send notification");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgent
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-09j7m5v3.js";
|
|
4
4
|
import"./cli-tyfxrrdd.js";
|
|
5
5
|
import"./cli-bc89my0z.js";
|
|
6
6
|
import"./cli-yazx6hap.js";
|
|
@@ -14,7 +14,7 @@ import"./cli-d6n0thxw.js";
|
|
|
14
14
|
import"./cli-yv9dttkh.js";
|
|
15
15
|
import {
|
|
16
16
|
getEnabledCapabilities
|
|
17
|
-
} from "./cli-
|
|
17
|
+
} from "./cli-r06ed00c.js";
|
|
18
18
|
import"./cli-1z7048dy.js";
|
|
19
19
|
import"./cli-ftyf58xj.js";
|
|
20
20
|
import"./cli-tk9vyqzh.js";
|
|
@@ -25,36 +25,36 @@ import"./cli-psrqtw2m.js";
|
|
|
25
25
|
import"./cli-zm7njwzd.js";
|
|
26
26
|
import"./cli-tghre7g6.js";
|
|
27
27
|
import"./cli-e61fs2hp.js";
|
|
28
|
-
import"./cli-
|
|
29
|
-
import"./cli-
|
|
30
|
-
import"./cli-
|
|
28
|
+
import"./cli-fep22bhf.js";
|
|
29
|
+
import"./cli-q0yn57de.js";
|
|
30
|
+
import"./cli-kfjs4fjw.js";
|
|
31
31
|
import"./cli-86fdnerz.js";
|
|
32
|
-
import"./cli-
|
|
32
|
+
import"./cli-yarjrgd5.js";
|
|
33
33
|
import"./cli-fad8m16k.js";
|
|
34
|
-
import"./cli-
|
|
35
|
-
import"./cli-
|
|
34
|
+
import"./cli-t6n84nqv.js";
|
|
35
|
+
import"./cli-e0xv4nd4.js";
|
|
36
36
|
import"./cli-f14fvzag.js";
|
|
37
|
-
import"./cli-
|
|
37
|
+
import"./cli-vwhg6sbn.js";
|
|
38
38
|
import"./cli-jkhwmmgg.js";
|
|
39
|
-
import"./cli-
|
|
40
|
-
import"./cli-
|
|
39
|
+
import"./cli-z824vphk.js";
|
|
40
|
+
import"./cli-rymspw51.js";
|
|
41
41
|
import"./cli-q25ejbyn.js";
|
|
42
|
-
import"./cli-
|
|
42
|
+
import"./cli-hmw1vk30.js";
|
|
43
43
|
import"./cli-0pygq9r1.js";
|
|
44
|
-
import"./cli-
|
|
45
|
-
import"./cli-
|
|
44
|
+
import"./cli-9kk0xa5w.js";
|
|
45
|
+
import"./cli-jkp1gndy.js";
|
|
46
46
|
import"./cli-rkndnn90.js";
|
|
47
47
|
import"./cli-b0p7rfnd.js";
|
|
48
|
-
import"./cli-
|
|
48
|
+
import"./cli-w5axeg22.js";
|
|
49
49
|
import"./cli-ma04faw5.js";
|
|
50
50
|
import"./cli-wspgs9bt.js";
|
|
51
|
-
import"./cli-
|
|
51
|
+
import"./cli-5ekf4gcj.js";
|
|
52
52
|
import"./cli-dh55d5fg.js";
|
|
53
|
-
import"./cli-
|
|
53
|
+
import"./cli-s5q026mr.js";
|
|
54
54
|
import"./cli-z2zcxes1.js";
|
|
55
55
|
import"./cli-bw80ck94.js";
|
|
56
56
|
import"./cli-xz9aq0rf.js";
|
|
57
|
-
import"./cli-
|
|
57
|
+
import"./cli-xcp5dmts.js";
|
|
58
58
|
import"./cli-4j2mrzag.js";
|
|
59
59
|
import"./cli-e15jhafb.js";
|
|
60
60
|
import"./cli-9aryf9tv.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reembedAllScripts
|
|
3
|
-
} from "./cli-
|
|
4
|
-
import"./cli-
|
|
3
|
+
} from "./cli-z824vphk.js";
|
|
4
|
+
import"./cli-rymspw51.js";
|
|
5
5
|
import"./cli-q25ejbyn.js";
|
|
6
|
-
import"./cli-
|
|
6
|
+
import"./cli-s5q026mr.js";
|
|
7
7
|
import"./cli-z2zcxes1.js";
|
|
8
8
|
import"./cli-bw80ck94.js";
|
|
9
9
|
import"./cli-xz9aq0rf.js";
|
|
10
|
-
import"./cli-
|
|
10
|
+
import"./cli-xcp5dmts.js";
|
|
11
11
|
import"./cli-4j2mrzag.js";
|
|
12
12
|
import"./cli-p9swy5t3.js";
|
|
13
13
|
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
forceRefreshTokenOrThrow,
|
|
3
3
|
getOAuthTokens,
|
|
4
4
|
listOAuthTokenSweepRows
|
|
5
|
-
} from "./cli-
|
|
5
|
+
} from "./cli-hmw1vk30.js";
|
|
6
6
|
import"./cli-0pygq9r1.js";
|
|
7
|
-
import"./cli-
|
|
7
|
+
import"./cli-s5q026mr.js";
|
|
8
8
|
import"./cli-z2zcxes1.js";
|
|
9
9
|
import"./cli-bw80ck94.js";
|
|
10
10
|
import"./cli-xz9aq0rf.js";
|
|
11
|
-
import"./cli-
|
|
11
|
+
import"./cli-xcp5dmts.js";
|
|
12
12
|
import {
|
|
13
13
|
init_secret_scrubber,
|
|
14
14
|
scrubSecrets
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createDefaultMcpJson,
|
|
4
4
|
createDefaultSettingsLocal,
|
|
5
5
|
createHooksConfig
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-6058t3w0.js";
|
|
7
7
|
import {
|
|
8
8
|
require_jsx_dev_runtime
|
|
9
9
|
} from "./cli-wx82tw1k.js";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
init_package,
|
|
15
15
|
package_default
|
|
16
|
-
} from "./cli-
|
|
16
|
+
} from "./cli-xcp5dmts.js";
|
|
17
17
|
import {
|
|
18
18
|
Box_default,
|
|
19
19
|
Select,
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
PRICING_REFRESH_INTERVAL_MS,
|
|
3
3
|
refreshPricingFromModelsDev,
|
|
4
4
|
startPricingRefreshLoop
|
|
5
|
-
} from "./cli-
|
|
6
|
-
import"./cli-
|
|
7
|
-
import"./cli-
|
|
5
|
+
} from "./cli-fep22bhf.js";
|
|
6
|
+
import"./cli-q0yn57de.js";
|
|
7
|
+
import"./cli-s5q026mr.js";
|
|
8
8
|
import"./cli-z2zcxes1.js";
|
|
9
9
|
import"./cli-bw80ck94.js";
|
|
10
10
|
import"./cli-xz9aq0rf.js";
|
|
11
|
-
import"./cli-
|
|
11
|
+
import"./cli-xcp5dmts.js";
|
|
12
12
|
import"./cli-4j2mrzag.js";
|
|
13
13
|
import"./cli-p9swy5t3.js";
|
|
14
14
|
export {
|