@poolzin/pool-bot 2026.4.11 → 2026.4.13
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/agents/tools/browser-tool.schema.d.ts +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli/errors.d.ts +1 -1
- package/dist/gateway/protocol/index.d.ts +11 -11
- package/dist/logging/subsystem.d.ts.map +1 -1
- package/dist/logging/subsystem.js +13 -3
- package/dist/telegram/bot-native-command-menu.d.ts +1 -1
- package/dist/telegram/bot-native-command-menu.d.ts.map +1 -1
- package/dist/telegram/bot-native-command-menu.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const BrowserToolSchema: import("@sinclair/typebox").TObject<{
|
|
2
|
-
action: import("@sinclair/typebox").TUnsafe<"open" | "close" | "status" | "start" | "profiles" | "stop" | "navigate" | "upload" | "snapshot" | "
|
|
2
|
+
action: import("@sinclair/typebox").TUnsafe<"open" | "close" | "status" | "start" | "console" | "profiles" | "stop" | "navigate" | "upload" | "snapshot" | "dialog" | "pdf" | "screenshot" | "focus" | "tabs" | "act">;
|
|
3
3
|
target: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"sandbox" | "node" | "host">>;
|
|
4
4
|
node: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
5
5
|
profile: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
package/dist/build-info.json
CHANGED
package/dist/cli/errors.d.ts
CHANGED
|
@@ -94,9 +94,9 @@ export declare const PoolBotErrorSchema: z.ZodObject<{
|
|
|
94
94
|
code: z.ZodString;
|
|
95
95
|
category: z.ZodEnum<{
|
|
96
96
|
gateway: "gateway";
|
|
97
|
-
config: "config";
|
|
98
97
|
auth: "auth";
|
|
99
98
|
runtime: "runtime";
|
|
99
|
+
config: "config";
|
|
100
100
|
network: "network";
|
|
101
101
|
plugin: "plugin";
|
|
102
102
|
validation: "validation";
|
|
@@ -3,13 +3,13 @@ import type { SessionsPatchResult } from "../session-utils.types.js";
|
|
|
3
3
|
import { type AgentEvent, AgentEventSchema, type AgentIdentityParams, AgentIdentityParamsSchema, type AgentIdentityResult, AgentIdentityResultSchema, AgentParamsSchema, type AgentSummary, AgentSummarySchema, type AgentsFileEntry, AgentsFileEntrySchema, type AgentsCreateParams, AgentsCreateParamsSchema, type AgentsCreateResult, AgentsCreateResultSchema, type AgentsUpdateParams, AgentsUpdateParamsSchema, type AgentsUpdateResult, AgentsUpdateResultSchema, type AgentsDeleteParams, AgentsDeleteParamsSchema, type AgentsDeleteResult, AgentsDeleteResultSchema, type AgentsFilesGetParams, AgentsFilesGetParamsSchema, type AgentsFilesGetResult, AgentsFilesGetResultSchema, type AgentsFilesListParams, AgentsFilesListParamsSchema, type AgentsFilesListResult, AgentsFilesListResultSchema, type AgentsFilesSetParams, AgentsFilesSetParamsSchema, type AgentsFilesSetResult, AgentsFilesSetResultSchema, type AgentsListParams, AgentsListParamsSchema, type AgentsListResult, AgentsListResultSchema, type AgentWaitParams, type ChannelsLogoutParams, ChannelsLogoutParamsSchema, type TalkConfigParams, TalkConfigParamsSchema, type TalkConfigResult, TalkConfigResultSchema, type ChannelsStatusParams, ChannelsStatusParamsSchema, type ChannelsStatusResult, ChannelsStatusResultSchema, type ChatEvent, ChatEventSchema, ChatHistoryParamsSchema, type ChatInjectParams, ChatInjectParamsSchema, ChatSendParamsSchema, type ConfigApplyParams, ConfigApplyParamsSchema, type ConfigGetParams, ConfigGetParamsSchema, type ConfigPatchParams, ConfigPatchParamsSchema, type ConfigSchemaParams, ConfigSchemaParamsSchema, type ConfigSchemaResponse, ConfigSchemaResponseSchema, type ConfigSetParams, ConfigSetParamsSchema, type ConnectParams, ConnectParamsSchema, type CronAddParams, CronAddParamsSchema, type CronJob, CronJobSchema, type CronListParams, CronListParamsSchema, type CronRemoveParams, CronRemoveParamsSchema, type CronRunLogEntry, type CronRunParams, CronRunParamsSchema, type CronRunsParams, CronRunsParamsSchema, type CronStatusParams, CronStatusParamsSchema, type CronUpdateParams, CronUpdateParamsSchema, type DevicePairApproveParams, type DevicePairListParams, type DevicePairRejectParams, type ExecApprovalsGetParams, type ExecApprovalsSetParams, type ExecApprovalsSnapshot, ErrorCodes, type ErrorShape, ErrorShapeSchema, type EventFrame, EventFrameSchema, errorShape, type GatewayFrame, GatewayFrameSchema, type HelloOk, HelloOkSchema, type LogsTailParams, LogsTailParamsSchema, type LogsTailResult, LogsTailResultSchema, ModelsListParamsSchema, type NodeEventParams, type NodeInvokeParams, NodeInvokeParamsSchema, type NodeInvokeResultParams, type NodeListParams, NodeListParamsSchema, type NodePairApproveParams, NodePairApproveParamsSchema, type NodePairListParams, NodePairListParamsSchema, type NodePairRejectParams, NodePairRejectParamsSchema, type NodePairRequestParams, NodePairRequestParamsSchema, type NodePairVerifyParams, NodePairVerifyParamsSchema, type PollParams, PollParamsSchema, PROTOCOL_VERSION, PushTestParamsSchema, PushTestResultSchema, type PresenceEntry, PresenceEntrySchema, ProtocolSchemas, type RequestFrame, RequestFrameSchema, type ResponseFrame, ResponseFrameSchema, SendParamsSchema, type SessionsCompactParams, SessionsCompactParamsSchema, type SessionsDeleteParams, SessionsDeleteParamsSchema, type SessionsListParams, SessionsListParamsSchema, type SessionsPatchParams, SessionsPatchParamsSchema, type SessionsPreviewParams, SessionsPreviewParamsSchema, type SessionsResetParams, SessionsResetParamsSchema, type SessionsResolveParams, type SessionsUsageParams, SessionsUsageParamsSchema, type ShutdownEvent, ShutdownEventSchema, type SkillsBinsParams, type SkillsBinsResult, type SkillsInstallParams, SkillsInstallParamsSchema, type SkillsStatusParams, SkillsStatusParamsSchema, type SkillsUpdateParams, SkillsUpdateParamsSchema, type Snapshot, SnapshotSchema, type StateVersion, StateVersionSchema, type TalkModeParams, type TickEvent, TickEventSchema, type UpdateRunParams, UpdateRunParamsSchema, type WakeParams, WakeParamsSchema, type WebLoginStartParams, WebLoginStartParamsSchema, type WebLoginWaitParams, WebLoginWaitParamsSchema, type WizardCancelParams, WizardCancelParamsSchema, type WizardNextParams, WizardNextParamsSchema, type WizardNextResult, WizardNextResultSchema, type WizardStartParams, WizardStartParamsSchema, type WizardStartResult, WizardStartResultSchema, type WizardStatusParams, WizardStatusParamsSchema, type WizardStatusResult, WizardStatusResultSchema, type WizardStep, WizardStepSchema, SwarmListParamsSchema, SwarmStatusParamsSchema, SwarmCreateParamsSchema, SwarmListResultSchema, SwarmStatusResultSchema, SwarmCreateResultSchema, SwarmStateSchema, SwarmMemberSchema, SwarmTaskSchema, SwarmStrategySchema, type SwarmListParams, type SwarmStatusParams, type SwarmCreateParams, type SwarmListResult, type SwarmStatusResult, type SwarmCreateResult, type SwarmState, type SwarmMember, type SwarmTask, type SwarmStrategy } from "./schema.js";
|
|
4
4
|
export declare const validateConnectParams: AjvPkg.ValidateFunction<{
|
|
5
5
|
pathEnv?: string | undefined;
|
|
6
|
-
commands?: string[] | undefined;
|
|
7
6
|
scopes?: string[] | undefined;
|
|
8
7
|
auth?: {
|
|
9
8
|
token?: string | undefined;
|
|
10
9
|
password?: string | undefined;
|
|
11
10
|
} | undefined;
|
|
12
11
|
role?: string | undefined;
|
|
12
|
+
commands?: string[] | undefined;
|
|
13
13
|
permissions?: {
|
|
14
14
|
[x: string]: boolean;
|
|
15
15
|
} | undefined;
|
|
@@ -32,8 +32,8 @@ export declare const validateConnectParams: AjvPkg.ValidateFunction<{
|
|
|
32
32
|
instanceId?: string | undefined;
|
|
33
33
|
version: string;
|
|
34
34
|
mode: "cli" | "node" | "test" | "webchat" | "ui" | "backend" | "probe";
|
|
35
|
-
id: "cli" | "test" | "webchat-ui" | "poolbot-control-ui" | "webchat" | "gateway-client" | "poolbot-macos" | "poolbot-ios" | "poolbot-android" | "node-host" | "fingerprint" | "poolbot-probe";
|
|
36
35
|
platform: string;
|
|
36
|
+
id: "cli" | "test" | "webchat-ui" | "poolbot-control-ui" | "webchat" | "gateway-client" | "poolbot-macos" | "poolbot-ios" | "poolbot-android" | "node-host" | "fingerprint" | "poolbot-probe";
|
|
37
37
|
};
|
|
38
38
|
}>;
|
|
39
39
|
export declare const validateRequestFrame: AjvPkg.ValidateFunction<{
|
|
@@ -140,8 +140,8 @@ export declare const validateAgentsFilesSetParams: AjvPkg.ValidateFunction<{
|
|
|
140
140
|
export declare const validateNodePairRequestParams: AjvPkg.ValidateFunction<{
|
|
141
141
|
silent?: boolean | undefined;
|
|
142
142
|
version?: string | undefined;
|
|
143
|
-
commands?: string[] | undefined;
|
|
144
143
|
platform?: string | undefined;
|
|
144
|
+
commands?: string[] | undefined;
|
|
145
145
|
displayName?: string | undefined;
|
|
146
146
|
remoteIp?: string | undefined;
|
|
147
147
|
deviceFamily?: string | undefined;
|
|
@@ -202,8 +202,8 @@ export declare const validatePushTestParams: AjvPkg.ValidateFunction<{
|
|
|
202
202
|
export declare const validateSessionsListParams: AjvPkg.ValidateFunction<{
|
|
203
203
|
search?: string | undefined;
|
|
204
204
|
agentId?: string | undefined;
|
|
205
|
-
label?: string | undefined;
|
|
206
205
|
limit?: number | undefined;
|
|
206
|
+
label?: string | undefined;
|
|
207
207
|
spawnedBy?: string | undefined;
|
|
208
208
|
activeMinutes?: number | undefined;
|
|
209
209
|
includeGlobal?: boolean | undefined;
|
|
@@ -230,8 +230,9 @@ export declare const validateSessionsPatchParams: AjvPkg.ValidateFunction<{
|
|
|
230
230
|
execSecurity?: string | null | undefined;
|
|
231
231
|
execAsk?: string | null | undefined;
|
|
232
232
|
execNode?: string | null | undefined;
|
|
233
|
-
label?: string | null | undefined;
|
|
234
233
|
model?: string | null | undefined;
|
|
234
|
+
label?: string | null | undefined;
|
|
235
|
+
sendPolicy?: "allow" | "deny" | null | undefined;
|
|
235
236
|
spawnedBy?: string | null | undefined;
|
|
236
237
|
spawnDepth?: number | null | undefined;
|
|
237
238
|
thinkingLevel?: string | null | undefined;
|
|
@@ -240,7 +241,6 @@ export declare const validateSessionsPatchParams: AjvPkg.ValidateFunction<{
|
|
|
240
241
|
elevatedLevel?: string | null | undefined;
|
|
241
242
|
responseUsage?: "off" | "full" | "on" | "tokens" | null | undefined;
|
|
242
243
|
groupActivation?: "always" | "mention" | null | undefined;
|
|
243
|
-
sendPolicy?: "allow" | "deny" | null | undefined;
|
|
244
244
|
key: string;
|
|
245
245
|
}>;
|
|
246
246
|
export declare const validateSessionsResetParams: AjvPkg.ValidateFunction<{
|
|
@@ -385,9 +385,9 @@ export declare const validateCronAddParams: AjvPkg.ValidateFunction<{
|
|
|
385
385
|
channel?: string | undefined;
|
|
386
386
|
thinking?: string | undefined;
|
|
387
387
|
model?: string | undefined;
|
|
388
|
+
timeoutSeconds?: number | undefined;
|
|
388
389
|
to?: string | undefined;
|
|
389
390
|
deliver?: boolean | undefined;
|
|
390
|
-
timeoutSeconds?: number | undefined;
|
|
391
391
|
allowUnsafeExternalContent?: boolean | undefined;
|
|
392
392
|
bestEffortDeliver?: boolean | undefined;
|
|
393
393
|
message: unknown;
|
|
@@ -419,9 +419,9 @@ export declare const validateCronUpdateParams: AjvPkg.ValidateFunction<{
|
|
|
419
419
|
channel?: string | undefined;
|
|
420
420
|
thinking?: string | undefined;
|
|
421
421
|
model?: string | undefined;
|
|
422
|
+
timeoutSeconds?: number | undefined;
|
|
422
423
|
to?: string | undefined;
|
|
423
424
|
deliver?: boolean | undefined;
|
|
424
|
-
timeoutSeconds?: number | undefined;
|
|
425
425
|
allowUnsafeExternalContent?: boolean | undefined;
|
|
426
426
|
bestEffortDeliver?: boolean | undefined;
|
|
427
427
|
message: unknown;
|
|
@@ -480,9 +480,9 @@ export declare const validateCronUpdateParams: AjvPkg.ValidateFunction<{
|
|
|
480
480
|
channel?: string | undefined;
|
|
481
481
|
thinking?: string | undefined;
|
|
482
482
|
model?: string | undefined;
|
|
483
|
+
timeoutSeconds?: number | undefined;
|
|
483
484
|
to?: string | undefined;
|
|
484
485
|
deliver?: boolean | undefined;
|
|
485
|
-
timeoutSeconds?: number | undefined;
|
|
486
486
|
allowUnsafeExternalContent?: boolean | undefined;
|
|
487
487
|
bestEffortDeliver?: boolean | undefined;
|
|
488
488
|
message: unknown;
|
|
@@ -611,8 +611,8 @@ export declare const validateExecApprovalRequestParams: AjvPkg.ValidateFunction<
|
|
|
611
611
|
resolvedPath?: string | null | undefined;
|
|
612
612
|
security?: string | null | undefined;
|
|
613
613
|
host?: string | null | undefined;
|
|
614
|
-
cwd?: string | null | undefined;
|
|
615
614
|
id?: string | undefined;
|
|
615
|
+
cwd?: string | null | undefined;
|
|
616
616
|
sessionKey?: string | null | undefined;
|
|
617
617
|
command: string;
|
|
618
618
|
}>;
|
|
@@ -656,8 +656,8 @@ export declare const validateExecApprovalsNodeSetParams: AjvPkg.ValidateFunction
|
|
|
656
656
|
nodeId: string;
|
|
657
657
|
}>;
|
|
658
658
|
export declare const validateLogsTailParams: AjvPkg.ValidateFunction<{
|
|
659
|
-
maxBytes?: number | undefined;
|
|
660
659
|
limit?: number | undefined;
|
|
660
|
+
maxBytes?: number | undefined;
|
|
661
661
|
cursor?: number | undefined;
|
|
662
662
|
}>;
|
|
663
663
|
export declare const validateChatHistoryParams: AjvPkg.ValidateFunction<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subsystem.d.ts","sourceRoot":"","sources":["../../src/logging/subsystem.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"subsystem.d.ts","sourceRoot":"","sources":["../../src/logging/subsystem.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkB,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhE,OAAO,EAAE,KAAK,QAAQ,EAAmB,MAAM,aAAa,CAAC;AAM7D,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,KAAK,OAAO,CAAC;IAC7E,KAAK,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACjE,KAAK,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACjE,IAAI,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IAChE,IAAI,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IAChE,KAAK,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACjE,KAAK,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACjE,GAAG,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,eAAe,CAAC;CAC1C,CAAC;AAsFF,wBAAgB,uCAAuC,CACrD,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GACvB,MAAM,CAyCR;AAqFD,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,eAAe,CAuFxE;AAED,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,eAAe,EACvB,IAAI,GAAE,UAAU,CAAC,MAAM,CAAuB,GAC7C,UAAU,CAWZ;AAED,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,MAAM,EACjB,IAAI,GAAE,UAAU,CAAC,MAAM,CAAuB,GAC7C,UAAU,CAEZ"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { inspect } from "node:util";
|
|
2
2
|
import { Chalk } from "chalk";
|
|
3
|
-
import { CHAT_CHANNEL_ORDER } from "../channels/registry.js";
|
|
4
3
|
import { isVerbose } from "../globals.js";
|
|
5
4
|
import { defaultRuntime } from "../runtime.js";
|
|
6
5
|
import { clearActiveProgressLine } from "../terminal/progress-line.js";
|
|
@@ -39,7 +38,18 @@ const SUBSYSTEM_COLOR_OVERRIDES = {
|
|
|
39
38
|
};
|
|
40
39
|
const SUBSYSTEM_PREFIXES_TO_DROP = ["gateway", "channels", "providers"];
|
|
41
40
|
const SUBSYSTEM_MAX_SEGMENTS = 2;
|
|
42
|
-
const CHANNEL_SUBSYSTEM_PREFIXES = new Set(
|
|
41
|
+
const CHANNEL_SUBSYSTEM_PREFIXES = new Set();
|
|
42
|
+
function getChannelSubsystemPrefixes() {
|
|
43
|
+
if (CHANNEL_SUBSYSTEM_PREFIXES.size === 0) {
|
|
44
|
+
try {
|
|
45
|
+
const { CHAT_CHANNEL_ORDER } = require("../channels/registry.js");
|
|
46
|
+
for (const ch of CHAT_CHANNEL_ORDER)
|
|
47
|
+
CHANNEL_SUBSYSTEM_PREFIXES.add(ch);
|
|
48
|
+
}
|
|
49
|
+
catch { /* circular dependency safety */ }
|
|
50
|
+
}
|
|
51
|
+
return CHANNEL_SUBSYSTEM_PREFIXES;
|
|
52
|
+
}
|
|
43
53
|
function pickSubsystemColor(color, subsystem) {
|
|
44
54
|
const override = SUBSYSTEM_COLOR_OVERRIDES[subsystem];
|
|
45
55
|
if (override) {
|
|
@@ -63,7 +73,7 @@ function formatSubsystemForConsole(subsystem) {
|
|
|
63
73
|
if (parts.length === 0) {
|
|
64
74
|
return original;
|
|
65
75
|
}
|
|
66
|
-
if (
|
|
76
|
+
if (getChannelSubsystemPrefixes().has(parts[0])) {
|
|
67
77
|
return parts[0];
|
|
68
78
|
}
|
|
69
79
|
if (parts.length > SUBSYSTEM_MAX_SEGMENTS) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Bot } from "grammy";
|
|
2
2
|
import type { RuntimeEnv } from "../runtime.js";
|
|
3
|
-
export declare const TELEGRAM_MAX_COMMANDS =
|
|
3
|
+
export declare const TELEGRAM_MAX_COMMANDS = 95;
|
|
4
4
|
export type TelegramMenuCommand = {
|
|
5
5
|
command: string;
|
|
6
6
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bot-native-command-menu.d.ts","sourceRoot":"","sources":["../../src/telegram/bot-native-command-menu.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAKlC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"bot-native-command-menu.d.ts","sourceRoot":"","sources":["../../src/telegram/bot-native-command-menu.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAKlC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AAExC,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,wBAAgB,+BAA+B,CAAC,MAAM,EAAE;IACtD,KAAK,EAAE,yBAAyB,EAAE,CAAC;IACnC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC/B,GAAG;IAAE,QAAQ,EAAE,mBAAmB,EAAE,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAiCxD;AAED,wBAAgB,+BAA+B,CAAC,MAAM,EAAE;IACtD,WAAW,EAAE,mBAAmB,EAAE,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG;IACF,kBAAkB,EAAE,mBAAmB,EAAE,CAAC;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB,CAOA;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE;IAC/C,GAAG,EAAE,GAAG,CAAC;IACT,OAAO,EAAE,UAAU,CAAC;IACpB,kBAAkB,EAAE,mBAAmB,EAAE,CAAC;CAC3C,GAAG,IAAI,CA0BP"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { normalizeTelegramCommandName, TELEGRAM_COMMAND_NAME_PATTERN, } from "../config/telegram-custom-commands.js";
|
|
2
2
|
import { withTelegramApiErrorLogging } from "./api-logging.js";
|
|
3
|
-
export const TELEGRAM_MAX_COMMANDS =
|
|
3
|
+
export const TELEGRAM_MAX_COMMANDS = 95;
|
|
4
4
|
export function buildPluginTelegramMenuCommands(params) {
|
|
5
5
|
const { specs, existingCommands } = params;
|
|
6
6
|
const commands = [];
|