comisai 1.0.15 → 1.0.17
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/node_modules/@comis/agent/dist/bootstrap/types.d.ts +1 -1
- package/node_modules/@comis/agent/dist/bridge/pi-event-bridge.js +12 -11
- package/node_modules/@comis/agent/dist/context-engine/constants.d.ts +11 -0
- package/node_modules/@comis/agent/dist/context-engine/constants.js +11 -0
- package/node_modules/@comis/agent/dist/context-engine/index.d.ts +1 -1
- package/node_modules/@comis/agent/dist/context-engine/index.js +1 -1
- package/node_modules/@comis/agent/dist/context-engine/llm-compaction.js +32 -18
- package/node_modules/@comis/agent/dist/executor/cache-break-diff-writer.d.ts +2 -0
- package/node_modules/@comis/agent/dist/executor/cache-break-diff-writer.js +36 -0
- package/node_modules/@comis/agent/dist/executor/executor-post-execution.d.ts +12 -0
- package/node_modules/@comis/agent/dist/executor/executor-post-execution.js +117 -27
- package/node_modules/@comis/agent/dist/executor/executor-prompt-runner.d.ts +1 -0
- package/node_modules/@comis/agent/dist/executor/executor-prompt-runner.js +16 -4
- package/node_modules/@comis/agent/dist/executor/executor-stream-setup.js +17 -1
- package/node_modules/@comis/agent/dist/executor/executor-tool-assembly.js +27 -1
- package/node_modules/@comis/agent/dist/executor/session-snapshot-cleanup.js +3 -1
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/index.d.ts +2 -0
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/index.js +2 -0
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/request-body-injector.d.ts +9 -0
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/request-body-injector.js +65 -3
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/stub-filter-injector.d.ts +28 -0
- package/node_modules/@comis/agent/dist/executor/stream-wrappers/stub-filter-injector.js +63 -0
- package/node_modules/@comis/agent/dist/executor/tool-deferral.d.ts +18 -1
- package/node_modules/@comis/agent/dist/executor/tool-deferral.js +275 -133
- package/node_modules/@comis/agent/dist/executor/ttl-guard.d.ts +6 -0
- package/node_modules/@comis/agent/dist/executor/ttl-guard.js +8 -0
- package/node_modules/@comis/agent/package.json +1 -1
- package/node_modules/@comis/channels/dist/shared/typing-controller.d.ts +7 -0
- package/node_modules/@comis/channels/dist/shared/typing-controller.js +33 -0
- package/node_modules/@comis/channels/package.json +1 -1
- package/node_modules/@comis/cli/dist/commands/daemon.js +116 -28
- package/node_modules/@comis/cli/dist/wizard/non-interactive.js +1 -0
- package/node_modules/@comis/cli/dist/wizard/steps/01-detect-existing.js +4 -0
- package/node_modules/@comis/cli/dist/wizard/steps/07-gateway.js +9 -0
- package/node_modules/@comis/cli/dist/wizard/steps/10-write-config.js +2 -0
- package/node_modules/@comis/cli/dist/wizard/steps/12-finish.js +5 -2
- package/node_modules/@comis/cli/dist/wizard/types.d.ts +1 -0
- package/node_modules/@comis/cli/package.json +1 -1
- package/node_modules/@comis/core/dist/config/schema-agent.d.ts +10 -0
- package/node_modules/@comis/core/dist/config/schema-agent.js +8 -0
- package/node_modules/@comis/core/dist/config/schema-gateway.d.ts +17 -2
- package/node_modules/@comis/core/dist/config/schema-gateway.js +11 -0
- package/node_modules/@comis/core/dist/config/schema-skills.d.ts +16 -2
- package/node_modules/@comis/core/dist/config/schema-skills.js +9 -2
- package/node_modules/@comis/core/dist/config/schema.d.ts +66 -60
- package/node_modules/@comis/core/package.json +1 -1
- package/node_modules/@comis/daemon/dist/wiring/setup-gateway.js +34 -6
- package/node_modules/@comis/daemon/package.json +1 -1
- package/node_modules/@comis/gateway/package.json +1 -1
- package/node_modules/@comis/infra/package.json +1 -1
- package/node_modules/@comis/memory/package.json +1 -1
- package/node_modules/@comis/scheduler/package.json +1 -1
- package/node_modules/@comis/shared/package.json +1 -1
- package/node_modules/@comis/skills/dist/builtin/platform/gateway-tool.d.ts +1 -1
- package/node_modules/@comis/skills/package.json +1 -1
- package/node_modules/@comis/web/dist/android-chrome-192x192.png +0 -0
- package/node_modules/@comis/web/dist/android-chrome-512x512.png +0 -0
- package/node_modules/@comis/web/dist/apple-touch-icon.png +0 -0
- package/node_modules/@comis/web/dist/assets/agent-detail-BG9MGWWj.js +615 -0
- package/node_modules/@comis/web/dist/assets/agent-editor-C26Q_xCs.js +2173 -0
- package/node_modules/@comis/web/dist/assets/agent-list-LHCJ4rw2.js +504 -0
- package/node_modules/@comis/web/dist/assets/approvals-q9VH_IKr.js +54 -0
- package/node_modules/@comis/web/dist/assets/billing-view-CtYvBqTE.js +375 -0
- package/node_modules/@comis/web/dist/assets/channel-detail-CaInesJM.js +681 -0
- package/node_modules/@comis/web/dist/assets/channel-list-B8dj3O9a.js +323 -0
- package/node_modules/@comis/web/dist/assets/chat-console-CNmzl0JW.js +943 -0
- package/node_modules/@comis/web/dist/assets/config-editor-DX4ITw6y.js +1374 -0
- package/node_modules/@comis/web/dist/assets/context-dag-browser-BwiaF5tf.js +393 -0
- package/node_modules/@comis/web/dist/assets/context-engine-BZ5Am6hA.js +393 -0
- package/node_modules/@comis/web/dist/assets/delivery-view-OfBZof-m.js +392 -0
- package/node_modules/@comis/web/dist/assets/diagnostics-view-YFwCxgr2.js +231 -0
- package/node_modules/@comis/web/dist/assets/directive-DoeGSK_T.js +1 -0
- package/node_modules/@comis/web/dist/assets/extract-variables-BM5qyK-s.js +149 -0
- package/node_modules/@comis/web/dist/assets/ic-array-editor-B7m6x7-S.js +118 -0
- package/node_modules/@comis/web/dist/assets/ic-breadcrumb-CUMpp3BL.js +75 -0
- package/node_modules/@comis/web/dist/assets/ic-budget-segment-bar-BtJ6x5mN.js +64 -0
- package/node_modules/@comis/web/dist/assets/ic-chat-message-CFyDJd0z.js +352 -0
- package/node_modules/@comis/web/dist/assets/ic-confirm-dialog-CCDbB04e.js +110 -0
- package/node_modules/@comis/web/dist/assets/ic-connection-dot-CnT1b8xr.js +54 -0
- package/node_modules/@comis/web/dist/assets/ic-data-table-CKUNTxHw.js +277 -0
- package/node_modules/@comis/web/dist/assets/ic-delivery-row-GP5Fkygs.js +67 -0
- package/node_modules/@comis/web/dist/assets/ic-detail-panel-BF83r-if.js +116 -0
- package/node_modules/@comis/web/dist/assets/ic-empty-state-60l2ePhd.js +52 -0
- package/node_modules/@comis/web/dist/assets/ic-graph-canvas-C8FuSMe1.js +359 -0
- package/node_modules/@comis/web/dist/assets/ic-icon-xeGTVhVG.js +33 -0
- package/node_modules/@comis/web/dist/assets/ic-layer-waterfall-COvEYMg5.js +69 -0
- package/node_modules/@comis/web/dist/assets/ic-relative-time-3FqpjeAI.js +12 -0
- package/node_modules/@comis/web/dist/assets/ic-search-input-CSOxY9g7.js +92 -0
- package/node_modules/@comis/web/dist/assets/ic-select-Ce-Raudx.js +127 -0
- package/node_modules/@comis/web/dist/assets/ic-tabs-B7QtM_v8.js +95 -0
- package/node_modules/@comis/web/dist/assets/ic-tag-CPPUnDLF.js +33 -0
- package/node_modules/@comis/web/dist/assets/ic-time-range-picker-CypCT68y.js +93 -0
- package/node_modules/@comis/web/dist/assets/ic-tool-call-7MaXSsCW.js +146 -0
- package/node_modules/@comis/web/dist/assets/index-CEcM1R_C.js +2830 -0
- package/node_modules/@comis/web/dist/assets/index-CIJFuItj.css +1 -0
- package/node_modules/@comis/web/dist/assets/mcp-management-BNZPnpDn.js +582 -0
- package/node_modules/@comis/web/dist/assets/media-config-BBvTYxOX.js +314 -0
- package/node_modules/@comis/web/dist/assets/media-test-BkK3RCRK.js +496 -0
- package/node_modules/@comis/web/dist/assets/memory-inspector-1hDGCGat.js +1139 -0
- package/node_modules/@comis/web/dist/assets/message-center-CXefwsUu.js +785 -0
- package/node_modules/@comis/web/dist/assets/models-C1qcU_j3.js +894 -0
- package/node_modules/@comis/web/dist/assets/observability-types-D7jUtSde.js +1 -0
- package/node_modules/@comis/web/dist/assets/observe-view-C0VBhX4C.js +814 -0
- package/node_modules/@comis/web/dist/assets/pipeline-builder-DcUUIrm0.js +1496 -0
- package/node_modules/@comis/web/dist/assets/pipeline-history-DkfOQ6SW.js +317 -0
- package/node_modules/@comis/web/dist/assets/pipeline-history-detail-hyHgD0ai.js +287 -0
- package/node_modules/@comis/web/dist/assets/pipeline-list-BPW8hV-q.js +518 -0
- package/node_modules/@comis/web/dist/assets/pipeline-monitor-Bip16T7e.js +972 -0
- package/node_modules/@comis/web/dist/assets/scheduler-BGgwKd06.js +1182 -0
- package/node_modules/@comis/web/dist/assets/security-D15st4xx.js +1224 -0
- package/node_modules/@comis/web/dist/assets/session-detail-SGEYNJ0M.js +632 -0
- package/node_modules/@comis/web/dist/assets/session-key-parser-DPORMVyU.js +1 -0
- package/node_modules/@comis/web/dist/assets/session-list-6ybUTxbY.js +231 -0
- package/node_modules/@comis/web/dist/assets/setup-wizard-nT0tz9QP.js +853 -0
- package/node_modules/@comis/web/dist/assets/skills-D8yVfSUy.js +1051 -0
- package/node_modules/@comis/web/dist/assets/subagents-HHXMeHYo.js +193 -0
- package/node_modules/@comis/web/dist/assets/workspace-manager-BQlr10iH.js +785 -0
- package/node_modules/@comis/web/dist/comis-logo.png +0 -0
- package/node_modules/@comis/web/dist/favicon-16x16.png +0 -0
- package/node_modules/@comis/web/dist/favicon-32x32.png +0 -0
- package/node_modules/@comis/web/dist/favicon.ico +0 -0
- package/node_modules/@comis/web/dist/index.html +17 -0
- package/node_modules/@comis/web/package.json +29 -0
- package/package.json +15 -13
|
@@ -29,8 +29,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
29
29
|
provider: z.ZodDefault<z.ZodString>;
|
|
30
30
|
maxSteps: z.ZodDefault<z.ZodNumber>;
|
|
31
31
|
thinkingLevel: z.ZodOptional<z.ZodEnum<{
|
|
32
|
-
minimal: "minimal";
|
|
33
32
|
off: "off";
|
|
33
|
+
minimal: "minimal";
|
|
34
34
|
low: "low";
|
|
35
35
|
medium: "medium";
|
|
36
36
|
high: "high";
|
|
@@ -54,6 +54,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
54
54
|
"multi-zone": "multi-zone";
|
|
55
55
|
single: "single";
|
|
56
56
|
}>>;
|
|
57
|
+
advancedCacheOptimization: z.ZodDefault<z.ZodObject<{
|
|
58
|
+
enableRecentZonePromotion: z.ZodDefault<z.ZodBoolean>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
57
60
|
geminiCache: z.ZodDefault<z.ZodObject<{
|
|
58
61
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
59
62
|
maxActiveCaches: z.ZodDefault<z.ZodNumber>;
|
|
@@ -105,9 +108,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
105
108
|
bootstrap: z.ZodDefault<z.ZodObject<{
|
|
106
109
|
maxChars: z.ZodDefault<z.ZodNumber>;
|
|
107
110
|
promptMode: z.ZodDefault<z.ZodEnum<{
|
|
111
|
+
minimal: "minimal";
|
|
108
112
|
none: "none";
|
|
109
113
|
full: "full";
|
|
110
|
-
minimal: "minimal";
|
|
111
114
|
}>>;
|
|
112
115
|
groupChatFiltering: z.ZodDefault<z.ZodBoolean>;
|
|
113
116
|
}, z.core.$strict>>;
|
|
@@ -184,8 +187,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
184
187
|
}, z.core.$strict>>;
|
|
185
188
|
toolPolicy: z.ZodDefault<z.ZodObject<{
|
|
186
189
|
profile: z.ZodDefault<z.ZodEnum<{
|
|
187
|
-
full: "full";
|
|
188
190
|
minimal: "minimal";
|
|
191
|
+
full: "full";
|
|
189
192
|
coding: "coding";
|
|
190
193
|
messaging: "messaging";
|
|
191
194
|
supervisor: "supervisor";
|
|
@@ -260,10 +263,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
260
263
|
session: z.ZodOptional<z.ZodObject<{
|
|
261
264
|
resetPolicy: z.ZodOptional<z.ZodObject<{
|
|
262
265
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
266
|
+
none: "none";
|
|
263
267
|
daily: "daily";
|
|
264
268
|
idle: "idle";
|
|
265
269
|
hybrid: "hybrid";
|
|
266
|
-
none: "none";
|
|
267
270
|
}>>;
|
|
268
271
|
dailyResetHour: z.ZodDefault<z.ZodNumber>;
|
|
269
272
|
dailyResetTimezone: z.ZodDefault<z.ZodString>;
|
|
@@ -273,10 +276,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
273
276
|
perType: z.ZodDefault<z.ZodObject<{
|
|
274
277
|
dm: z.ZodOptional<z.ZodObject<{
|
|
275
278
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
279
|
+
none: "none";
|
|
276
280
|
daily: "daily";
|
|
277
281
|
idle: "idle";
|
|
278
282
|
hybrid: "hybrid";
|
|
279
|
-
none: "none";
|
|
280
283
|
}>>;
|
|
281
284
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
282
285
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -284,10 +287,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
284
287
|
}, z.core.$strict>>;
|
|
285
288
|
group: z.ZodOptional<z.ZodObject<{
|
|
286
289
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
290
|
+
none: "none";
|
|
287
291
|
daily: "daily";
|
|
288
292
|
idle: "idle";
|
|
289
293
|
hybrid: "hybrid";
|
|
290
|
-
none: "none";
|
|
291
294
|
}>>;
|
|
292
295
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
293
296
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -295,10 +298,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
295
298
|
}, z.core.$strict>>;
|
|
296
299
|
thread: z.ZodOptional<z.ZodObject<{
|
|
297
300
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
301
|
+
none: "none";
|
|
298
302
|
daily: "daily";
|
|
299
303
|
idle: "idle";
|
|
300
304
|
hybrid: "hybrid";
|
|
301
|
-
none: "none";
|
|
302
305
|
}>>;
|
|
303
306
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
304
307
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -476,8 +479,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
476
479
|
deferredTools: z.ZodOptional<z.ZodObject<{
|
|
477
480
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
478
481
|
never: "never";
|
|
479
|
-
always: "always";
|
|
480
482
|
auto: "auto";
|
|
483
|
+
always: "always";
|
|
481
484
|
}>>;
|
|
482
485
|
neverDefer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
483
486
|
alwaysDefer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -506,18 +509,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
506
509
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
507
510
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
508
511
|
source: z.ZodEnum<{
|
|
512
|
+
env: "env";
|
|
509
513
|
file: "file";
|
|
510
514
|
exec: "exec";
|
|
511
|
-
env: "env";
|
|
512
515
|
}>;
|
|
513
516
|
provider: z.ZodString;
|
|
514
517
|
id: z.ZodString;
|
|
515
518
|
}, z.core.$strict>]>>;
|
|
516
519
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
517
520
|
source: z.ZodEnum<{
|
|
521
|
+
env: "env";
|
|
518
522
|
file: "file";
|
|
519
523
|
exec: "exec";
|
|
520
|
-
env: "env";
|
|
521
524
|
}>;
|
|
522
525
|
provider: z.ZodString;
|
|
523
526
|
id: z.ZodString;
|
|
@@ -526,18 +529,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
526
529
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
527
530
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
528
531
|
source: z.ZodEnum<{
|
|
532
|
+
env: "env";
|
|
529
533
|
file: "file";
|
|
530
534
|
exec: "exec";
|
|
531
|
-
env: "env";
|
|
532
535
|
}>;
|
|
533
536
|
provider: z.ZodString;
|
|
534
537
|
id: z.ZodString;
|
|
535
538
|
}, z.core.$strict>]>>;
|
|
536
539
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
537
540
|
source: z.ZodEnum<{
|
|
541
|
+
env: "env";
|
|
538
542
|
file: "file";
|
|
539
543
|
exec: "exec";
|
|
540
|
-
env: "env";
|
|
541
544
|
}>;
|
|
542
545
|
provider: z.ZodString;
|
|
543
546
|
id: z.ZodString;
|
|
@@ -560,18 +563,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
560
563
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
561
564
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
562
565
|
source: z.ZodEnum<{
|
|
566
|
+
env: "env";
|
|
563
567
|
file: "file";
|
|
564
568
|
exec: "exec";
|
|
565
|
-
env: "env";
|
|
566
569
|
}>;
|
|
567
570
|
provider: z.ZodString;
|
|
568
571
|
id: z.ZodString;
|
|
569
572
|
}, z.core.$strict>]>>;
|
|
570
573
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
571
574
|
source: z.ZodEnum<{
|
|
575
|
+
env: "env";
|
|
572
576
|
file: "file";
|
|
573
577
|
exec: "exec";
|
|
574
|
-
env: "env";
|
|
575
578
|
}>;
|
|
576
579
|
provider: z.ZodString;
|
|
577
580
|
id: z.ZodString;
|
|
@@ -580,18 +583,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
580
583
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
581
584
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
582
585
|
source: z.ZodEnum<{
|
|
586
|
+
env: "env";
|
|
583
587
|
file: "file";
|
|
584
588
|
exec: "exec";
|
|
585
|
-
env: "env";
|
|
586
589
|
}>;
|
|
587
590
|
provider: z.ZodString;
|
|
588
591
|
id: z.ZodString;
|
|
589
592
|
}, z.core.$strict>]>>;
|
|
590
593
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
591
594
|
source: z.ZodEnum<{
|
|
595
|
+
env: "env";
|
|
592
596
|
file: "file";
|
|
593
597
|
exec: "exec";
|
|
594
|
-
env: "env";
|
|
595
598
|
}>;
|
|
596
599
|
provider: z.ZodString;
|
|
597
600
|
id: z.ZodString;
|
|
@@ -614,18 +617,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
614
617
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
615
618
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
616
619
|
source: z.ZodEnum<{
|
|
620
|
+
env: "env";
|
|
617
621
|
file: "file";
|
|
618
622
|
exec: "exec";
|
|
619
|
-
env: "env";
|
|
620
623
|
}>;
|
|
621
624
|
provider: z.ZodString;
|
|
622
625
|
id: z.ZodString;
|
|
623
626
|
}, z.core.$strict>]>>;
|
|
624
627
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
625
628
|
source: z.ZodEnum<{
|
|
629
|
+
env: "env";
|
|
626
630
|
file: "file";
|
|
627
631
|
exec: "exec";
|
|
628
|
-
env: "env";
|
|
629
632
|
}>;
|
|
630
633
|
provider: z.ZodString;
|
|
631
634
|
id: z.ZodString;
|
|
@@ -634,18 +637,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
634
637
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
635
638
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
636
639
|
source: z.ZodEnum<{
|
|
640
|
+
env: "env";
|
|
637
641
|
file: "file";
|
|
638
642
|
exec: "exec";
|
|
639
|
-
env: "env";
|
|
640
643
|
}>;
|
|
641
644
|
provider: z.ZodString;
|
|
642
645
|
id: z.ZodString;
|
|
643
646
|
}, z.core.$strict>]>>;
|
|
644
647
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
645
648
|
source: z.ZodEnum<{
|
|
649
|
+
env: "env";
|
|
646
650
|
file: "file";
|
|
647
651
|
exec: "exec";
|
|
648
|
-
env: "env";
|
|
649
652
|
}>;
|
|
650
653
|
provider: z.ZodString;
|
|
651
654
|
id: z.ZodString;
|
|
@@ -668,18 +671,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
668
671
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
669
672
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
670
673
|
source: z.ZodEnum<{
|
|
674
|
+
env: "env";
|
|
671
675
|
file: "file";
|
|
672
676
|
exec: "exec";
|
|
673
|
-
env: "env";
|
|
674
677
|
}>;
|
|
675
678
|
provider: z.ZodString;
|
|
676
679
|
id: z.ZodString;
|
|
677
680
|
}, z.core.$strict>]>>;
|
|
678
681
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
679
682
|
source: z.ZodEnum<{
|
|
683
|
+
env: "env";
|
|
680
684
|
file: "file";
|
|
681
685
|
exec: "exec";
|
|
682
|
-
env: "env";
|
|
683
686
|
}>;
|
|
684
687
|
provider: z.ZodString;
|
|
685
688
|
id: z.ZodString;
|
|
@@ -688,18 +691,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
688
691
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
689
692
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
690
693
|
source: z.ZodEnum<{
|
|
694
|
+
env: "env";
|
|
691
695
|
file: "file";
|
|
692
696
|
exec: "exec";
|
|
693
|
-
env: "env";
|
|
694
697
|
}>;
|
|
695
698
|
provider: z.ZodString;
|
|
696
699
|
id: z.ZodString;
|
|
697
700
|
}, z.core.$strict>]>>;
|
|
698
701
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
699
702
|
source: z.ZodEnum<{
|
|
703
|
+
env: "env";
|
|
700
704
|
file: "file";
|
|
701
705
|
exec: "exec";
|
|
702
|
-
env: "env";
|
|
703
706
|
}>;
|
|
704
707
|
provider: z.ZodString;
|
|
705
708
|
id: z.ZodString;
|
|
@@ -722,18 +725,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
722
725
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
723
726
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
724
727
|
source: z.ZodEnum<{
|
|
728
|
+
env: "env";
|
|
725
729
|
file: "file";
|
|
726
730
|
exec: "exec";
|
|
727
|
-
env: "env";
|
|
728
731
|
}>;
|
|
729
732
|
provider: z.ZodString;
|
|
730
733
|
id: z.ZodString;
|
|
731
734
|
}, z.core.$strict>]>>;
|
|
732
735
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
733
736
|
source: z.ZodEnum<{
|
|
737
|
+
env: "env";
|
|
734
738
|
file: "file";
|
|
735
739
|
exec: "exec";
|
|
736
|
-
env: "env";
|
|
737
740
|
}>;
|
|
738
741
|
provider: z.ZodString;
|
|
739
742
|
id: z.ZodString;
|
|
@@ -742,18 +745,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
742
745
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
743
746
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
744
747
|
source: z.ZodEnum<{
|
|
748
|
+
env: "env";
|
|
745
749
|
file: "file";
|
|
746
750
|
exec: "exec";
|
|
747
|
-
env: "env";
|
|
748
751
|
}>;
|
|
749
752
|
provider: z.ZodString;
|
|
750
753
|
id: z.ZodString;
|
|
751
754
|
}, z.core.$strict>]>>;
|
|
752
755
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
753
756
|
source: z.ZodEnum<{
|
|
757
|
+
env: "env";
|
|
754
758
|
file: "file";
|
|
755
759
|
exec: "exec";
|
|
756
|
-
env: "env";
|
|
757
760
|
}>;
|
|
758
761
|
provider: z.ZodString;
|
|
759
762
|
id: z.ZodString;
|
|
@@ -779,18 +782,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
779
782
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
780
783
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
781
784
|
source: z.ZodEnum<{
|
|
785
|
+
env: "env";
|
|
782
786
|
file: "file";
|
|
783
787
|
exec: "exec";
|
|
784
|
-
env: "env";
|
|
785
788
|
}>;
|
|
786
789
|
provider: z.ZodString;
|
|
787
790
|
id: z.ZodString;
|
|
788
791
|
}, z.core.$strict>]>>;
|
|
789
792
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
790
793
|
source: z.ZodEnum<{
|
|
794
|
+
env: "env";
|
|
791
795
|
file: "file";
|
|
792
796
|
exec: "exec";
|
|
793
|
-
env: "env";
|
|
794
797
|
}>;
|
|
795
798
|
provider: z.ZodString;
|
|
796
799
|
id: z.ZodString;
|
|
@@ -799,18 +802,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
799
802
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
800
803
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
801
804
|
source: z.ZodEnum<{
|
|
805
|
+
env: "env";
|
|
802
806
|
file: "file";
|
|
803
807
|
exec: "exec";
|
|
804
|
-
env: "env";
|
|
805
808
|
}>;
|
|
806
809
|
provider: z.ZodString;
|
|
807
810
|
id: z.ZodString;
|
|
808
811
|
}, z.core.$strict>]>>;
|
|
809
812
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
810
813
|
source: z.ZodEnum<{
|
|
814
|
+
env: "env";
|
|
811
815
|
file: "file";
|
|
812
816
|
exec: "exec";
|
|
813
|
-
env: "env";
|
|
814
817
|
}>;
|
|
815
818
|
provider: z.ZodString;
|
|
816
819
|
id: z.ZodString;
|
|
@@ -835,18 +838,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
835
838
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
836
839
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
837
840
|
source: z.ZodEnum<{
|
|
841
|
+
env: "env";
|
|
838
842
|
file: "file";
|
|
839
843
|
exec: "exec";
|
|
840
|
-
env: "env";
|
|
841
844
|
}>;
|
|
842
845
|
provider: z.ZodString;
|
|
843
846
|
id: z.ZodString;
|
|
844
847
|
}, z.core.$strict>]>>;
|
|
845
848
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
846
849
|
source: z.ZodEnum<{
|
|
850
|
+
env: "env";
|
|
847
851
|
file: "file";
|
|
848
852
|
exec: "exec";
|
|
849
|
-
env: "env";
|
|
850
853
|
}>;
|
|
851
854
|
provider: z.ZodString;
|
|
852
855
|
id: z.ZodString;
|
|
@@ -855,18 +858,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
855
858
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
856
859
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
857
860
|
source: z.ZodEnum<{
|
|
861
|
+
env: "env";
|
|
858
862
|
file: "file";
|
|
859
863
|
exec: "exec";
|
|
860
|
-
env: "env";
|
|
861
864
|
}>;
|
|
862
865
|
provider: z.ZodString;
|
|
863
866
|
id: z.ZodString;
|
|
864
867
|
}, z.core.$strict>]>>;
|
|
865
868
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
866
869
|
source: z.ZodEnum<{
|
|
870
|
+
env: "env";
|
|
867
871
|
file: "file";
|
|
868
872
|
exec: "exec";
|
|
869
|
-
env: "env";
|
|
870
873
|
}>;
|
|
871
874
|
provider: z.ZodString;
|
|
872
875
|
id: z.ZodString;
|
|
@@ -886,9 +889,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
886
889
|
}, z.core.$strict>>;
|
|
887
890
|
channelSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
888
891
|
source: z.ZodEnum<{
|
|
892
|
+
env: "env";
|
|
889
893
|
file: "file";
|
|
890
894
|
exec: "exec";
|
|
891
|
-
env: "env";
|
|
892
895
|
}>;
|
|
893
896
|
provider: z.ZodString;
|
|
894
897
|
id: z.ZodString;
|
|
@@ -899,18 +902,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
899
902
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
900
903
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
901
904
|
source: z.ZodEnum<{
|
|
905
|
+
env: "env";
|
|
902
906
|
file: "file";
|
|
903
907
|
exec: "exec";
|
|
904
|
-
env: "env";
|
|
905
908
|
}>;
|
|
906
909
|
provider: z.ZodString;
|
|
907
910
|
id: z.ZodString;
|
|
908
911
|
}, z.core.$strict>]>>;
|
|
909
912
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
910
913
|
source: z.ZodEnum<{
|
|
914
|
+
env: "env";
|
|
911
915
|
file: "file";
|
|
912
916
|
exec: "exec";
|
|
913
|
-
env: "env";
|
|
914
917
|
}>;
|
|
915
918
|
provider: z.ZodString;
|
|
916
919
|
id: z.ZodString;
|
|
@@ -919,18 +922,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
919
922
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
920
923
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
921
924
|
source: z.ZodEnum<{
|
|
925
|
+
env: "env";
|
|
922
926
|
file: "file";
|
|
923
927
|
exec: "exec";
|
|
924
|
-
env: "env";
|
|
925
928
|
}>;
|
|
926
929
|
provider: z.ZodString;
|
|
927
930
|
id: z.ZodString;
|
|
928
931
|
}, z.core.$strict>]>>;
|
|
929
932
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
930
933
|
source: z.ZodEnum<{
|
|
934
|
+
env: "env";
|
|
931
935
|
file: "file";
|
|
932
936
|
exec: "exec";
|
|
933
|
-
env: "env";
|
|
934
937
|
}>;
|
|
935
938
|
provider: z.ZodString;
|
|
936
939
|
id: z.ZodString;
|
|
@@ -955,9 +958,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
955
958
|
channels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
956
959
|
nickservPassword: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
957
960
|
source: z.ZodEnum<{
|
|
961
|
+
env: "env";
|
|
958
962
|
file: "file";
|
|
959
963
|
exec: "exec";
|
|
960
|
-
env: "env";
|
|
961
964
|
}>;
|
|
962
965
|
provider: z.ZodString;
|
|
963
966
|
id: z.ZodString;
|
|
@@ -967,18 +970,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
967
970
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
968
971
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
969
972
|
source: z.ZodEnum<{
|
|
973
|
+
env: "env";
|
|
970
974
|
file: "file";
|
|
971
975
|
exec: "exec";
|
|
972
|
-
env: "env";
|
|
973
976
|
}>;
|
|
974
977
|
provider: z.ZodString;
|
|
975
978
|
id: z.ZodString;
|
|
976
979
|
}, z.core.$strict>]>>;
|
|
977
980
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
978
981
|
source: z.ZodEnum<{
|
|
982
|
+
env: "env";
|
|
979
983
|
file: "file";
|
|
980
984
|
exec: "exec";
|
|
981
|
-
env: "env";
|
|
982
985
|
}>;
|
|
983
986
|
provider: z.ZodString;
|
|
984
987
|
id: z.ZodString;
|
|
@@ -987,18 +990,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
987
990
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
988
991
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
989
992
|
source: z.ZodEnum<{
|
|
993
|
+
env: "env";
|
|
990
994
|
file: "file";
|
|
991
995
|
exec: "exec";
|
|
992
|
-
env: "env";
|
|
993
996
|
}>;
|
|
994
997
|
provider: z.ZodString;
|
|
995
998
|
id: z.ZodString;
|
|
996
999
|
}, z.core.$strict>]>>;
|
|
997
1000
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
998
1001
|
source: z.ZodEnum<{
|
|
1002
|
+
env: "env";
|
|
999
1003
|
file: "file";
|
|
1000
1004
|
exec: "exec";
|
|
1001
|
-
env: "env";
|
|
1002
1005
|
}>;
|
|
1003
1006
|
provider: z.ZodString;
|
|
1004
1007
|
id: z.ZodString;
|
|
@@ -1028,27 +1031,27 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1028
1031
|
}>>;
|
|
1029
1032
|
clientId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1030
1033
|
source: z.ZodEnum<{
|
|
1034
|
+
env: "env";
|
|
1031
1035
|
file: "file";
|
|
1032
1036
|
exec: "exec";
|
|
1033
|
-
env: "env";
|
|
1034
1037
|
}>;
|
|
1035
1038
|
provider: z.ZodString;
|
|
1036
1039
|
id: z.ZodString;
|
|
1037
1040
|
}, z.core.$strict>]>>;
|
|
1038
1041
|
clientSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1039
1042
|
source: z.ZodEnum<{
|
|
1043
|
+
env: "env";
|
|
1040
1044
|
file: "file";
|
|
1041
1045
|
exec: "exec";
|
|
1042
|
-
env: "env";
|
|
1043
1046
|
}>;
|
|
1044
1047
|
provider: z.ZodString;
|
|
1045
1048
|
id: z.ZodString;
|
|
1046
1049
|
}, z.core.$strict>]>>;
|
|
1047
1050
|
refreshToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1048
1051
|
source: z.ZodEnum<{
|
|
1052
|
+
env: "env";
|
|
1049
1053
|
file: "file";
|
|
1050
1054
|
exec: "exec";
|
|
1051
|
-
env: "env";
|
|
1052
1055
|
}>;
|
|
1053
1056
|
provider: z.ZodString;
|
|
1054
1057
|
id: z.ZodString;
|
|
@@ -1110,8 +1113,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1110
1113
|
waitTimeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
1111
1114
|
subAgentMaxSteps: z.ZodDefault<z.ZodNumber>;
|
|
1112
1115
|
subAgentToolGroups: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1113
|
-
full: "full";
|
|
1114
1116
|
minimal: "minimal";
|
|
1117
|
+
full: "full";
|
|
1115
1118
|
coding: "coding";
|
|
1116
1119
|
messaging: "messaging";
|
|
1117
1120
|
supervisor: "supervisor";
|
|
@@ -1131,8 +1134,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1131
1134
|
resultRetentionMs: z.ZodDefault<z.ZodNumber>;
|
|
1132
1135
|
condensationStrategy: z.ZodDefault<z.ZodEnum<{
|
|
1133
1136
|
never: "never";
|
|
1134
|
-
always: "always";
|
|
1135
1137
|
auto: "auto";
|
|
1138
|
+
always: "always";
|
|
1136
1139
|
}>>;
|
|
1137
1140
|
includeParentHistory: z.ZodDefault<z.ZodEnum<{
|
|
1138
1141
|
none: "none";
|
|
@@ -1199,9 +1202,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1199
1202
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
1200
1203
|
secret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1201
1204
|
source: z.ZodEnum<{
|
|
1205
|
+
env: "env";
|
|
1202
1206
|
file: "file";
|
|
1203
1207
|
exec: "exec";
|
|
1204
|
-
env: "env";
|
|
1205
1208
|
}>;
|
|
1206
1209
|
provider: z.ZodString;
|
|
1207
1210
|
id: z.ZodString;
|
|
@@ -1263,9 +1266,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1263
1266
|
id: z.ZodString;
|
|
1264
1267
|
secret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1265
1268
|
source: z.ZodEnum<{
|
|
1269
|
+
env: "env";
|
|
1266
1270
|
file: "file";
|
|
1267
1271
|
exec: "exec";
|
|
1268
|
-
env: "env";
|
|
1269
1272
|
}>;
|
|
1270
1273
|
provider: z.ZodString;
|
|
1271
1274
|
id: z.ZodString;
|
|
@@ -1276,6 +1279,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1276
1279
|
windowMs: z.ZodDefault<z.ZodNumber>;
|
|
1277
1280
|
maxRequests: z.ZodDefault<z.ZodNumber>;
|
|
1278
1281
|
}, z.core.$strict>>;
|
|
1282
|
+
web: z.ZodDefault<z.ZodObject<{
|
|
1283
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1284
|
+
}, z.core.$strict>>;
|
|
1279
1285
|
maxBatchSize: z.ZodDefault<z.ZodNumber>;
|
|
1280
1286
|
wsHeartbeatMs: z.ZodDefault<z.ZodNumber>;
|
|
1281
1287
|
corsOrigins: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -1293,9 +1299,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1293
1299
|
braveSearch: z.ZodDefault<z.ZodObject<{
|
|
1294
1300
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1295
1301
|
source: z.ZodEnum<{
|
|
1302
|
+
env: "env";
|
|
1296
1303
|
file: "file";
|
|
1297
1304
|
exec: "exec";
|
|
1298
|
-
env: "env";
|
|
1299
1305
|
}>;
|
|
1300
1306
|
provider: z.ZodString;
|
|
1301
1307
|
id: z.ZodString;
|
|
@@ -1354,8 +1360,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1354
1360
|
format: z.ZodDefault<z.ZodString>;
|
|
1355
1361
|
model: z.ZodOptional<z.ZodString>;
|
|
1356
1362
|
autoMode: z.ZodDefault<z.ZodDefault<z.ZodEnum<{
|
|
1357
|
-
always: "always";
|
|
1358
1363
|
off: "off";
|
|
1364
|
+
always: "always";
|
|
1359
1365
|
inbound: "inbound";
|
|
1360
1366
|
tagged: "tagged";
|
|
1361
1367
|
}>>>;
|
|
@@ -1376,8 +1382,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1376
1382
|
speed: z.ZodOptional<z.ZodNumber>;
|
|
1377
1383
|
seed: z.ZodOptional<z.ZodNumber>;
|
|
1378
1384
|
applyTextNormalization: z.ZodDefault<z.ZodEnum<{
|
|
1379
|
-
auto: "auto";
|
|
1380
1385
|
off: "off";
|
|
1386
|
+
auto: "auto";
|
|
1381
1387
|
on: "on";
|
|
1382
1388
|
}>>;
|
|
1383
1389
|
}, z.core.$strict>>;
|
|
@@ -1619,8 +1625,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1619
1625
|
defaultUseMarkdownIR: z.ZodDefault<z.ZodBoolean>;
|
|
1620
1626
|
defaultReplyMode: z.ZodDefault<z.ZodEnum<{
|
|
1621
1627
|
off: "off";
|
|
1622
|
-
all: "all";
|
|
1623
1628
|
first: "first";
|
|
1629
|
+
all: "all";
|
|
1624
1630
|
}>>;
|
|
1625
1631
|
perChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1626
1632
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1671,8 +1677,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1671
1677
|
}>>;
|
|
1672
1678
|
replyMode: z.ZodDefault<z.ZodEnum<{
|
|
1673
1679
|
off: "off";
|
|
1674
|
-
all: "all";
|
|
1675
1680
|
first: "first";
|
|
1681
|
+
all: "all";
|
|
1676
1682
|
}>>;
|
|
1677
1683
|
replyModeByChatType: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
|
|
1678
1684
|
dm: "dm";
|
|
@@ -1682,8 +1688,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1682
1688
|
forum: "forum";
|
|
1683
1689
|
}>, z.ZodEnum<{
|
|
1684
1690
|
off: "off";
|
|
1685
|
-
all: "all";
|
|
1686
1691
|
first: "first";
|
|
1692
|
+
all: "all";
|
|
1687
1693
|
}>>>;
|
|
1688
1694
|
}, z.core.$strict>>>;
|
|
1689
1695
|
}, z.core.$strict>>;
|
|
@@ -1901,9 +1907,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1901
1907
|
path: z.ZodDefault<z.ZodString>;
|
|
1902
1908
|
token: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1903
1909
|
source: z.ZodEnum<{
|
|
1910
|
+
env: "env";
|
|
1904
1911
|
file: "file";
|
|
1905
1912
|
exec: "exec";
|
|
1906
|
-
env: "env";
|
|
1907
1913
|
}>;
|
|
1908
1914
|
provider: z.ZodString;
|
|
1909
1915
|
id: z.ZodString;
|