comisai 1.0.18 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli-entry.js +0 -0
- package/node_modules/@comis/agent/dist/context-engine/context-engine.js +43 -2
- package/node_modules/@comis/agent/dist/context-engine/signature-replay-scrubber.d.ts +51 -0
- package/node_modules/@comis/agent/dist/context-engine/signature-replay-scrubber.js +110 -0
- package/node_modules/@comis/agent/dist/context-engine/signature-surrogate-guard.d.ts +54 -0
- package/node_modules/@comis/agent/dist/context-engine/signature-surrogate-guard.js +145 -0
- package/node_modules/@comis/agent/dist/context-engine/types-core.d.ts +17 -0
- package/node_modules/@comis/agent/dist/executor/error-classifier.d.ts +11 -1
- package/node_modules/@comis/agent/dist/executor/error-classifier.js +13 -0
- package/node_modules/@comis/agent/dist/executor/executor-context-engine-setup.d.ts +1 -0
- package/node_modules/@comis/agent/dist/executor/executor-context-engine-setup.js +55 -0
- package/node_modules/@comis/agent/dist/executor/executor-prompt-runner.js +106 -5
- package/node_modules/@comis/agent/dist/executor/executor-tool-assembly.js +1 -0
- package/node_modules/@comis/agent/dist/executor/pi-executor.d.ts +1 -4
- package/node_modules/@comis/agent/dist/executor/replay-drift-detector.d.ts +85 -0
- package/node_modules/@comis/agent/dist/executor/replay-drift-detector.js +92 -0
- package/node_modules/@comis/agent/dist/executor/signature-block-scrubber.d.ts +34 -0
- package/node_modules/@comis/agent/dist/executor/signature-block-scrubber.js +69 -0
- package/node_modules/@comis/agent/dist/executor/signed-replay-detector.d.ts +39 -0
- package/node_modules/@comis/agent/dist/executor/signed-replay-detector.js +72 -0
- package/node_modules/@comis/agent/package.json +1 -1
- package/node_modules/@comis/channels/package.json +1 -1
- package/node_modules/@comis/cli/dist/cli.js +0 -0
- package/node_modules/@comis/cli/dist/wizard/steps/12-finish.d.ts +4 -5
- package/node_modules/@comis/cli/dist/wizard/steps/12-finish.js +99 -40
- package/node_modules/@comis/cli/package.json +1 -1
- package/node_modules/@comis/core/dist/config/git-manager.js +10 -4
- package/node_modules/@comis/core/dist/config/index.d.ts +1 -0
- package/node_modules/@comis/core/dist/config/index.js +2 -0
- package/node_modules/@comis/core/dist/config/managed-sections.d.ts +67 -0
- package/node_modules/@comis/core/dist/config/managed-sections.js +124 -0
- package/node_modules/@comis/core/dist/config/schema-agent.d.ts +28 -10
- package/node_modules/@comis/core/dist/config/schema-agent.js +6 -0
- package/node_modules/@comis/core/dist/config/schema-gateway.d.ts +2 -2
- package/node_modules/@comis/core/dist/config/schema.d.ts +65 -64
- package/node_modules/@comis/core/dist/event-bus/events-messaging.d.ts +16 -0
- package/node_modules/@comis/core/dist/exports/config.d.ts +1 -1
- package/node_modules/@comis/core/dist/exports/config.js +1 -1
- package/node_modules/@comis/core/package.json +1 -1
- package/node_modules/@comis/daemon/bundled-skills/skill-creator/scripts/init-skill.py +0 -0
- package/node_modules/@comis/daemon/bundled-skills/skill-creator/scripts/validate-skill.py +0 -0
- package/node_modules/@comis/daemon/dist/daemon.js +0 -0
- package/node_modules/@comis/daemon/dist/rpc/config-handlers.js +20 -7
- package/node_modules/@comis/daemon/dist/rpc/session-handlers.js +27 -1
- 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/bridge/tool-metadata-registry.js +23 -8
- package/node_modules/@comis/skills/dist/builtin/platform/gateway-tool.d.ts +1 -1
- package/node_modules/@comis/skills/dist/builtin/platform/gateway-tool.js +18 -14
- package/node_modules/@comis/skills/dist/builtin/platform/unified-session-tool.js +1 -1
- package/node_modules/@comis/skills/package.json +1 -1
- package/node_modules/@comis/web/package.json +1 -1
- package/package.json +24 -26
- package/node_modules/@comis/agent/dist/provider/response/strip-minimax-xml.d.ts +0 -9
- package/node_modules/@comis/agent/dist/provider/response/strip-minimax-xml.js +0 -17
- package/node_modules/@comis/agent/dist/provider/response/strip-model-tokens.d.ts +0 -13
- package/node_modules/@comis/agent/dist/provider/response/strip-model-tokens.js +0 -19
- package/node_modules/@comis/agent/dist/provider/response/strip-tool-text.d.ts +0 -11
- package/node_modules/@comis/agent/dist/provider/response/strip-tool-text.js +0 -32
- package/node_modules/@comis/agent/dist/safety/follow-through-detector.d.ts +0 -46
- package/node_modules/@comis/agent/dist/safety/follow-through-detector.js +0 -76
- package/node_modules/@comis/agent/dist/safety/post-compaction-safety.d.ts +0 -30
- package/node_modules/@comis/agent/dist/safety/post-compaction-safety.js +0 -51
- package/node_modules/@comis/agent/dist/safety/schema-normalizer.d.ts +0 -37
- package/node_modules/@comis/agent/dist/safety/schema-normalizer.js +0 -137
- package/node_modules/@comis/agent/dist/safety/schema-pruning.d.ts +0 -50
- package/node_modules/@comis/agent/dist/safety/schema-pruning.js +0 -112
- package/node_modules/@comis/agent/dist/safety/tool-image-sanitizer.d.ts +0 -43
- package/node_modules/@comis/agent/dist/safety/tool-image-sanitizer.js +0 -96
- package/node_modules/@comis/agent/dist/safety/tool-sanitizer.d.ts +0 -44
- package/node_modules/@comis/agent/dist/safety/tool-sanitizer.js +0 -94
- package/node_modules/@comis/channels/dist/shared/thinking-tag-filter.d.ts +0 -28
- package/node_modules/@comis/channels/dist/shared/thinking-tag-filter.js +0 -206
- package/node_modules/@comis/cli/dist/wizard/config-writer.d.ts +0 -25
- package/node_modules/@comis/cli/dist/wizard/config-writer.js +0 -144
- package/node_modules/@comis/cli/dist/wizard/flow-types.d.ts +0 -48
- package/node_modules/@comis/cli/dist/wizard/flow-types.js +0 -70
- package/node_modules/@comis/cli/dist/wizard/manual-flow.d.ts +0 -21
- package/node_modules/@comis/cli/dist/wizard/manual-flow.js +0 -345
- package/node_modules/@comis/cli/dist/wizard/quickstart-flow.d.ts +0 -21
- package/node_modules/@comis/cli/dist/wizard/quickstart-flow.js +0 -116
- package/node_modules/@comis/core/dist/config/schema-agent-model.d.ts +0 -135
- package/node_modules/@comis/core/dist/config/schema-agent-model.js +0 -114
- package/node_modules/@comis/core/dist/config/schema-agent-session.d.ts +0 -177
- package/node_modules/@comis/core/dist/config/schema-agent-session.js +0 -116
- package/node_modules/@comis/core/dist/config/schema-context-engine.d.ts +0 -92
- package/node_modules/@comis/core/dist/config/schema-context-engine.js +0 -92
- package/node_modules/@comis/core/dist/config/schema-context-guard.d.ts +0 -34
- package/node_modules/@comis/core/dist/config/schema-context-guard.js +0 -32
- package/node_modules/@comis/core/dist/config/schema-delivery-mirror.d.ts +0 -27
- package/node_modules/@comis/core/dist/config/schema-delivery-mirror.js +0 -26
- package/node_modules/@comis/core/dist/config/schema-delivery-queue.d.ts +0 -31
- package/node_modules/@comis/core/dist/config/schema-delivery-queue.js +0 -30
- package/node_modules/@comis/core/dist/config/schema-delivery-timing.d.ts +0 -41
- package/node_modules/@comis/core/dist/config/schema-delivery-timing.js +0 -31
- package/node_modules/@comis/core/dist/config/schema-monitoring.d.ts +0 -105
- package/node_modules/@comis/core/dist/config/schema-monitoring.js +0 -67
- package/node_modules/@comis/core/dist/ports/media-ports.d.ts +0 -278
- package/node_modules/@comis/core/dist/ports/media-ports.js +0 -1
- package/node_modules/@comis/core/dist/security/input-guard.d.ts +0 -46
- package/node_modules/@comis/core/dist/security/input-guard.js +0 -166
- package/node_modules/@comis/core/dist/security/scoped-secret-manager.d.ts +0 -38
- package/node_modules/@comis/core/dist/security/scoped-secret-manager.js +0 -94
- package/node_modules/@comis/daemon/dist/observability/delivery-context.d.ts +0 -37
- package/node_modules/@comis/daemon/dist/observability/delivery-context.js +0 -1
- package/node_modules/@comis/daemon/dist/observability/log-level-manager.d.ts +0 -23
- package/node_modules/@comis/daemon/dist/observability/log-level-manager.js +0 -34
- package/node_modules/@comis/daemon/dist/observability/log-transport.d.ts +0 -44
- package/node_modules/@comis/daemon/dist/observability/log-transport.js +0 -74
- package/node_modules/@comis/daemon/dist/observability/obs-write-buffer.d.ts +0 -53
- package/node_modules/@comis/daemon/dist/observability/obs-write-buffer.js +0 -68
- package/node_modules/@comis/daemon/dist/observability/types.d.ts +0 -6
- package/node_modules/@comis/daemon/dist/observability/types.js +0 -1
- package/node_modules/@comis/daemon/dist/wiring/seed-bundled-skills.d.ts +0 -41
- package/node_modules/@comis/daemon/dist/wiring/seed-bundled-skills.js +0 -84
- package/node_modules/@comis/daemon/dist/wiring/setup-delivery-mirror.d.ts +0 -24
- package/node_modules/@comis/daemon/dist/wiring/setup-delivery-mirror.js +0 -88
- package/node_modules/@comis/daemon/dist/wiring/setup-delivery-queue.d.ts +0 -31
- package/node_modules/@comis/daemon/dist/wiring/setup-delivery-queue.js +0 -132
- package/node_modules/@comis/daemon/dist/wiring/setup-monitoring.d.ts +0 -38
- package/node_modules/@comis/daemon/dist/wiring/setup-monitoring.js +0 -100
- package/node_modules/@comis/daemon/dist/wiring/setup-rpc-bridge.d.ts +0 -34
- package/node_modules/@comis/daemon/dist/wiring/setup-rpc-bridge.js +0 -52
- package/node_modules/@comis/daemon/dist/wiring/setup-task-extraction.d.ts +0 -41
- package/node_modules/@comis/daemon/dist/wiring/setup-task-extraction.js +0 -86
- package/node_modules/@comis/memory/dist/embedding-cache.d.ts +0 -36
- package/node_modules/@comis/memory/dist/embedding-cache.js +0 -94
- package/node_modules/@comis/skills/dist/bridge/tool-output-schemas.d.ts +0 -17
- package/node_modules/@comis/skills/dist/bridge/tool-output-schemas.js +0 -125
- package/node_modules/@comis/skills/dist/bridge/tool-parallelism-metadata.d.ts +0 -14
- package/node_modules/@comis/skills/dist/bridge/tool-parallelism-metadata.js +0 -92
- package/node_modules/@comis/skills/dist/bridge/tool-result-caps.d.ts +0 -14
- package/node_modules/@comis/skills/dist/bridge/tool-result-caps.js +0 -36
- package/node_modules/@comis/skills/dist/bridge/tool-search-hints.d.ts +0 -15
- package/node_modules/@comis/skills/dist/bridge/tool-search-hints.js +0 -68
- package/node_modules/@comis/skills/dist/bridge/tool-validators.d.ts +0 -11
- package/node_modules/@comis/skills/dist/bridge/tool-validators.js +0 -105
- package/node_modules/@comis/skills/dist/builtin/file/find-sort-wrapper.d.ts +0 -22
- package/node_modules/@comis/skills/dist/builtin/file/find-sort-wrapper.js +0 -95
- package/node_modules/@comis/skills/dist/builtin/file/grep-output-mode-wrapper.d.ts +0 -24
- package/node_modules/@comis/skills/dist/builtin/file/grep-output-mode-wrapper.js +0 -167
- package/node_modules/@comis/skills/dist/builtin/task-plan-tool.d.ts +0 -25
- package/node_modules/@comis/skills/dist/builtin/task-plan-tool.js +0 -67
- package/node_modules/@comis/skills/dist/integrations/mcp-tool-bridge.d.ts +0 -75
- package/node_modules/@comis/skills/dist/integrations/mcp-tool-bridge.js +0 -235
|
@@ -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
|
-
off: "off";
|
|
33
32
|
minimal: "minimal";
|
|
33
|
+
off: "off";
|
|
34
34
|
low: "low";
|
|
35
35
|
medium: "medium";
|
|
36
36
|
high: "high";
|
|
@@ -109,8 +109,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
109
109
|
maxChars: z.ZodDefault<z.ZodNumber>;
|
|
110
110
|
promptMode: z.ZodDefault<z.ZodEnum<{
|
|
111
111
|
minimal: "minimal";
|
|
112
|
-
none: "none";
|
|
113
112
|
full: "full";
|
|
113
|
+
none: "none";
|
|
114
114
|
}>>;
|
|
115
115
|
groupChatFiltering: z.ZodDefault<z.ZodBoolean>;
|
|
116
116
|
}, z.core.$strict>>;
|
|
@@ -188,10 +188,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
188
188
|
toolPolicy: z.ZodDefault<z.ZodObject<{
|
|
189
189
|
profile: z.ZodDefault<z.ZodEnum<{
|
|
190
190
|
minimal: "minimal";
|
|
191
|
-
full: "full";
|
|
192
191
|
coding: "coding";
|
|
193
192
|
messaging: "messaging";
|
|
194
193
|
supervisor: "supervisor";
|
|
194
|
+
full: "full";
|
|
195
195
|
}>>;
|
|
196
196
|
allow: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
197
197
|
deny: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -263,10 +263,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
263
263
|
session: z.ZodOptional<z.ZodObject<{
|
|
264
264
|
resetPolicy: z.ZodOptional<z.ZodObject<{
|
|
265
265
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
266
|
-
none: "none";
|
|
267
266
|
daily: "daily";
|
|
268
267
|
idle: "idle";
|
|
269
268
|
hybrid: "hybrid";
|
|
269
|
+
none: "none";
|
|
270
270
|
}>>;
|
|
271
271
|
dailyResetHour: z.ZodDefault<z.ZodNumber>;
|
|
272
272
|
dailyResetTimezone: z.ZodDefault<z.ZodString>;
|
|
@@ -276,10 +276,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
276
276
|
perType: z.ZodDefault<z.ZodObject<{
|
|
277
277
|
dm: z.ZodOptional<z.ZodObject<{
|
|
278
278
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
279
|
-
none: "none";
|
|
280
279
|
daily: "daily";
|
|
281
280
|
idle: "idle";
|
|
282
281
|
hybrid: "hybrid";
|
|
282
|
+
none: "none";
|
|
283
283
|
}>>;
|
|
284
284
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
285
285
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -287,10 +287,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
287
287
|
}, z.core.$strict>>;
|
|
288
288
|
group: z.ZodOptional<z.ZodObject<{
|
|
289
289
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
290
|
-
none: "none";
|
|
291
290
|
daily: "daily";
|
|
292
291
|
idle: "idle";
|
|
293
292
|
hybrid: "hybrid";
|
|
293
|
+
none: "none";
|
|
294
294
|
}>>;
|
|
295
295
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
296
296
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -298,10 +298,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
298
298
|
}, z.core.$strict>>;
|
|
299
299
|
thread: z.ZodOptional<z.ZodObject<{
|
|
300
300
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
301
|
-
none: "none";
|
|
302
301
|
daily: "daily";
|
|
303
302
|
idle: "idle";
|
|
304
303
|
hybrid: "hybrid";
|
|
304
|
+
none: "none";
|
|
305
305
|
}>>;
|
|
306
306
|
dailyResetHour: z.ZodOptional<z.ZodNumber>;
|
|
307
307
|
dailyResetTimezone: z.ZodOptional<z.ZodString>;
|
|
@@ -390,6 +390,7 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
390
390
|
dag: "dag";
|
|
391
391
|
}>>;
|
|
392
392
|
thinkingKeepTurns: z.ZodDefault<z.ZodNumber>;
|
|
393
|
+
replayDriftIdleMs: z.ZodDefault<z.ZodNumber>;
|
|
393
394
|
compactionModel: z.ZodDefault<z.ZodString>;
|
|
394
395
|
evictionMinAge: z.ZodDefault<z.ZodNumber>;
|
|
395
396
|
historyTurns: z.ZodDefault<z.ZodNumber>;
|
|
@@ -479,8 +480,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
479
480
|
deferredTools: z.ZodOptional<z.ZodObject<{
|
|
480
481
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
481
482
|
never: "never";
|
|
482
|
-
auto: "auto";
|
|
483
483
|
always: "always";
|
|
484
|
+
auto: "auto";
|
|
484
485
|
}>>;
|
|
485
486
|
neverDefer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
486
487
|
alwaysDefer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -509,18 +510,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
509
510
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
510
511
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
511
512
|
source: z.ZodEnum<{
|
|
512
|
-
env: "env";
|
|
513
513
|
file: "file";
|
|
514
514
|
exec: "exec";
|
|
515
|
+
env: "env";
|
|
515
516
|
}>;
|
|
516
517
|
provider: z.ZodString;
|
|
517
518
|
id: z.ZodString;
|
|
518
519
|
}, z.core.$strict>]>>;
|
|
519
520
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
520
521
|
source: z.ZodEnum<{
|
|
521
|
-
env: "env";
|
|
522
522
|
file: "file";
|
|
523
523
|
exec: "exec";
|
|
524
|
+
env: "env";
|
|
524
525
|
}>;
|
|
525
526
|
provider: z.ZodString;
|
|
526
527
|
id: z.ZodString;
|
|
@@ -529,18 +530,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
529
530
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
530
531
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
531
532
|
source: z.ZodEnum<{
|
|
532
|
-
env: "env";
|
|
533
533
|
file: "file";
|
|
534
534
|
exec: "exec";
|
|
535
|
+
env: "env";
|
|
535
536
|
}>;
|
|
536
537
|
provider: z.ZodString;
|
|
537
538
|
id: z.ZodString;
|
|
538
539
|
}, z.core.$strict>]>>;
|
|
539
540
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
540
541
|
source: z.ZodEnum<{
|
|
541
|
-
env: "env";
|
|
542
542
|
file: "file";
|
|
543
543
|
exec: "exec";
|
|
544
|
+
env: "env";
|
|
544
545
|
}>;
|
|
545
546
|
provider: z.ZodString;
|
|
546
547
|
id: z.ZodString;
|
|
@@ -563,18 +564,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
563
564
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
564
565
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
565
566
|
source: z.ZodEnum<{
|
|
566
|
-
env: "env";
|
|
567
567
|
file: "file";
|
|
568
568
|
exec: "exec";
|
|
569
|
+
env: "env";
|
|
569
570
|
}>;
|
|
570
571
|
provider: z.ZodString;
|
|
571
572
|
id: z.ZodString;
|
|
572
573
|
}, z.core.$strict>]>>;
|
|
573
574
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
574
575
|
source: z.ZodEnum<{
|
|
575
|
-
env: "env";
|
|
576
576
|
file: "file";
|
|
577
577
|
exec: "exec";
|
|
578
|
+
env: "env";
|
|
578
579
|
}>;
|
|
579
580
|
provider: z.ZodString;
|
|
580
581
|
id: z.ZodString;
|
|
@@ -583,18 +584,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
583
584
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
584
585
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
585
586
|
source: z.ZodEnum<{
|
|
586
|
-
env: "env";
|
|
587
587
|
file: "file";
|
|
588
588
|
exec: "exec";
|
|
589
|
+
env: "env";
|
|
589
590
|
}>;
|
|
590
591
|
provider: z.ZodString;
|
|
591
592
|
id: z.ZodString;
|
|
592
593
|
}, z.core.$strict>]>>;
|
|
593
594
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
594
595
|
source: z.ZodEnum<{
|
|
595
|
-
env: "env";
|
|
596
596
|
file: "file";
|
|
597
597
|
exec: "exec";
|
|
598
|
+
env: "env";
|
|
598
599
|
}>;
|
|
599
600
|
provider: z.ZodString;
|
|
600
601
|
id: z.ZodString;
|
|
@@ -617,18 +618,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
617
618
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
618
619
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
619
620
|
source: z.ZodEnum<{
|
|
620
|
-
env: "env";
|
|
621
621
|
file: "file";
|
|
622
622
|
exec: "exec";
|
|
623
|
+
env: "env";
|
|
623
624
|
}>;
|
|
624
625
|
provider: z.ZodString;
|
|
625
626
|
id: z.ZodString;
|
|
626
627
|
}, z.core.$strict>]>>;
|
|
627
628
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
628
629
|
source: z.ZodEnum<{
|
|
629
|
-
env: "env";
|
|
630
630
|
file: "file";
|
|
631
631
|
exec: "exec";
|
|
632
|
+
env: "env";
|
|
632
633
|
}>;
|
|
633
634
|
provider: z.ZodString;
|
|
634
635
|
id: z.ZodString;
|
|
@@ -637,18 +638,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
637
638
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
638
639
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
639
640
|
source: z.ZodEnum<{
|
|
640
|
-
env: "env";
|
|
641
641
|
file: "file";
|
|
642
642
|
exec: "exec";
|
|
643
|
+
env: "env";
|
|
643
644
|
}>;
|
|
644
645
|
provider: z.ZodString;
|
|
645
646
|
id: z.ZodString;
|
|
646
647
|
}, z.core.$strict>]>>;
|
|
647
648
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
648
649
|
source: z.ZodEnum<{
|
|
649
|
-
env: "env";
|
|
650
650
|
file: "file";
|
|
651
651
|
exec: "exec";
|
|
652
|
+
env: "env";
|
|
652
653
|
}>;
|
|
653
654
|
provider: z.ZodString;
|
|
654
655
|
id: z.ZodString;
|
|
@@ -671,18 +672,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
671
672
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
672
673
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
673
674
|
source: z.ZodEnum<{
|
|
674
|
-
env: "env";
|
|
675
675
|
file: "file";
|
|
676
676
|
exec: "exec";
|
|
677
|
+
env: "env";
|
|
677
678
|
}>;
|
|
678
679
|
provider: z.ZodString;
|
|
679
680
|
id: z.ZodString;
|
|
680
681
|
}, z.core.$strict>]>>;
|
|
681
682
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
682
683
|
source: z.ZodEnum<{
|
|
683
|
-
env: "env";
|
|
684
684
|
file: "file";
|
|
685
685
|
exec: "exec";
|
|
686
|
+
env: "env";
|
|
686
687
|
}>;
|
|
687
688
|
provider: z.ZodString;
|
|
688
689
|
id: z.ZodString;
|
|
@@ -691,18 +692,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
691
692
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
692
693
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
693
694
|
source: z.ZodEnum<{
|
|
694
|
-
env: "env";
|
|
695
695
|
file: "file";
|
|
696
696
|
exec: "exec";
|
|
697
|
+
env: "env";
|
|
697
698
|
}>;
|
|
698
699
|
provider: z.ZodString;
|
|
699
700
|
id: z.ZodString;
|
|
700
701
|
}, z.core.$strict>]>>;
|
|
701
702
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
702
703
|
source: z.ZodEnum<{
|
|
703
|
-
env: "env";
|
|
704
704
|
file: "file";
|
|
705
705
|
exec: "exec";
|
|
706
|
+
env: "env";
|
|
706
707
|
}>;
|
|
707
708
|
provider: z.ZodString;
|
|
708
709
|
id: z.ZodString;
|
|
@@ -725,18 +726,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
725
726
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
726
727
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
727
728
|
source: z.ZodEnum<{
|
|
728
|
-
env: "env";
|
|
729
729
|
file: "file";
|
|
730
730
|
exec: "exec";
|
|
731
|
+
env: "env";
|
|
731
732
|
}>;
|
|
732
733
|
provider: z.ZodString;
|
|
733
734
|
id: z.ZodString;
|
|
734
735
|
}, z.core.$strict>]>>;
|
|
735
736
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
736
737
|
source: z.ZodEnum<{
|
|
737
|
-
env: "env";
|
|
738
738
|
file: "file";
|
|
739
739
|
exec: "exec";
|
|
740
|
+
env: "env";
|
|
740
741
|
}>;
|
|
741
742
|
provider: z.ZodString;
|
|
742
743
|
id: z.ZodString;
|
|
@@ -745,18 +746,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
745
746
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
746
747
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
747
748
|
source: z.ZodEnum<{
|
|
748
|
-
env: "env";
|
|
749
749
|
file: "file";
|
|
750
750
|
exec: "exec";
|
|
751
|
+
env: "env";
|
|
751
752
|
}>;
|
|
752
753
|
provider: z.ZodString;
|
|
753
754
|
id: z.ZodString;
|
|
754
755
|
}, z.core.$strict>]>>;
|
|
755
756
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
756
757
|
source: z.ZodEnum<{
|
|
757
|
-
env: "env";
|
|
758
758
|
file: "file";
|
|
759
759
|
exec: "exec";
|
|
760
|
+
env: "env";
|
|
760
761
|
}>;
|
|
761
762
|
provider: z.ZodString;
|
|
762
763
|
id: z.ZodString;
|
|
@@ -782,18 +783,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
782
783
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
783
784
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
784
785
|
source: z.ZodEnum<{
|
|
785
|
-
env: "env";
|
|
786
786
|
file: "file";
|
|
787
787
|
exec: "exec";
|
|
788
|
+
env: "env";
|
|
788
789
|
}>;
|
|
789
790
|
provider: z.ZodString;
|
|
790
791
|
id: z.ZodString;
|
|
791
792
|
}, z.core.$strict>]>>;
|
|
792
793
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
793
794
|
source: z.ZodEnum<{
|
|
794
|
-
env: "env";
|
|
795
795
|
file: "file";
|
|
796
796
|
exec: "exec";
|
|
797
|
+
env: "env";
|
|
797
798
|
}>;
|
|
798
799
|
provider: z.ZodString;
|
|
799
800
|
id: z.ZodString;
|
|
@@ -802,18 +803,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
802
803
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
803
804
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
804
805
|
source: z.ZodEnum<{
|
|
805
|
-
env: "env";
|
|
806
806
|
file: "file";
|
|
807
807
|
exec: "exec";
|
|
808
|
+
env: "env";
|
|
808
809
|
}>;
|
|
809
810
|
provider: z.ZodString;
|
|
810
811
|
id: z.ZodString;
|
|
811
812
|
}, z.core.$strict>]>>;
|
|
812
813
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
813
814
|
source: z.ZodEnum<{
|
|
814
|
-
env: "env";
|
|
815
815
|
file: "file";
|
|
816
816
|
exec: "exec";
|
|
817
|
+
env: "env";
|
|
817
818
|
}>;
|
|
818
819
|
provider: z.ZodString;
|
|
819
820
|
id: z.ZodString;
|
|
@@ -838,18 +839,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
838
839
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
839
840
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
840
841
|
source: z.ZodEnum<{
|
|
841
|
-
env: "env";
|
|
842
842
|
file: "file";
|
|
843
843
|
exec: "exec";
|
|
844
|
+
env: "env";
|
|
844
845
|
}>;
|
|
845
846
|
provider: z.ZodString;
|
|
846
847
|
id: z.ZodString;
|
|
847
848
|
}, z.core.$strict>]>>;
|
|
848
849
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
849
850
|
source: z.ZodEnum<{
|
|
850
|
-
env: "env";
|
|
851
851
|
file: "file";
|
|
852
852
|
exec: "exec";
|
|
853
|
+
env: "env";
|
|
853
854
|
}>;
|
|
854
855
|
provider: z.ZodString;
|
|
855
856
|
id: z.ZodString;
|
|
@@ -858,18 +859,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
858
859
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
859
860
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
860
861
|
source: z.ZodEnum<{
|
|
861
|
-
env: "env";
|
|
862
862
|
file: "file";
|
|
863
863
|
exec: "exec";
|
|
864
|
+
env: "env";
|
|
864
865
|
}>;
|
|
865
866
|
provider: z.ZodString;
|
|
866
867
|
id: z.ZodString;
|
|
867
868
|
}, z.core.$strict>]>>;
|
|
868
869
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
869
870
|
source: z.ZodEnum<{
|
|
870
|
-
env: "env";
|
|
871
871
|
file: "file";
|
|
872
872
|
exec: "exec";
|
|
873
|
+
env: "env";
|
|
873
874
|
}>;
|
|
874
875
|
provider: z.ZodString;
|
|
875
876
|
id: z.ZodString;
|
|
@@ -889,9 +890,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
889
890
|
}, z.core.$strict>>;
|
|
890
891
|
channelSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
891
892
|
source: z.ZodEnum<{
|
|
892
|
-
env: "env";
|
|
893
893
|
file: "file";
|
|
894
894
|
exec: "exec";
|
|
895
|
+
env: "env";
|
|
895
896
|
}>;
|
|
896
897
|
provider: z.ZodString;
|
|
897
898
|
id: z.ZodString;
|
|
@@ -902,18 +903,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
902
903
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
903
904
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
904
905
|
source: z.ZodEnum<{
|
|
905
|
-
env: "env";
|
|
906
906
|
file: "file";
|
|
907
907
|
exec: "exec";
|
|
908
|
+
env: "env";
|
|
908
909
|
}>;
|
|
909
910
|
provider: z.ZodString;
|
|
910
911
|
id: z.ZodString;
|
|
911
912
|
}, z.core.$strict>]>>;
|
|
912
913
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
913
914
|
source: z.ZodEnum<{
|
|
914
|
-
env: "env";
|
|
915
915
|
file: "file";
|
|
916
916
|
exec: "exec";
|
|
917
|
+
env: "env";
|
|
917
918
|
}>;
|
|
918
919
|
provider: z.ZodString;
|
|
919
920
|
id: z.ZodString;
|
|
@@ -922,18 +923,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
922
923
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
923
924
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
924
925
|
source: z.ZodEnum<{
|
|
925
|
-
env: "env";
|
|
926
926
|
file: "file";
|
|
927
927
|
exec: "exec";
|
|
928
|
+
env: "env";
|
|
928
929
|
}>;
|
|
929
930
|
provider: z.ZodString;
|
|
930
931
|
id: z.ZodString;
|
|
931
932
|
}, z.core.$strict>]>>;
|
|
932
933
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
933
934
|
source: z.ZodEnum<{
|
|
934
|
-
env: "env";
|
|
935
935
|
file: "file";
|
|
936
936
|
exec: "exec";
|
|
937
|
+
env: "env";
|
|
937
938
|
}>;
|
|
938
939
|
provider: z.ZodString;
|
|
939
940
|
id: z.ZodString;
|
|
@@ -958,9 +959,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
958
959
|
channels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
959
960
|
nickservPassword: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
960
961
|
source: z.ZodEnum<{
|
|
961
|
-
env: "env";
|
|
962
962
|
file: "file";
|
|
963
963
|
exec: "exec";
|
|
964
|
+
env: "env";
|
|
964
965
|
}>;
|
|
965
966
|
provider: z.ZodString;
|
|
966
967
|
id: z.ZodString;
|
|
@@ -970,18 +971,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
970
971
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
971
972
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
972
973
|
source: z.ZodEnum<{
|
|
973
|
-
env: "env";
|
|
974
974
|
file: "file";
|
|
975
975
|
exec: "exec";
|
|
976
|
+
env: "env";
|
|
976
977
|
}>;
|
|
977
978
|
provider: z.ZodString;
|
|
978
979
|
id: z.ZodString;
|
|
979
980
|
}, z.core.$strict>]>>;
|
|
980
981
|
botToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
981
982
|
source: z.ZodEnum<{
|
|
982
|
-
env: "env";
|
|
983
983
|
file: "file";
|
|
984
984
|
exec: "exec";
|
|
985
|
+
env: "env";
|
|
985
986
|
}>;
|
|
986
987
|
provider: z.ZodString;
|
|
987
988
|
id: z.ZodString;
|
|
@@ -990,18 +991,18 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
990
991
|
allowFrom: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
991
992
|
appToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
992
993
|
source: z.ZodEnum<{
|
|
993
|
-
env: "env";
|
|
994
994
|
file: "file";
|
|
995
995
|
exec: "exec";
|
|
996
|
+
env: "env";
|
|
996
997
|
}>;
|
|
997
998
|
provider: z.ZodString;
|
|
998
999
|
id: z.ZodString;
|
|
999
1000
|
}, z.core.$strict>]>>;
|
|
1000
1001
|
signingSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1001
1002
|
source: z.ZodEnum<{
|
|
1002
|
-
env: "env";
|
|
1003
1003
|
file: "file";
|
|
1004
1004
|
exec: "exec";
|
|
1005
|
+
env: "env";
|
|
1005
1006
|
}>;
|
|
1006
1007
|
provider: z.ZodString;
|
|
1007
1008
|
id: z.ZodString;
|
|
@@ -1031,27 +1032,27 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1031
1032
|
}>>;
|
|
1032
1033
|
clientId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1033
1034
|
source: z.ZodEnum<{
|
|
1034
|
-
env: "env";
|
|
1035
1035
|
file: "file";
|
|
1036
1036
|
exec: "exec";
|
|
1037
|
+
env: "env";
|
|
1037
1038
|
}>;
|
|
1038
1039
|
provider: z.ZodString;
|
|
1039
1040
|
id: z.ZodString;
|
|
1040
1041
|
}, z.core.$strict>]>>;
|
|
1041
1042
|
clientSecret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1042
1043
|
source: z.ZodEnum<{
|
|
1043
|
-
env: "env";
|
|
1044
1044
|
file: "file";
|
|
1045
1045
|
exec: "exec";
|
|
1046
|
+
env: "env";
|
|
1046
1047
|
}>;
|
|
1047
1048
|
provider: z.ZodString;
|
|
1048
1049
|
id: z.ZodString;
|
|
1049
1050
|
}, z.core.$strict>]>>;
|
|
1050
1051
|
refreshToken: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1051
1052
|
source: z.ZodEnum<{
|
|
1052
|
-
env: "env";
|
|
1053
1053
|
file: "file";
|
|
1054
1054
|
exec: "exec";
|
|
1055
|
+
env: "env";
|
|
1055
1056
|
}>;
|
|
1056
1057
|
provider: z.ZodString;
|
|
1057
1058
|
id: z.ZodString;
|
|
@@ -1114,10 +1115,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1114
1115
|
subAgentMaxSteps: z.ZodDefault<z.ZodNumber>;
|
|
1115
1116
|
subAgentToolGroups: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1116
1117
|
minimal: "minimal";
|
|
1117
|
-
full: "full";
|
|
1118
1118
|
coding: "coding";
|
|
1119
1119
|
messaging: "messaging";
|
|
1120
1120
|
supervisor: "supervisor";
|
|
1121
|
+
full: "full";
|
|
1121
1122
|
}>>>;
|
|
1122
1123
|
subAgentMcpTools: z.ZodDefault<z.ZodEnum<{
|
|
1123
1124
|
none: "none";
|
|
@@ -1134,8 +1135,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1134
1135
|
resultRetentionMs: z.ZodDefault<z.ZodNumber>;
|
|
1135
1136
|
condensationStrategy: z.ZodDefault<z.ZodEnum<{
|
|
1136
1137
|
never: "never";
|
|
1137
|
-
auto: "auto";
|
|
1138
1138
|
always: "always";
|
|
1139
|
+
auto: "auto";
|
|
1139
1140
|
}>>;
|
|
1140
1141
|
includeParentHistory: z.ZodDefault<z.ZodEnum<{
|
|
1141
1142
|
none: "none";
|
|
@@ -1202,9 +1203,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1202
1203
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
1203
1204
|
secret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1204
1205
|
source: z.ZodEnum<{
|
|
1205
|
-
env: "env";
|
|
1206
1206
|
file: "file";
|
|
1207
1207
|
exec: "exec";
|
|
1208
|
+
env: "env";
|
|
1208
1209
|
}>;
|
|
1209
1210
|
provider: z.ZodString;
|
|
1210
1211
|
id: z.ZodString;
|
|
@@ -1266,9 +1267,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1266
1267
|
id: z.ZodString;
|
|
1267
1268
|
secret: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1268
1269
|
source: z.ZodEnum<{
|
|
1269
|
-
env: "env";
|
|
1270
1270
|
file: "file";
|
|
1271
1271
|
exec: "exec";
|
|
1272
|
+
env: "env";
|
|
1272
1273
|
}>;
|
|
1273
1274
|
provider: z.ZodString;
|
|
1274
1275
|
id: z.ZodString;
|
|
@@ -1299,9 +1300,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1299
1300
|
braveSearch: z.ZodDefault<z.ZodObject<{
|
|
1300
1301
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1301
1302
|
source: z.ZodEnum<{
|
|
1302
|
-
env: "env";
|
|
1303
1303
|
file: "file";
|
|
1304
1304
|
exec: "exec";
|
|
1305
|
+
env: "env";
|
|
1305
1306
|
}>;
|
|
1306
1307
|
provider: z.ZodString;
|
|
1307
1308
|
id: z.ZodString;
|
|
@@ -1360,8 +1361,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1360
1361
|
format: z.ZodDefault<z.ZodString>;
|
|
1361
1362
|
model: z.ZodOptional<z.ZodString>;
|
|
1362
1363
|
autoMode: z.ZodDefault<z.ZodDefault<z.ZodEnum<{
|
|
1363
|
-
off: "off";
|
|
1364
1364
|
always: "always";
|
|
1365
|
+
off: "off";
|
|
1365
1366
|
inbound: "inbound";
|
|
1366
1367
|
tagged: "tagged";
|
|
1367
1368
|
}>>>;
|
|
@@ -1382,8 +1383,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1382
1383
|
speed: z.ZodOptional<z.ZodNumber>;
|
|
1383
1384
|
seed: z.ZodOptional<z.ZodNumber>;
|
|
1384
1385
|
applyTextNormalization: z.ZodDefault<z.ZodEnum<{
|
|
1385
|
-
off: "off";
|
|
1386
1386
|
auto: "auto";
|
|
1387
|
+
off: "off";
|
|
1387
1388
|
on: "on";
|
|
1388
1389
|
}>>;
|
|
1389
1390
|
}, z.core.$strict>>;
|
|
@@ -1583,10 +1584,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1583
1584
|
streaming: z.ZodDefault<z.ZodObject<{
|
|
1584
1585
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1585
1586
|
defaultChunkMode: z.ZodDefault<z.ZodEnum<{
|
|
1587
|
+
length: "length";
|
|
1586
1588
|
paragraph: "paragraph";
|
|
1587
1589
|
newline: "newline";
|
|
1588
1590
|
sentence: "sentence";
|
|
1589
|
-
length: "length";
|
|
1590
1591
|
}>>;
|
|
1591
1592
|
defaultDeliveryTiming: z.ZodDefault<z.ZodObject<{
|
|
1592
1593
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1631,10 +1632,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1631
1632
|
perChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1632
1633
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1633
1634
|
chunkMode: z.ZodDefault<z.ZodEnum<{
|
|
1635
|
+
length: "length";
|
|
1634
1636
|
paragraph: "paragraph";
|
|
1635
1637
|
newline: "newline";
|
|
1636
1638
|
sentence: "sentence";
|
|
1637
|
-
length: "length";
|
|
1638
1639
|
}>>;
|
|
1639
1640
|
chunkMaxChars: z.ZodOptional<z.ZodNumber>;
|
|
1640
1641
|
chunkMinChars: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1681,10 +1682,10 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1681
1682
|
all: "all";
|
|
1682
1683
|
}>>;
|
|
1683
1684
|
replyModeByChatType: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
|
|
1685
|
+
channel: "channel";
|
|
1684
1686
|
dm: "dm";
|
|
1685
1687
|
group: "group";
|
|
1686
1688
|
thread: "thread";
|
|
1687
|
-
channel: "channel";
|
|
1688
1689
|
forum: "forum";
|
|
1689
1690
|
}>, z.ZodEnum<{
|
|
1690
1691
|
off: "off";
|
|
@@ -1729,8 +1730,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1729
1730
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1730
1731
|
provider: z.ZodDefault<z.ZodEnum<{
|
|
1731
1732
|
auto: "auto";
|
|
1732
|
-
openai: "openai";
|
|
1733
1733
|
local: "local";
|
|
1734
|
+
openai: "openai";
|
|
1734
1735
|
}>>;
|
|
1735
1736
|
local: z.ZodDefault<z.ZodObject<{
|
|
1736
1737
|
modelUri: z.ZodDefault<z.ZodString>;
|
|
@@ -1878,15 +1879,15 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1878
1879
|
approvals: z.ZodDefault<z.ZodObject<{
|
|
1879
1880
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1880
1881
|
defaultMode: z.ZodDefault<z.ZodEnum<{
|
|
1881
|
-
auto: "auto";
|
|
1882
1882
|
deny: "deny";
|
|
1883
|
+
auto: "auto";
|
|
1883
1884
|
require: "require";
|
|
1884
1885
|
}>>;
|
|
1885
1886
|
rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1886
1887
|
actionPattern: z.ZodString;
|
|
1887
1888
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
1888
|
-
auto: "auto";
|
|
1889
1889
|
deny: "deny";
|
|
1890
|
+
auto: "auto";
|
|
1890
1891
|
require: "require";
|
|
1891
1892
|
}>>;
|
|
1892
1893
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1907,9 +1908,9 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
1907
1908
|
path: z.ZodDefault<z.ZodString>;
|
|
1908
1909
|
token: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1909
1910
|
source: z.ZodEnum<{
|
|
1910
|
-
env: "env";
|
|
1911
1911
|
file: "file";
|
|
1912
1912
|
exec: "exec";
|
|
1913
|
+
env: "env";
|
|
1913
1914
|
}>;
|
|
1914
1915
|
provider: z.ZodString;
|
|
1915
1916
|
id: z.ZodString;
|
|
@@ -2020,8 +2021,8 @@ export declare const AppConfigSchema: z.ZodObject<{
|
|
|
2020
2021
|
senderTrustDisplay: z.ZodDefault<z.ZodObject<{
|
|
2021
2022
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2022
2023
|
displayMode: z.ZodDefault<z.ZodEnum<{
|
|
2023
|
-
alias: "alias";
|
|
2024
2024
|
raw: "raw";
|
|
2025
|
+
alias: "alias";
|
|
2025
2026
|
hash: "hash";
|
|
2026
2027
|
}>>;
|
|
2027
2028
|
hashPrefix: z.ZodDefault<z.ZodNumber>;
|