fengming 0.3.2 → 0.3.4
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/CHANGELOG.md +2 -3
- package/dist/build-info.json +2 -2
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/cli-startup-metadata.json +8 -8
- package/dist/control-ui/assets/{activity-DXrrQ3p0.js → activity-CCu43qU8.js} +2 -2
- package/dist/control-ui/assets/{agents-DBTWjl5N.js → agents-DCvsB0yO.js} +2 -2
- package/dist/control-ui/assets/{channel-config-extras-1Omw3P4a.js → channel-config-extras-GDGUjA2T.js} +2 -2
- package/dist/control-ui/assets/{channels-CLz01a7t.js → channels-CpM2j5xT.js} +2 -2
- package/dist/control-ui/assets/{cron-vTxFqNNV.js → cron-CLXNfwYa.js} +2 -2
- package/dist/control-ui/assets/{debug-CvwuX3fe.js → debug-BcJ34lrC.js} +2 -2
- package/dist/control-ui/assets/i18n-BWPaSddY.js +2 -0
- package/dist/control-ui/assets/{index-CFA4p4Li.js → index-CuBn2YpX.js} +5 -5
- package/dist/control-ui/assets/{instances-BbKVXLX1.js → instances-Bu6NM_Hs.js} +2 -2
- package/dist/control-ui/assets/{logs-B4vkHG-U.js → logs-atEFsTJJ.js} +2 -2
- package/dist/control-ui/assets/{nodes-DrdIa_Kj.js → nodes-Bd1WzVLK.js} +2 -2
- package/dist/control-ui/assets/{push-subscription-Ck2KdK-7.js → push-subscription-CY8GxC_U.js} +2 -2
- package/dist/control-ui/assets/{sessions-BqDAC2V3.js → sessions-C2r8pbt7.js} +2 -2
- package/dist/control-ui/assets/{skills-DCQx-dAB.js → skills-DIjn93ee.js} +2 -2
- package/dist/control-ui/assets/{skills-shared-BWrG-mcT.js → skills-shared-lQxAuc7D.js} +2 -2
- package/dist/control-ui/assets/{workboard-Cqwvi5Ma.js → workboard-CHb0if1l.js} +2 -2
- package/dist/control-ui/index.html +2 -2
- package/dist/control-ui/sw.js +1 -1
- package/dist/extensions/weixin/index.js +6 -6
- package/dist/gateway/protocol/index.d.ts +1 -1
- package/dist/{index-GK-13hii.d.ts → index-AZzJCgph.d.ts} +1 -1
- package/dist/{monitor-HjEwlqJs.js → monitor-2_c2Ttjf.js} +1 -1
- package/dist/plugin-sdk/.boundary-entry-shims.stamp +1 -1
- package/dist/plugin-sdk/agent-config-primitives.d.ts +1 -1
- package/dist/plugin-sdk/{bundled-channel-config-schema-BPFNnbwu.d.ts → bundled-channel-config-schema-UtIBjviA.d.ts} +30 -30
- package/dist/plugin-sdk/bundled-channel-config-schema.d.ts +3 -3
- package/dist/plugin-sdk/channel-config-primitives.d.ts +2 -2
- package/dist/plugin-sdk/channel-config-schema-legacy.d.ts +3 -3
- package/dist/plugin-sdk/channel-config-schema.d.ts +2 -2
- package/dist/plugin-sdk/channel-core.d.ts +1 -1
- package/dist/plugin-sdk/channel-plugin-common.d.ts +1 -1
- package/dist/plugin-sdk/compat.d.ts +2 -2
- package/dist/plugin-sdk/{config-schema-D7cABQ6o.d.ts → config-schema-DUddICQM.d.ts} +1 -1
- package/dist/plugin-sdk/config-schema.d.ts +6 -6
- package/dist/plugin-sdk/core.d.ts +1 -1
- package/dist/plugin-sdk/discord.d.ts +2 -2
- package/dist/plugin-sdk/tts-runtime.d.ts +1 -1
- package/dist/plugin-sdk/{zod-schema.core-CwBNqcXp.d.ts → zod-schema.core-B4_b2R5K.d.ts} +1 -1
- package/dist/plugins/runtime/index.js +2 -2
- package/dist/postinstall-inventory.json +22 -22
- package/dist/{send-media-Bl2ryo6a.js → send-media-OG5Gd31l.js} +252 -252
- package/package.json +1 -1
- package/dist/control-ui/assets/i18n-CqJHwmVQ.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
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-B4_b2R5K.js";
|
|
2
2
|
import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
|
|
3
|
-
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-
|
|
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-
|
|
3
|
+
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-DUddICQM.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-UtIBjviA.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,3 +1,3 @@
|
|
|
1
|
-
import { a as GroupPolicySchema, f as requireAllowlistAllowFrom, i as DmPolicySchema, o as MarkdownConfigSchema, p as requireOpenAllowFrom, r as DmConfigSchema, s as ReplyRuntimeConfigSchemaShape, t as BlockStreamingCoalesceSchema } from "./zod-schema.core-
|
|
2
|
-
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-
|
|
1
|
+
import { a as GroupPolicySchema, f as requireAllowlistAllowFrom, i as DmPolicySchema, o as MarkdownConfigSchema, p as requireOpenAllowFrom, r as DmConfigSchema, s as ReplyRuntimeConfigSchemaShape, t as BlockStreamingCoalesceSchema } from "./zod-schema.core-B4_b2R5K.js";
|
|
2
|
+
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-DUddICQM.js";
|
|
3
3
|
export { AllowFromListSchema, BlockStreamingCoalesceSchema, DmConfigSchema, DmPolicySchema, GroupPolicySchema, MarkdownConfigSchema, ReplyRuntimeConfigSchemaShape, buildCatchallMultiAccountChannelSchema, buildChannelConfigSchema, buildNestedDmConfigSchema, requireAllowlistAllowFrom, requireOpenAllowFrom };
|
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
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-B4_b2R5K.js";
|
|
2
2
|
import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
|
|
3
|
-
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-
|
|
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-
|
|
3
|
+
import { a as buildNestedDmConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-DUddICQM.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-UtIBjviA.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,4 +1,4 @@
|
|
|
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-
|
|
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-B4_b2R5K.js";
|
|
2
2
|
import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
|
|
3
|
-
import { a as buildNestedDmConfigSchema, i as buildJsonChannelConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-
|
|
3
|
+
import { a as buildNestedDmConfigSchema, i as buildJsonChannelConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-DUddICQM.js";
|
|
4
4
|
export { AllowFromListSchema, BlockStreamingCoalesceSchema, ContextVisibilityModeSchema, DmConfigSchema, DmPolicySchema, GroupPolicySchema, MarkdownConfigSchema, ReplyRuntimeConfigSchemaShape, ToolPolicySchema, buildCatchallMultiAccountChannelSchema, buildChannelConfigSchema, buildJsonChannelConfigSchema, buildNestedDmConfigSchema, requireAllowlistAllowFrom, requireOpenAllowFrom };
|
|
@@ -2,7 +2,7 @@ import { r as FengMingConfig } from "./types.fengming-DQAyczjX.js";
|
|
|
2
2
|
import { r as ChannelConfigUiHint } from "./types.config-CKJTcS4X.js";
|
|
3
3
|
import { n as ChannelPlugin } from "./types.public-DLZUN0vk.js";
|
|
4
4
|
import { Qn as PluginRuntime, at as PluginCommandContext, l as FengMingPluginApi } from "./types-BI8R-vGd.js";
|
|
5
|
-
import { r as buildChannelConfigSchema } from "./config-schema-
|
|
5
|
+
import { r as buildChannelConfigSchema } from "./config-schema-DUddICQM.js";
|
|
6
6
|
import { r as parseOptionalDelimitedEntries } from "./helpers-DaK8xjIK.js";
|
|
7
7
|
import { t as clearAccountEntryFields } from "./config-helpers-BiuzR4y4.js";
|
|
8
8
|
import { c as tryReadSecretFileSync } from "./secret-file-CjbjgOXf.js";
|
|
@@ -2,7 +2,7 @@ import { b as ChannelMessageActionContext } from "./types.core-BsItOBxP.js";
|
|
|
2
2
|
import { n as ChannelPlugin } from "./types.public-DLZUN0vk.js";
|
|
3
3
|
import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "./account-id-Dh6XMgGH.js";
|
|
4
4
|
import { Qn as PluginRuntime, l as FengMingPluginApi } from "./types-BI8R-vGd.js";
|
|
5
|
-
import { r as buildChannelConfigSchema } from "./config-schema-
|
|
5
|
+
import { r as buildChannelConfigSchema } from "./config-schema-DUddICQM.js";
|
|
6
6
|
import { n as formatPairingApproveHint } from "./helpers-DaK8xjIK.js";
|
|
7
7
|
import { r as emptyPluginConfigSchema } from "./config-schema-DuJUjn6k.js";
|
|
8
8
|
import { s as migrateBaseNameToDefaultAccount, t as applyAccountNameToChannelSection } from "./setup-helpers-11IuEdzo.js";
|
|
@@ -12,11 +12,11 @@ import { i as createTypingCallbacks$1, n as CreateTypingCallbacksParams$1, r as
|
|
|
12
12
|
import { a as resolveChannelSourceReplyDeliveryMode$1, i as createChannelReplyPipeline$1, r as ReplyPrefixContext$1, t as ChannelReplyPipeline$1 } from "./reply-pipeline-HkBr3yuk.js";
|
|
13
13
|
import { i as createReplyPrefixOptions$1, n as ReplyPrefixOptions$1, r as createReplyPrefixContext$1, t as ReplyPrefixContextBundle$1 } from "./reply-prefix-Cmmy8_3j.js";
|
|
14
14
|
import { n as createChannelHistoryWindow, t as ChannelHistoryWindow } from "./history-window-DpOfKxmG.js";
|
|
15
|
-
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-
|
|
15
|
+
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-B4_b2R5K.js";
|
|
16
16
|
import { t as ToolPolicySchema } from "./zod-schema.agent-runtime-DWbjdB_w.js";
|
|
17
17
|
import { o as optionalStringEnum, s as stringEnum } from "./typebox-DYcWd2Ud.js";
|
|
18
18
|
import { n as formatAllowFromLowercase, o as mapAllowlistResolutionInputs, r as formatNormalizedAllowFromEntries } from "./allow-from-Cyh-mzVO.js";
|
|
19
|
-
import { a as buildNestedDmConfigSchema, i as buildJsonChannelConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-
|
|
19
|
+
import { a as buildNestedDmConfigSchema, i as buildJsonChannelConfigSchema, n as buildCatchallMultiAccountChannelSchema, r as buildChannelConfigSchema, t as AllowFromListSchema } from "./config-schema-DUddICQM.js";
|
|
20
20
|
import { i as createAccountStatusSink } from "./channel-lifecycle.core-Dheykrhe.js";
|
|
21
21
|
import { t as buildAccountScopedDmSecurityPolicy } from "./helpers-DaK8xjIK.js";
|
|
22
22
|
import { createHybridChannelConfigAdapter, createHybridChannelConfigBase, createScopedAccountConfigAccessors, createScopedChannelConfigAdapter, createScopedChannelConfigBase, createScopedDmSecurityResolver, createTopLevelChannelConfigAdapter, createTopLevelChannelConfigBase, mapAllowFromEntries } from "./channel-config-helpers.js";
|
|
@@ -10,8 +10,8 @@ declare const AllowFromListSchema: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly
|
|
|
10
10
|
declare function buildNestedDmConfigSchema(extraShape?: ZodRawShape): z.ZodOptional<z.ZodObject<{
|
|
11
11
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
12
12
|
policy: z.ZodOptional<z.ZodEnum<{
|
|
13
|
-
pairing: "pairing";
|
|
14
13
|
allowlist: "allowlist";
|
|
14
|
+
pairing: "pairing";
|
|
15
15
|
open: "open";
|
|
16
16
|
disabled: "disabled";
|
|
17
17
|
}>>;
|
|
@@ -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";
|
|
@@ -4659,13 +4659,13 @@ declare const FengMingSchema: z.ZodObject<{
|
|
|
4659
4659
|
agents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4660
4660
|
defaultToolsApprovalMode: z.ZodOptional<z.ZodEnum<{
|
|
4661
4661
|
auto: "auto";
|
|
4662
|
-
prompt: "prompt";
|
|
4663
4662
|
approve: "approve";
|
|
4663
|
+
prompt: "prompt";
|
|
4664
4664
|
}>>;
|
|
4665
4665
|
default_tools_approval_mode: z.ZodOptional<z.ZodEnum<{
|
|
4666
4666
|
auto: "auto";
|
|
4667
|
-
prompt: "prompt";
|
|
4668
4667
|
approve: "approve";
|
|
4668
|
+
prompt: "prompt";
|
|
4669
4669
|
}>>;
|
|
4670
4670
|
}, z.core.$strict>>;
|
|
4671
4671
|
}, z.core.$catchall<z.ZodUnknown>>>>;
|
|
@@ -24,7 +24,7 @@ import { Bt as PluginNextTurnInjectionEnqueueResult, Ft as PluginAgentTurnPrepar
|
|
|
24
24
|
import { i as buildAgentSessionKey, n as RoutePeer, r as RoutePeerKind } from "./resolve-route-GQ3IYHuI.js";
|
|
25
25
|
import { n as channelTargetsSchema, o as optionalStringEnum, s as stringEnum, t as channelTargetSchema } from "./typebox-DYcWd2Ud.js";
|
|
26
26
|
import { t as AllowlistMatch } from "./allowlist-match-D7Z-4JYw.js";
|
|
27
|
-
import { i as buildJsonChannelConfigSchema, o as emptyChannelConfigSchema, r as buildChannelConfigSchema } from "./config-schema-
|
|
27
|
+
import { i as buildJsonChannelConfigSchema, o as emptyChannelConfigSchema, r as buildChannelConfigSchema } from "./config-schema-DUddICQM.js";
|
|
28
28
|
import { n as formatPairingApproveHint, r as parseOptionalDelimitedEntries } from "./helpers-DaK8xjIK.js";
|
|
29
29
|
import { n as buildPluginConfigSchema, r as emptyPluginConfigSchema, t as buildJsonPluginConfigSchema } from "./config-schema-DuJUjn6k.js";
|
|
30
30
|
import { t as definePluginEntry } from "./plugin-entry-DO9kQeTr.js";
|
|
@@ -3,8 +3,8 @@ import { r as FengMingConfig } from "./types.fengming-DQAyczjX.js";
|
|
|
3
3
|
import { n as ChannelPlugin, t as ChannelMessageActionName } from "./types.public-DLZUN0vk.js";
|
|
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
|
-
import { r as buildChannelConfigSchema } from "./config-schema-
|
|
7
|
-
import { r as DiscordConfigSchema } from "./bundled-channel-config-schema-
|
|
6
|
+
import { r as buildChannelConfigSchema } from "./config-schema-DUddICQM.js";
|
|
7
|
+
import { r as DiscordConfigSchema } from "./bundled-channel-config-schema-UtIBjviA.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";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { c as TtsAutoSchema, d as TtsProviderSchema, l as TtsConfigSchema, u as TtsModeSchema } from "./zod-schema.core-
|
|
1
|
+
import { c as TtsAutoSchema, d as TtsProviderSchema, l as TtsConfigSchema, u as TtsModeSchema } from "./zod-schema.core-B4_b2R5K.js";
|
|
2
2
|
import { A as setTtsProvider, B as TtsDirectiveParseResult, C as resolveTtsProviderOrder, D as setTtsEnabled, E as setTtsAutoMode, F as textToSpeechStream, I as textToSpeechTelephony, L as ResolvedTtsConfig, M as synthesizeSpeech, N as testApi, O as setTtsMaxLength, P as textToSpeech, R as ResolvedTtsModelOverrides, S as resolveTtsPrefsPath, T as setSummarizationEnabled, _ as listTtsPersonas, a as TtsSynthesisStreamResult, b as resolveTtsAutoMode, c as getLastTtsAttempt, d as getTtsPersona, f as getTtsProvider, g as listSpeechVoices, h as isTtsProviderConfigured, i as TtsSynthesisResult, j as streamSpeech, k as setTtsPersona, l as getResolvedSpeechProviderConfig, m as isTtsEnabled, n as TtsResult, o as TtsTelephonyResult, p as isSummarizationEnabled, r as TtsStreamResult, s as buildTtsSystemPromptHint, t as prewarmTtsRuntimeFacade, u as getTtsMaxLength, v as maybeApplyTtsToPayload, w as setLastTtsAttempt, x as resolveTtsConfig, y as resolveExplicitTtsOverrides, z as TtsDirectiveOverrides } from "./tts-runtime-BZ5T9_8G.js";
|
|
3
3
|
export { type ResolvedTtsConfig, type ResolvedTtsModelOverrides, TtsAutoSchema, TtsConfigSchema, type TtsDirectiveOverrides, type TtsDirectiveParseResult, TtsModeSchema, TtsProviderSchema, type TtsResult, type TtsStreamResult, type TtsSynthesisResult, type TtsSynthesisStreamResult, type TtsTelephonyResult, testApi as _test, testApi, buildTtsSystemPromptHint, getLastTtsAttempt, getResolvedSpeechProviderConfig, getTtsMaxLength, getTtsPersona, getTtsProvider, isSummarizationEnabled, isTtsEnabled, isTtsProviderConfigured, listSpeechVoices, listTtsPersonas, maybeApplyTtsToPayload, prewarmTtsRuntimeFacade, resolveExplicitTtsOverrides, resolveTtsAutoMode, resolveTtsConfig, resolveTtsPrefsPath, resolveTtsProviderOrder, setLastTtsAttempt, setSummarizationEnabled, setTtsAutoMode, setTtsEnabled, setTtsMaxLength, setTtsPersona, setTtsProvider, streamSpeech, synthesizeSpeech, textToSpeech, textToSpeechStream, textToSpeechTelephony };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { y as resolveStateDir } from "../../paths-9MqJt9oL.js";
|
|
2
|
-
import {
|
|
2
|
+
import { n as VERSION } from "../../version-DbEUUfgr.js";
|
|
3
3
|
import { _ as normalizeLogLevel, r as getChildLogger } from "../../logger-DbKFYOlJ.js";
|
|
4
4
|
import "../../agent-scope-DYvAPpmY.js";
|
|
5
5
|
import { a as resolveAgentDir, o as resolveAgentWorkspaceDir } from "../../agent-scope-config-BFfPgg3b.js";
|
|
@@ -825,7 +825,7 @@ function createPluginRuntime(_options = {}) {
|
|
|
825
825
|
const taskFlow = createRuntimeTaskFlow();
|
|
826
826
|
const tasks = createRuntimeTasks({ legacyTaskFlow: taskFlow });
|
|
827
827
|
const runtime = {
|
|
828
|
-
version:
|
|
828
|
+
version: VERSION,
|
|
829
829
|
config: createRuntimeConfig(),
|
|
830
830
|
agent: createRuntimeAgent(),
|
|
831
831
|
subagent: createLateBindingSubagent(_options.subagent, _options.allowGatewaySubagentBinding === true),
|
|
@@ -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-
|
|
851
|
-
"dist/control-ui/assets/agents-
|
|
852
|
-
"dist/control-ui/assets/channel-config-extras-
|
|
853
|
-
"dist/control-ui/assets/channels-
|
|
850
|
+
"dist/control-ui/assets/activity-CCu43qU8.js",
|
|
851
|
+
"dist/control-ui/assets/agents-DCvsB0yO.js",
|
|
852
|
+
"dist/control-ui/assets/channel-config-extras-GDGUjA2T.js",
|
|
853
|
+
"dist/control-ui/assets/channels-CpM2j5xT.js",
|
|
854
854
|
"dist/control-ui/assets/config-runtime-CCw2hptH.js",
|
|
855
|
-
"dist/control-ui/assets/cron-
|
|
856
|
-
"dist/control-ui/assets/debug-
|
|
855
|
+
"dist/control-ui/assets/cron-CLXNfwYa.js",
|
|
856
|
+
"dist/control-ui/assets/debug-BcJ34lrC.js",
|
|
857
857
|
"dist/control-ui/assets/gateway-runtime-CMyVbEq5.js",
|
|
858
|
-
"dist/control-ui/assets/i18n-
|
|
858
|
+
"dist/control-ui/assets/i18n-BWPaSddY.js",
|
|
859
859
|
"dist/control-ui/assets/index-CA6DU6Rq.css",
|
|
860
|
-
"dist/control-ui/assets/index-
|
|
861
|
-
"dist/control-ui/assets/instances-
|
|
860
|
+
"dist/control-ui/assets/index-CuBn2YpX.js",
|
|
861
|
+
"dist/control-ui/assets/instances-Bu6NM_Hs.js",
|
|
862
862
|
"dist/control-ui/assets/lit-runtime-DA0-mbwP.js",
|
|
863
|
-
"dist/control-ui/assets/logs-
|
|
863
|
+
"dist/control-ui/assets/logs-atEFsTJJ.js",
|
|
864
864
|
"dist/control-ui/assets/markdown-runtime-C9Jq8Bu5.js",
|
|
865
|
-
"dist/control-ui/assets/nodes-
|
|
865
|
+
"dist/control-ui/assets/nodes-Bd1WzVLK.js",
|
|
866
866
|
"dist/control-ui/assets/preview-BBw3vauN.js",
|
|
867
|
-
"dist/control-ui/assets/push-subscription-
|
|
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-
|
|
870
|
-
"dist/control-ui/assets/skills-
|
|
871
|
-
"dist/control-ui/assets/skills-shared-
|
|
869
|
+
"dist/control-ui/assets/sessions-C2r8pbt7.js",
|
|
870
|
+
"dist/control-ui/assets/skills-DIjn93ee.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-
|
|
873
|
+
"dist/control-ui/assets/workboard-CHb0if1l.js",
|
|
874
874
|
"dist/control-ui/favicon-32.png",
|
|
875
875
|
"dist/control-ui/favicon.ico",
|
|
876
876
|
"dist/control-ui/favicon.svg",
|
|
@@ -1935,11 +1935,11 @@
|
|
|
1935
1935
|
"dist/includes-C7LBtYMm.js",
|
|
1936
1936
|
"dist/includes-scan-CA6ruuex.js",
|
|
1937
1937
|
"dist/index-4u9MHter.d.ts",
|
|
1938
|
+
"dist/index-AZzJCgph.d.ts",
|
|
1938
1939
|
"dist/index-B0VJdRJQ.d.ts",
|
|
1939
1940
|
"dist/index-BVVgDSdq.d.ts",
|
|
1940
1941
|
"dist/index-B_h1B9_Z.d.ts",
|
|
1941
1942
|
"dist/index-DUn76vuX.d.ts",
|
|
1942
|
-
"dist/index-GK-13hii.d.ts",
|
|
1943
1943
|
"dist/index.d.ts",
|
|
1944
1944
|
"dist/index.js",
|
|
1945
1945
|
"dist/infra-runtime-CGD3RE_2.js",
|
|
@@ -2424,8 +2424,8 @@
|
|
|
2424
2424
|
"dist/models-pctWuOlw.js",
|
|
2425
2425
|
"dist/module-export-COvD9dVR.js",
|
|
2426
2426
|
"dist/module-loader-BF97Ap2W.js",
|
|
2427
|
+
"dist/monitor-2_c2Ttjf.js",
|
|
2427
2428
|
"dist/monitor-7tD_FE_5.js",
|
|
2428
|
-
"dist/monitor-HjEwlqJs.js",
|
|
2429
2429
|
"dist/monitor.account-D0F9tnWD.js",
|
|
2430
2430
|
"dist/monitor.state-DY2Uh_tH.js",
|
|
2431
2431
|
"dist/moonshot-thinking-BuCk-RcD.d.ts",
|
|
@@ -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-
|
|
2788
|
+
"dist/plugin-sdk/bundled-channel-config-schema-UtIBjviA.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",
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
"dist/plugin-sdk/config-runtime-DvKiQ9x5.d.ts",
|
|
2950
2950
|
"dist/plugin-sdk/config-runtime.d.ts",
|
|
2951
2951
|
"dist/plugin-sdk/config-runtime.js",
|
|
2952
|
-
"dist/plugin-sdk/config-schema-
|
|
2952
|
+
"dist/plugin-sdk/config-schema-DUddICQM.d.ts",
|
|
2953
2953
|
"dist/plugin-sdk/config-schema-DuJUjn6k.d.ts",
|
|
2954
2954
|
"dist/plugin-sdk/config-schema.d.ts",
|
|
2955
2955
|
"dist/plugin-sdk/config-schema.js",
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
"dist/plugin-sdk/zalouser.d.ts",
|
|
3916
3916
|
"dist/plugin-sdk/zalouser.js",
|
|
3917
3917
|
"dist/plugin-sdk/zod-schema.agent-runtime-DWbjdB_w.d.ts",
|
|
3918
|
-
"dist/plugin-sdk/zod-schema.core-
|
|
3918
|
+
"dist/plugin-sdk/zod-schema.core-B4_b2R5K.d.ts",
|
|
3919
3919
|
"dist/plugin-sdk/zod-schema.proxy-B1XBkex5.d.ts",
|
|
3920
3920
|
"dist/plugin-sdk/zod.d.ts",
|
|
3921
3921
|
"dist/plugin-sdk/zod.js",
|
|
@@ -4601,7 +4601,7 @@
|
|
|
4601
4601
|
"dist/send-aTxtLkJm.js",
|
|
4602
4602
|
"dist/send-deps-B-rmeTVl.js",
|
|
4603
4603
|
"dist/send-deps-BaEC80iY.d.ts",
|
|
4604
|
-
"dist/send-media-
|
|
4604
|
+
"dist/send-media-OG5Gd31l.js",
|
|
4605
4605
|
"dist/send-policy-cLIJehRZ.js",
|
|
4606
4606
|
"dist/send-qwDMMnM6.js",
|
|
4607
4607
|
"dist/send-result-BWRKr16H.js",
|