fengming 0.3.2 → 0.3.3

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/build-info.json +2 -2
  3. package/dist/{bundled-channel-config-schema-Bte--ZlY.d.ts → bundled-channel-config-schema-DpdKMATU.d.ts} +26 -26
  4. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  5. package/dist/cli-startup-metadata.json +8 -8
  6. package/dist/control-ui/assets/{activity-DXrrQ3p0.js → activity-B7yRLbf3.js} +2 -2
  7. package/dist/control-ui/assets/{agents-DBTWjl5N.js → agents-E-3DAkaW.js} +2 -2
  8. package/dist/control-ui/assets/{channel-config-extras-1Omw3P4a.js → channel-config-extras-GDGUjA2T.js} +2 -2
  9. package/dist/control-ui/assets/{channels-CLz01a7t.js → channels-D0c7A9OX.js} +2 -2
  10. package/dist/control-ui/assets/{cron-vTxFqNNV.js → cron-B54j2Vmo.js} +2 -2
  11. package/dist/control-ui/assets/{debug-CvwuX3fe.js → debug-CRcGYNA9.js} +2 -2
  12. package/dist/control-ui/assets/i18n-BWPaSddY.js +2 -0
  13. package/dist/control-ui/assets/{index-CFA4p4Li.js → index-bZJJ7U8q.js} +5 -5
  14. package/dist/control-ui/assets/{instances-BbKVXLX1.js → instances-RcBeqNzx.js} +2 -2
  15. package/dist/control-ui/assets/{logs-B4vkHG-U.js → logs-atEFsTJJ.js} +2 -2
  16. package/dist/control-ui/assets/{nodes-DrdIa_Kj.js → nodes-BoWRh42t.js} +2 -2
  17. package/dist/control-ui/assets/{push-subscription-Ck2KdK-7.js → push-subscription-CY8GxC_U.js} +2 -2
  18. package/dist/control-ui/assets/{sessions-BqDAC2V3.js → sessions-BmRQ932H.js} +2 -2
  19. package/dist/control-ui/assets/{skills-DCQx-dAB.js → skills-BDn45kHZ.js} +2 -2
  20. package/dist/control-ui/assets/{skills-shared-BWrG-mcT.js → skills-shared-lQxAuc7D.js} +2 -2
  21. package/dist/control-ui/assets/{workboard-Cqwvi5Ma.js → workboard-BwbcNuC5.js} +2 -2
  22. package/dist/control-ui/index.html +2 -2
  23. package/dist/control-ui/sw.js +1 -1
  24. package/dist/gateway/protocol/index.d.ts +1 -1
  25. package/dist/{index-GK-13hii.d.ts → index-DhOQs6M_.d.ts} +46 -46
  26. package/dist/plugin-sdk/.boundary-entry-shims.stamp +1 -1
  27. package/dist/plugin-sdk/{bundled-channel-config-schema-BPFNnbwu.d.ts → bundled-channel-config-schema-C3pWWvwG.d.ts} +10 -10
  28. package/dist/plugin-sdk/bundled-channel-config-schema.d.ts +1 -1
  29. package/dist/plugin-sdk/channel-config-schema-legacy.d.ts +1 -1
  30. package/dist/plugin-sdk/config-schema.d.ts +4 -4
  31. package/dist/plugin-sdk/discord.d.ts +1 -1
  32. package/dist/postinstall-inventory.json +20 -20
  33. package/dist/{zod-schema.core-BGLctDlK.d.ts → zod-schema.core-Cuz0lz6m.d.ts} +1 -1
  34. package/package.json +1 -1
  35. package/dist/control-ui/assets/i18n-CqJHwmVQ.js +0 -2
@@ -56,21 +56,21 @@ declare const validateConnectParams: ProtocolValidator<{
56
56
  }>;
57
57
  declare const validateRequestFrame: ProtocolValidator<{
58
58
  params?: unknown;
59
- type: "req";
60
59
  id: string;
60
+ type: "req";
61
61
  method: string;
62
62
  }>;
63
63
  declare const validateResponseFrame: ProtocolValidator<{
64
+ payload?: unknown;
64
65
  error?: {
65
66
  details?: unknown;
66
67
  retryable?: boolean | undefined;
67
68
  retryAfterMs?: number | undefined;
68
- message: string;
69
69
  code: string;
70
+ message: string;
70
71
  } | undefined;
71
- payload?: unknown;
72
- type: "res";
73
72
  id: string;
73
+ type: "res";
74
74
  ok: boolean;
75
75
  }>;
76
76
  declare const validateEventFrame: ProtocolValidator<{
@@ -103,8 +103,8 @@ declare const validateMessageActionParams: ProtocolValidator<{
103
103
  } | undefined;
104
104
  skipCrossContextDecoration?: boolean | undefined;
105
105
  } | undefined;
106
- params: Record<string, unknown>;
107
106
  channel: string;
107
+ params: Record<string, unknown>;
108
108
  action: string;
109
109
  idempotencyKey: string;
110
110
  }>;
@@ -118,10 +118,10 @@ declare const validatePollParams: ProtocolValidator<{
118
118
  durationSeconds?: number | undefined;
119
119
  durationHours?: number | undefined;
120
120
  isAnonymous?: boolean | undefined;
121
- options: string[];
122
121
  idempotencyKey: string;
123
122
  to: string;
124
123
  question: string;
124
+ options: string[];
125
125
  }>;
126
126
  declare const validateAgentParams: ProtocolValidator<unknown>;
127
127
  declare const validateAgentIdentityParams: ProtocolValidator<{
@@ -190,8 +190,8 @@ declare const validateArtifactsDownloadParams: ProtocolValidator<{
190
190
  artifactId: string;
191
191
  }>;
192
192
  declare const validateNodePairRequestParams: ProtocolValidator<{
193
- version?: string | undefined;
194
193
  displayName?: string | undefined;
194
+ version?: string | undefined;
195
195
  platform?: string | undefined;
196
196
  deviceFamily?: string | undefined;
197
197
  modelIdentifier?: string | undefined;
@@ -241,11 +241,11 @@ declare const validateNodeInvokeParams: ProtocolValidator<{
241
241
  command: string;
242
242
  }>;
243
243
  declare const validateNodeInvokeResultParams: ProtocolValidator<{
244
+ payload?: unknown;
244
245
  error?: {
245
- message?: string | undefined;
246
246
  code?: string | undefined;
247
+ message?: string | undefined;
247
248
  } | undefined;
248
- payload?: unknown;
249
249
  payloadJSON?: string | undefined;
250
250
  id: string;
251
251
  ok: boolean;
@@ -263,8 +263,8 @@ declare const validateNodeEventResult: ProtocolValidator<{
263
263
  handled: boolean;
264
264
  }>;
265
265
  declare const validateNodePresenceAlivePayload: ProtocolValidator<{
266
- version?: string | undefined;
267
266
  displayName?: string | undefined;
267
+ version?: string | undefined;
268
268
  platform?: string | undefined;
269
269
  deviceFamily?: string | undefined;
270
270
  modelIdentifier?: string | undefined;
@@ -314,7 +314,6 @@ declare const validateSecretsResolveResult: ProtocolValidator<{
314
314
  inactiveRefPaths?: string[] | undefined;
315
315
  }>;
316
316
  declare const validateSessionsListParams: ProtocolValidator<{
317
- search?: string | undefined;
318
317
  label?: string | undefined;
319
318
  spawnedBy?: string | undefined;
320
319
  agentId?: string | undefined;
@@ -326,6 +325,7 @@ declare const validateSessionsListParams: ProtocolValidator<{
326
325
  configuredAgentsOnly?: boolean | undefined;
327
326
  includeDerivedTitles?: boolean | undefined;
328
327
  includeLastMessage?: boolean | undefined;
328
+ search?: string | undefined;
329
329
  }>;
330
330
  declare const validateSessionsCleanupParams: ProtocolValidator<{
331
331
  agent?: string | undefined;
@@ -346,20 +346,20 @@ declare const validateSessionsDescribeParams: ProtocolValidator<{
346
346
  key: string;
347
347
  }>;
348
348
  declare const validateSessionsResolveParams: ProtocolValidator<{
349
- key?: string | undefined;
350
349
  label?: string | undefined;
351
350
  spawnedBy?: string | undefined;
352
351
  sessionId?: string | undefined;
353
352
  agentId?: string | undefined;
354
353
  includeGlobal?: boolean | undefined;
355
354
  includeUnknown?: boolean | undefined;
355
+ key?: string | undefined;
356
356
  }>;
357
357
  declare const validateSessionsCreateParams: ProtocolValidator<{
358
358
  message?: string | undefined;
359
- key?: string | undefined;
360
359
  label?: string | undefined;
361
360
  agentId?: string | undefined;
362
361
  model?: string | undefined;
362
+ key?: string | undefined;
363
363
  parentSessionKey?: string | undefined;
364
364
  emitCommandHooks?: boolean | undefined;
365
365
  task?: string | undefined;
@@ -382,9 +382,9 @@ declare const validateSessionsMessagesUnsubscribeParams: ProtocolValidator<{
382
382
  key: string;
383
383
  }>;
384
384
  declare const validateSessionsAbortParams: ProtocolValidator<{
385
- key?: string | undefined;
386
385
  runId?: string | undefined;
387
386
  agentId?: string | undefined;
387
+ key?: string | undefined;
388
388
  }>;
389
389
  declare const validateSessionsPatchParams: ProtocolValidator<{
390
390
  label?: string | null | undefined;
@@ -409,7 +409,7 @@ declare const validateSessionsPatchParams: ProtocolValidator<{
409
409
  subagentControlScope?: "none" | "children" | null | undefined;
410
410
  inheritedToolAllow?: string[] | null | undefined;
411
411
  inheritedToolDeny?: string[] | null | undefined;
412
- sendPolicy?: "deny" | "allow" | null | undefined;
412
+ sendPolicy?: "allow" | "deny" | null | undefined;
413
413
  groupActivation?: "mention" | "always" | null | undefined;
414
414
  key: string;
415
415
  }>;
@@ -456,10 +456,10 @@ declare const validateSessionsCompactionRestoreParams: ProtocolValidator<{
456
456
  checkpointId: string;
457
457
  }>;
458
458
  declare const validateSessionsUsageParams: ProtocolValidator<{
459
- key?: string | undefined;
460
459
  mode?: "utc" | "gateway" | "specific" | undefined;
461
460
  agentId?: string | undefined;
462
461
  limit?: number | undefined;
462
+ key?: string | undefined;
463
463
  agentScope?: "all" | undefined;
464
464
  startDate?: string | undefined;
465
465
  endDate?: string | undefined;
@@ -548,9 +548,9 @@ declare const validateConfigSchemaLookupResult: ProtocolValidator<{
548
548
  itemTemplate?: unknown;
549
549
  } | undefined;
550
550
  hintPath?: string | undefined;
551
+ required: boolean;
551
552
  path: string;
552
553
  key: string;
553
- required: boolean;
554
554
  hasChildren: boolean;
555
555
  }[];
556
556
  schema: unknown;
@@ -584,8 +584,8 @@ declare const validateTalkEvent: ProtocolValidator<{
584
584
  callId?: string | undefined;
585
585
  itemId?: string | undefined;
586
586
  parentId?: string | undefined;
587
- type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
588
587
  id: string;
588
+ type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
589
589
  mode: "realtime" | "stt-tts" | "transcription";
590
590
  payload: unknown;
591
591
  seq: number;
@@ -706,16 +706,16 @@ declare const validateTalkConfigResult: ProtocolValidator<{
706
706
  providers?: Record<string, {
707
707
  apiKey?: string | {
708
708
  id: string;
709
- source: "env";
710
709
  provider: string;
710
+ source: "env";
711
711
  } | {
712
712
  id: string;
713
- source: "file";
714
713
  provider: string;
714
+ source: "file";
715
715
  } | {
716
716
  id: string;
717
- source: "exec";
718
717
  provider: string;
718
+ source: "exec";
719
719
  } | undefined;
720
720
  }> | undefined;
721
721
  voice?: string | undefined;
@@ -726,16 +726,16 @@ declare const validateTalkConfigResult: ProtocolValidator<{
726
726
  providers?: Record<string, {
727
727
  apiKey?: string | {
728
728
  id: string;
729
- source: "env";
730
729
  provider: string;
730
+ source: "env";
731
731
  } | {
732
732
  id: string;
733
- source: "file";
734
733
  provider: string;
734
+ source: "file";
735
735
  } | {
736
736
  id: string;
737
- source: "exec";
738
737
  provider: string;
738
+ source: "exec";
739
739
  } | undefined;
740
740
  }> | undefined;
741
741
  resolved?: {
@@ -743,16 +743,16 @@ declare const validateTalkConfigResult: ProtocolValidator<{
743
743
  config: {
744
744
  apiKey?: string | {
745
745
  id: string;
746
- source: "env";
747
746
  provider: string;
747
+ source: "env";
748
748
  } | {
749
749
  id: string;
750
- source: "file";
751
750
  provider: string;
751
+ source: "file";
752
752
  } | {
753
753
  id: string;
754
- source: "exec";
755
754
  provider: string;
755
+ source: "exec";
756
756
  } | undefined;
757
757
  };
758
758
  } | undefined;
@@ -844,20 +844,20 @@ declare const validateTalkClientSteerParams: ProtocolValidator<{
844
844
  sessionKey: string;
845
845
  }>;
846
846
  declare const validateTalkAgentControlResult: ProtocolValidator<{
847
- target?: "embedded_run" | "reply_run" | undefined;
848
847
  reason?: string | undefined;
849
848
  sessionId?: string | undefined;
850
849
  queued?: boolean | undefined;
851
850
  aborted?: boolean | undefined;
851
+ target?: "embedded_run" | "reply_run" | undefined;
852
852
  providerResult?: {
853
853
  message: string;
854
854
  status: "cancelled";
855
855
  } | undefined;
856
856
  enqueuedAtMs?: number | undefined;
857
857
  deliveredAtMs?: number | undefined;
858
- message: string;
859
858
  mode: "status" | "steer" | "cancel" | "followup";
860
859
  ok: boolean;
860
+ message: string;
861
861
  sessionKey: string;
862
862
  active: boolean;
863
863
  speak: boolean;
@@ -901,12 +901,12 @@ declare const validateTalkSessionJoinParams: ProtocolValidator<{
901
901
  sessionId: string;
902
902
  }>;
903
903
  declare const validateTalkSessionJoinResult: ProtocolValidator<{
904
- target?: string | undefined;
905
904
  channel?: string | undefined;
906
905
  sessionId?: string | undefined;
907
906
  provider?: string | undefined;
908
907
  model?: string | undefined;
909
908
  voice?: string | undefined;
909
+ target?: string | undefined;
910
910
  id: string;
911
911
  mode: "realtime" | "stt-tts" | "transcription";
912
912
  sessionKey: string;
@@ -927,8 +927,8 @@ declare const validateTalkSessionJoinResult: ProtocolValidator<{
927
927
  callId?: string | undefined;
928
928
  itemId?: string | undefined;
929
929
  parentId?: string | undefined;
930
- type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
931
930
  id: string;
931
+ type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
932
932
  mode: "realtime" | "stt-tts" | "transcription";
933
933
  payload: unknown;
934
934
  seq: number;
@@ -967,8 +967,8 @@ declare const validateTalkSessionTurnResult: ProtocolValidator<{
967
967
  callId?: string | undefined;
968
968
  itemId?: string | undefined;
969
969
  parentId?: string | undefined;
970
- type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
971
970
  id: string;
971
+ type: "session.started" | "session.ready" | "session.closed" | "session.error" | "session.replaced" | "turn.started" | "turn.ended" | "turn.cancelled" | "capture.started" | "capture.stopped" | "capture.cancelled" | "capture.once" | "input.audio.delta" | "input.audio.committed" | "transcript.delta" | "transcript.done" | "output.text.delta" | "output.text.done" | "output.audio.started" | "output.audio.delta" | "output.audio.done" | "tool.call" | "tool.progress" | "tool.result" | "tool.error" | "usage.metrics" | "latency.metrics" | "health.changed";
972
972
  mode: "realtime" | "stt-tts" | "transcription";
973
973
  payload: unknown;
974
974
  seq: number;
@@ -1002,7 +1002,6 @@ declare const validateTalkSessionOkResult: ProtocolValidator<{
1002
1002
  ok: boolean;
1003
1003
  }>;
1004
1004
  declare const validateTalkSpeakParams: ProtocolValidator<{
1005
- normalize?: string | undefined;
1006
1005
  voiceId?: string | undefined;
1007
1006
  modelId?: string | undefined;
1008
1007
  outputFormat?: string | undefined;
@@ -1013,6 +1012,7 @@ declare const validateTalkSpeakParams: ProtocolValidator<{
1013
1012
  style?: number | undefined;
1014
1013
  speakerBoost?: boolean | undefined;
1015
1014
  seed?: number | undefined;
1015
+ normalize?: string | undefined;
1016
1016
  language?: string | undefined;
1017
1017
  latencyTier?: number | undefined;
1018
1018
  text: string;
@@ -1126,14 +1126,14 @@ declare const validateSkillsSkillCardParams: ProtocolValidator<{
1126
1126
  skillKey: string;
1127
1127
  }>;
1128
1128
  declare const validateCronListParams: ProtocolValidator<{
1129
- enabled?: "enabled" | "all" | "disabled" | undefined;
1130
1129
  agentId?: string | undefined;
1131
1130
  limit?: number | undefined;
1132
1131
  offset?: number | undefined;
1132
+ enabled?: "all" | "enabled" | "disabled" | undefined;
1133
1133
  query?: string | undefined;
1134
- lastRunStatus?: "error" | "unknown" | "ok" | "all" | "skipped" | undefined;
1134
+ lastRunStatus?: "ok" | "error" | "all" | "unknown" | "skipped" | undefined;
1135
1135
  includeDisabled?: boolean | undefined;
1136
- scheduleKind?: "every" | "at" | "all" | "cron" | undefined;
1136
+ scheduleKind?: "all" | "cron" | "at" | "every" | undefined;
1137
1137
  sortBy?: "name" | "updatedAtMs" | "nextRunAtMs" | undefined;
1138
1138
  sortDir?: "asc" | "desc" | undefined;
1139
1139
  }>;
@@ -1144,10 +1144,10 @@ declare const validateCronGetParams: ProtocolValidator<{
1144
1144
  jobId: string;
1145
1145
  }>;
1146
1146
  declare const validateCronAddParams: ProtocolValidator<{
1147
- enabled?: boolean | undefined;
1148
- description?: string | undefined;
1149
1147
  sessionKey?: string | null | undefined;
1150
1148
  agentId?: string | null | undefined;
1149
+ enabled?: boolean | undefined;
1150
+ description?: string | undefined;
1151
1151
  deleteAfterRun?: boolean | undefined;
1152
1152
  delivery?: {
1153
1153
  channel?: string | undefined;
@@ -1214,8 +1214,8 @@ declare const validateCronAddParams: ProtocolValidator<{
1214
1214
  };
1215
1215
  name: string;
1216
1216
  schedule: {
1217
- at: string;
1218
1217
  kind: "at";
1218
+ at: string;
1219
1219
  } | {
1220
1220
  anchorMs?: number | undefined;
1221
1221
  kind: "every";
@@ -1247,14 +1247,14 @@ declare const validateCronRunParams: ProtocolValidator<{
1247
1247
  declare const validateCronRunsParams: ProtocolValidator<{
1248
1248
  id?: string | undefined;
1249
1249
  scope?: "all" | "job" | undefined;
1250
- status?: "error" | "ok" | "all" | "skipped" | undefined;
1250
+ status?: "ok" | "error" | "all" | "skipped" | undefined;
1251
1251
  runId?: string | undefined;
1252
1252
  limit?: number | undefined;
1253
1253
  offset?: number | undefined;
1254
1254
  query?: string | undefined;
1255
1255
  sortDir?: "asc" | "desc" | undefined;
1256
1256
  jobId?: string | undefined;
1257
- statuses?: ("error" | "ok" | "skipped")[] | undefined;
1257
+ statuses?: ("ok" | "error" | "skipped")[] | undefined;
1258
1258
  deliveryStatuses?: ("unknown" | "delivered" | "not-delivered" | "not-requested")[] | undefined;
1259
1259
  deliveryStatus?: "unknown" | "delivered" | "not-delivered" | "not-requested" | undefined;
1260
1260
  }>;
@@ -1304,8 +1304,8 @@ declare const validateExecApprovalsSetParams: ProtocolValidator<{
1304
1304
  }[] | undefined;
1305
1305
  }> | undefined;
1306
1306
  socket?: {
1307
- path?: string | undefined;
1308
1307
  token?: string | undefined;
1308
+ path?: string | undefined;
1309
1309
  } | undefined;
1310
1310
  version: 1;
1311
1311
  };
@@ -1315,13 +1315,13 @@ declare const validateExecApprovalGetParams: ProtocolValidator<{
1315
1315
  }>;
1316
1316
  declare const validateExecApprovalRequestParams: ProtocolValidator<{
1317
1317
  id?: string | undefined;
1318
- env?: Record<string, string> | undefined;
1319
1318
  host?: string | null | undefined;
1320
1319
  sessionKey?: string | null | undefined;
1321
1320
  agentId?: string | null | undefined;
1322
1321
  timeoutMs?: number | undefined;
1323
1322
  nodeId?: string | null | undefined;
1324
1323
  command?: string | undefined;
1324
+ env?: Record<string, string> | undefined;
1325
1325
  security?: string | null | undefined;
1326
1326
  ask?: string | null | undefined;
1327
1327
  commandArgv?: string[] | undefined;
@@ -1393,8 +1393,8 @@ declare const validatePluginsSessionActionResult: ProtocolValidator<{
1393
1393
  } | {
1394
1394
  code?: string | undefined;
1395
1395
  details?: unknown;
1396
- error: string;
1397
1396
  ok: false;
1397
+ error: string;
1398
1398
  }>;
1399
1399
  declare const validateExecApprovalsNodeGetParams: ProtocolValidator<{
1400
1400
  nodeId: string;
@@ -1425,17 +1425,17 @@ declare const validateExecApprovalsNodeSetParams: ProtocolValidator<{
1425
1425
  }[] | undefined;
1426
1426
  }> | undefined;
1427
1427
  socket?: {
1428
- path?: string | undefined;
1429
1428
  token?: string | undefined;
1429
+ path?: string | undefined;
1430
1430
  } | undefined;
1431
1431
  version: 1;
1432
1432
  };
1433
1433
  nodeId: string;
1434
1434
  }>;
1435
1435
  declare const validateLogsTailParams: ProtocolValidator<{
1436
- maxBytes?: number | undefined;
1437
1436
  limit?: number | undefined;
1438
1437
  cursor?: number | undefined;
1438
+ maxBytes?: number | undefined;
1439
1439
  }>;
1440
1440
  declare const validateChatHistoryParams: ProtocolValidator<unknown>;
1441
1441
  declare const validateChatSendParams: ProtocolValidator<unknown>;
@@ -1 +1 @@
1
- 2026-06-02T13:38:31.831Z
1
+ 2026-06-02T16:30:34.888Z
@@ -100,15 +100,15 @@ declare const TelegramConfigSchema: z.ZodObject<{
100
100
  systemPrompt: z.ZodOptional<z.ZodString>;
101
101
  agentId: z.ZodOptional<z.ZodString>;
102
102
  errorPolicy: z.ZodOptional<z.ZodEnum<{
103
- always: "always";
104
103
  silent: "silent";
104
+ always: "always";
105
105
  once: "once";
106
106
  }>>;
107
107
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
108
108
  }, z.core.$strict>>>>;
109
109
  errorPolicy: z.ZodOptional<z.ZodEnum<{
110
- always: "always";
111
110
  silent: "silent";
111
+ always: "always";
112
112
  once: "once";
113
113
  }>>;
114
114
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -167,15 +167,15 @@ declare const TelegramConfigSchema: z.ZodObject<{
167
167
  systemPrompt: z.ZodOptional<z.ZodString>;
168
168
  agentId: z.ZodOptional<z.ZodString>;
169
169
  errorPolicy: z.ZodOptional<z.ZodEnum<{
170
- always: "always";
171
170
  silent: "silent";
171
+ always: "always";
172
172
  once: "once";
173
173
  }>>;
174
174
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
175
175
  }, z.core.$strict>>>>;
176
176
  errorPolicy: z.ZodOptional<z.ZodEnum<{
177
- always: "always";
178
177
  silent: "silent";
178
+ always: "always";
179
179
  once: "once";
180
180
  }>>;
181
181
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -318,8 +318,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
318
318
  responsePrefix: z.ZodOptional<z.ZodString>;
319
319
  ackReaction: z.ZodOptional<z.ZodString>;
320
320
  errorPolicy: z.ZodOptional<z.ZodEnum<{
321
- always: "always";
322
321
  silent: "silent";
322
+ always: "always";
323
323
  once: "once";
324
324
  }>>;
325
325
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -428,15 +428,15 @@ declare const TelegramConfigSchema: z.ZodObject<{
428
428
  systemPrompt: z.ZodOptional<z.ZodString>;
429
429
  agentId: z.ZodOptional<z.ZodString>;
430
430
  errorPolicy: z.ZodOptional<z.ZodEnum<{
431
- always: "always";
432
431
  silent: "silent";
432
+ always: "always";
433
433
  once: "once";
434
434
  }>>;
435
435
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
436
436
  }, z.core.$strict>>>>;
437
437
  errorPolicy: z.ZodOptional<z.ZodEnum<{
438
- always: "always";
439
438
  silent: "silent";
439
+ always: "always";
440
440
  once: "once";
441
441
  }>>;
442
442
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -495,15 +495,15 @@ declare const TelegramConfigSchema: z.ZodObject<{
495
495
  systemPrompt: z.ZodOptional<z.ZodString>;
496
496
  agentId: z.ZodOptional<z.ZodString>;
497
497
  errorPolicy: z.ZodOptional<z.ZodEnum<{
498
- always: "always";
499
498
  silent: "silent";
499
+ always: "always";
500
500
  once: "once";
501
501
  }>>;
502
502
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
503
503
  }, z.core.$strict>>>>;
504
504
  errorPolicy: z.ZodOptional<z.ZodEnum<{
505
- always: "always";
506
505
  silent: "silent";
506
+ always: "always";
507
507
  once: "once";
508
508
  }>>;
509
509
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -646,8 +646,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
646
646
  responsePrefix: z.ZodOptional<z.ZodString>;
647
647
  ackReaction: z.ZodOptional<z.ZodString>;
648
648
  errorPolicy: z.ZodOptional<z.ZodEnum<{
649
- always: "always";
650
649
  silent: "silent";
650
+ always: "always";
651
651
  once: "once";
652
652
  }>>;
653
653
  errorCooldownMs: z.ZodOptional<z.ZodNumber>;
@@ -1,5 +1,5 @@
1
1
  import { a as GroupPolicySchema, f as requireAllowlistAllowFrom, i as DmPolicySchema, n as ContextVisibilityModeSchema, o as MarkdownConfigSchema, p as requireOpenAllowFrom, r as DmConfigSchema, s as ReplyRuntimeConfigSchemaShape, t as BlockStreamingCoalesceSchema } from "./zod-schema.core-CwBNqcXp.js";
2
2
  import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
3
3
  import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-D7cABQ6o.js";
4
- import { a as MSTeamsConfigSchema, c as TelegramConfigSchema, i as IMessageConfigSchema, n as GoogleChatConfigSchema, o as SignalConfigSchema, r as DiscordConfigSchema, s as SlackConfigSchema, t as WhatsAppConfigSchema } from "./bundled-channel-config-schema-BPFNnbwu.js";
4
+ import { a as MSTeamsConfigSchema, c as TelegramConfigSchema, i as IMessageConfigSchema, n as GoogleChatConfigSchema, o as SignalConfigSchema, r as DiscordConfigSchema, s as SlackConfigSchema, t as WhatsAppConfigSchema } from "./bundled-channel-config-schema-C3pWWvwG.js";
5
5
  export { AllowFromListSchema, BlockStreamingCoalesceSchema, ContextVisibilityModeSchema, DiscordConfigSchema, DmConfigSchema, DmPolicySchema, GoogleChatConfigSchema, GroupPolicySchema, IMessageConfigSchema, MSTeamsConfigSchema, MarkdownConfigSchema, ReplyRuntimeConfigSchemaShape, SignalConfigSchema, SlackConfigSchema, TelegramConfigSchema, ToolPolicySchema, WhatsAppConfigSchema, buildCatchallMultiAccountChannelSchema, buildChannelConfigSchema, buildNestedDmConfigSchema, requireAllowlistAllowFrom, requireOpenAllowFrom };
@@ -1,5 +1,5 @@
1
1
  import { a as GroupPolicySchema, f as requireAllowlistAllowFrom, i as DmPolicySchema, n as ContextVisibilityModeSchema, o as MarkdownConfigSchema, p as requireOpenAllowFrom, r as DmConfigSchema, s as ReplyRuntimeConfigSchemaShape, t as BlockStreamingCoalesceSchema } from "./zod-schema.core-CwBNqcXp.js";
2
2
  import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
3
3
  import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-D7cABQ6o.js";
4
- import { a as MSTeamsConfigSchema, c as TelegramConfigSchema, i as IMessageConfigSchema, n as GoogleChatConfigSchema, o as SignalConfigSchema, r as DiscordConfigSchema, s as SlackConfigSchema, t as WhatsAppConfigSchema } from "./bundled-channel-config-schema-BPFNnbwu.js";
4
+ import { a as MSTeamsConfigSchema, c as TelegramConfigSchema, i as IMessageConfigSchema, n as GoogleChatConfigSchema, o as SignalConfigSchema, r as DiscordConfigSchema, s as SlackConfigSchema, t as WhatsAppConfigSchema } from "./bundled-channel-config-schema-C3pWWvwG.js";
5
5
  export { AllowFromListSchema, BlockStreamingCoalesceSchema, ContextVisibilityModeSchema, DiscordConfigSchema, DmConfigSchema, DmPolicySchema, GoogleChatConfigSchema, GroupPolicySchema, IMessageConfigSchema, MSTeamsConfigSchema, MarkdownConfigSchema, ReplyRuntimeConfigSchemaShape, SignalConfigSchema, SlackConfigSchema, TelegramConfigSchema, ToolPolicySchema, WhatsAppConfigSchema, buildCatchallMultiAccountChannelSchema, buildChannelConfigSchema, buildNestedDmConfigSchema, requireAllowlistAllowFrom, requireOpenAllowFrom };
@@ -1574,15 +1574,15 @@ declare const FengMingSchema: z.ZodObject<{
1574
1574
  }>>;
1575
1575
  mode: z.ZodOptional<z.ZodEnum<{
1576
1576
  deny: "deny";
1577
- full: "full";
1578
1577
  auto: "auto";
1579
1578
  allowlist: "allowlist";
1579
+ full: "full";
1580
1580
  ask: "ask";
1581
1581
  }>>;
1582
1582
  security: z.ZodOptional<z.ZodEnum<{
1583
1583
  deny: "deny";
1584
- full: "full";
1585
1584
  allowlist: "allowlist";
1585
+ full: "full";
1586
1586
  }>>;
1587
1587
  ask: z.ZodOptional<z.ZodEnum<{
1588
1588
  off: "off";
@@ -3665,15 +3665,15 @@ declare const FengMingSchema: z.ZodObject<{
3665
3665
  }>>;
3666
3666
  mode: z.ZodOptional<z.ZodEnum<{
3667
3667
  deny: "deny";
3668
- full: "full";
3669
3668
  auto: "auto";
3670
3669
  allowlist: "allowlist";
3670
+ full: "full";
3671
3671
  ask: "ask";
3672
3672
  }>>;
3673
3673
  security: z.ZodOptional<z.ZodEnum<{
3674
3674
  deny: "deny";
3675
- full: "full";
3676
3675
  allowlist: "allowlist";
3676
+ full: "full";
3677
3677
  }>>;
3678
3678
  ask: z.ZodOptional<z.ZodEnum<{
3679
3679
  off: "off";
@@ -4,7 +4,7 @@ import { n as ChannelPlugin, t as ChannelMessageActionName } from "./types.publi
4
4
  import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "./account-id-Dh6XMgGH.js";
5
5
  import { Qn as PluginRuntime, l as FengMingPluginApi } from "./types-BI8R-vGd.js";
6
6
  import { r as buildChannelConfigSchema } from "./config-schema-D7cABQ6o.js";
7
- import { r as DiscordConfigSchema } from "./bundled-channel-config-schema-BPFNnbwu.js";
7
+ import { r as DiscordConfigSchema } from "./bundled-channel-config-schema-C3pWWvwG.js";
8
8
  import { r as emptyPluginConfigSchema } from "./config-schema-DuJUjn6k.js";
9
9
  import { s as migrateBaseNameToDefaultAccount, t as applyAccountNameToChannelSection } from "./setup-helpers-11IuEdzo.js";
10
10
  import { t as PAIRING_APPROVED_MESSAGE } from "./pairing-message-nXhZgwTm.js";
@@ -400,7 +400,7 @@
400
400
  "dist/bundled-CrjoAisB.js",
401
401
  "dist/bundled-capability-runtime-CZQb-ZAX.js",
402
402
  "dist/bundled-channel-config-schema-BrGYOHFf.js",
403
- "dist/bundled-channel-config-schema-Bte--ZlY.d.ts",
403
+ "dist/bundled-channel-config-schema-DpdKMATU.d.ts",
404
404
  "dist/bundled-compat-CaniuKBf.js",
405
405
  "dist/bundled-dir-BAh7mvXE.js",
406
406
  "dist/bundled-dir-BVueUQUl.js",
@@ -847,30 +847,30 @@
847
847
  "dist/control-ui-links-DxnAapN0.js",
848
848
  "dist/control-ui-shared-AfP1FlbS.js",
849
849
  "dist/control-ui/apple-touch-icon.png",
850
- "dist/control-ui/assets/activity-DXrrQ3p0.js",
851
- "dist/control-ui/assets/agents-DBTWjl5N.js",
852
- "dist/control-ui/assets/channel-config-extras-1Omw3P4a.js",
853
- "dist/control-ui/assets/channels-CLz01a7t.js",
850
+ "dist/control-ui/assets/activity-B7yRLbf3.js",
851
+ "dist/control-ui/assets/agents-E-3DAkaW.js",
852
+ "dist/control-ui/assets/channel-config-extras-GDGUjA2T.js",
853
+ "dist/control-ui/assets/channels-D0c7A9OX.js",
854
854
  "dist/control-ui/assets/config-runtime-CCw2hptH.js",
855
- "dist/control-ui/assets/cron-vTxFqNNV.js",
856
- "dist/control-ui/assets/debug-CvwuX3fe.js",
855
+ "dist/control-ui/assets/cron-B54j2Vmo.js",
856
+ "dist/control-ui/assets/debug-CRcGYNA9.js",
857
857
  "dist/control-ui/assets/gateway-runtime-CMyVbEq5.js",
858
- "dist/control-ui/assets/i18n-CqJHwmVQ.js",
858
+ "dist/control-ui/assets/i18n-BWPaSddY.js",
859
859
  "dist/control-ui/assets/index-CA6DU6Rq.css",
860
- "dist/control-ui/assets/index-CFA4p4Li.js",
861
- "dist/control-ui/assets/instances-BbKVXLX1.js",
860
+ "dist/control-ui/assets/index-bZJJ7U8q.js",
861
+ "dist/control-ui/assets/instances-RcBeqNzx.js",
862
862
  "dist/control-ui/assets/lit-runtime-DA0-mbwP.js",
863
- "dist/control-ui/assets/logs-B4vkHG-U.js",
863
+ "dist/control-ui/assets/logs-atEFsTJJ.js",
864
864
  "dist/control-ui/assets/markdown-runtime-C9Jq8Bu5.js",
865
- "dist/control-ui/assets/nodes-DrdIa_Kj.js",
865
+ "dist/control-ui/assets/nodes-BoWRh42t.js",
866
866
  "dist/control-ui/assets/preview-BBw3vauN.js",
867
- "dist/control-ui/assets/push-subscription-Ck2KdK-7.js",
867
+ "dist/control-ui/assets/push-subscription-CY8GxC_U.js",
868
868
  "dist/control-ui/assets/rolldown-runtime-QTnfLwEv.js",
869
- "dist/control-ui/assets/sessions-BqDAC2V3.js",
870
- "dist/control-ui/assets/skills-DCQx-dAB.js",
871
- "dist/control-ui/assets/skills-shared-BWrG-mcT.js",
869
+ "dist/control-ui/assets/sessions-BmRQ932H.js",
870
+ "dist/control-ui/assets/skills-BDn45kHZ.js",
871
+ "dist/control-ui/assets/skills-shared-lQxAuc7D.js",
872
872
  "dist/control-ui/assets/string-coerce-BuYUxt7q.js",
873
- "dist/control-ui/assets/workboard-Cqwvi5Ma.js",
873
+ "dist/control-ui/assets/workboard-BwbcNuC5.js",
874
874
  "dist/control-ui/favicon-32.png",
875
875
  "dist/control-ui/favicon.ico",
876
876
  "dist/control-ui/favicon.svg",
@@ -1939,7 +1939,7 @@
1939
1939
  "dist/index-BVVgDSdq.d.ts",
1940
1940
  "dist/index-B_h1B9_Z.d.ts",
1941
1941
  "dist/index-DUn76vuX.d.ts",
1942
- "dist/index-GK-13hii.d.ts",
1942
+ "dist/index-DhOQs6M_.d.ts",
1943
1943
  "dist/index.d.ts",
1944
1944
  "dist/index.js",
1945
1945
  "dist/infra-runtime-CGD3RE_2.js",
@@ -2785,7 +2785,7 @@
2785
2785
  "dist/plugin-sdk/browser-config.js",
2786
2786
  "dist/plugin-sdk/btw-command-DSA7-cRy.d.ts",
2787
2787
  "dist/plugin-sdk/bundle-mcp-DABlFCpS.d.ts",
2788
- "dist/plugin-sdk/bundled-channel-config-schema-BPFNnbwu.d.ts",
2788
+ "dist/plugin-sdk/bundled-channel-config-schema-C3pWWvwG.d.ts",
2789
2789
  "dist/plugin-sdk/bundled-channel-config-schema.d.ts",
2790
2790
  "dist/plugin-sdk/bundled-channel-config-schema.js",
2791
2791
  "dist/plugin-sdk/call-CNN79zs_.d.ts",
@@ -5395,8 +5395,8 @@
5395
5395
  "dist/zod-schema.agent-runtime-CggBNRtv.d.ts",
5396
5396
  "dist/zod-schema.agent-runtime-DBnyDRDh.js",
5397
5397
  "dist/zod-schema.channels-config-CxeJaJgn.js",
5398
- "dist/zod-schema.core-BGLctDlK.d.ts",
5399
5398
  "dist/zod-schema.core-CNYeC3G7.js",
5399
+ "dist/zod-schema.core-Cuz0lz6m.d.ts",
5400
5400
  "dist/zod-schema.installs-DdHilcIY.js",
5401
5401
  "dist/zod-schema.proxy-C9xClpkh.d.ts",
5402
5402
  "dist/zod-schema.sensitive-C6BBiAxv.js"
@@ -53,8 +53,8 @@ declare const ReplyRuntimeConfigSchemaShape: {
53
53
  declare const MarkdownConfigSchema: ZodOptional<ZodObject<{
54
54
  tables: ZodOptional<ZodEnum<{
55
55
  code: "code";
56
- block: "block";
57
56
  off: "off";
57
+ block: "block";
58
58
  bullets: "bullets";
59
59
  }>>;
60
60
  }, $strict>>;