@gaodefa/daocore 2026.5.84 → 2026.5.85
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/acp/control-plane/manager.d.ts +1 -2
- package/dist/{agent-command-DQ1XgXqe.d.ts → agent-command-COFQwKxZ.d.ts} +38 -2
- package/dist/{agent-harness-Bt_1zRJ1.d.ts → agent-harness-WlBoSv-g.d.ts} +1 -1
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/{channel-Czs81UUj.d.ts → channel-cGJKLfJe.d.ts} +2 -2
- package/dist/{channel-lifecycle-BXdiTu_h.d.ts → channel-lifecycle-C4NrMjdz.d.ts} +0 -1
- package/dist/{channel-pairing-qPwn6FAN.d.ts → channel-pairing-ndZVB-VX.d.ts} +1 -1
- package/dist/cli-startup-metadata.json +8 -8
- package/dist/control-ui/apple-touch-icon.png +0 -0
- package/dist/control-ui/assets/agents-DHLE0HFl.js +1008 -0
- package/dist/control-ui/assets/ar-DmY3OKJ7.js +2 -0
- package/dist/control-ui/assets/channel-config-extras-CxFOBh-V.js +2 -0
- package/dist/control-ui/assets/channels-C6FcgeKY.js +367 -0
- package/dist/control-ui/assets/cron-SXiWM7mY.js +1013 -0
- package/dist/control-ui/assets/de-nNWCMyC9.js +2 -0
- package/dist/control-ui/assets/debug-B0jMeZzd.js +97 -0
- package/dist/control-ui/assets/es-BcdhLNdf.js +2 -0
- package/dist/control-ui/assets/fa-DbS2z7VZ.js +2 -0
- package/dist/control-ui/assets/fr-CBqvw0rY.js +2 -0
- package/dist/control-ui/assets/id-DXES9f6X.js +2 -0
- package/dist/control-ui/assets/index-BimYwq-S.css +1 -0
- package/dist/control-ui/assets/index-DL8I3w4m.js +7373 -0
- package/dist/control-ui/assets/instances-CzcXlcf6.js +57 -0
- package/dist/control-ui/assets/it-DpT4ZVOU.js +2 -0
- package/dist/control-ui/assets/ja-JP-D8RXA_04.js +2 -0
- package/dist/control-ui/assets/ko-5en8VO8w.js +2 -0
- package/dist/control-ui/assets/logs-UowLBcx5.js +74 -0
- package/dist/control-ui/assets/nl-Bb10QoRg.js +2 -0
- package/dist/control-ui/assets/nodes-elwKg1C7.js +436 -0
- package/dist/control-ui/assets/pl-Y8UIOEIm.js +2 -0
- package/dist/control-ui/assets/preview-BBw3vauN.js +2 -0
- package/dist/control-ui/assets/pt-BR-DDsy5M68.js +2 -0
- package/dist/control-ui/assets/push-subscription-TTvs1whj.js +2 -0
- package/dist/control-ui/assets/sessions-zRBKS883.js +399 -0
- package/dist/control-ui/assets/skills-Bdaz7HoH.js +314 -0
- package/dist/control-ui/assets/skills-shared-DMTrs8i3.js +11 -0
- package/dist/control-ui/assets/th-D_2DtFn6.js +2 -0
- package/dist/control-ui/assets/tr-DBsYZTmE.js +2 -0
- package/dist/control-ui/assets/uk-BUxHBc05.js +2 -0
- package/dist/control-ui/assets/vi-B67Eos5b.js +2 -0
- package/dist/control-ui/assets/zh-CN-1-UH_6gQ.js +2 -0
- package/dist/control-ui/assets/zh-TW-CA4YEnf2.js +2 -0
- package/dist/control-ui/favicon-32.png +0 -0
- package/dist/control-ui/favicon-512.png +0 -0
- package/dist/control-ui/favicon.ico +0 -0
- package/dist/control-ui/favicon.svg +12 -0
- package/dist/control-ui/index.html +322 -0
- package/dist/control-ui/manifest.webmanifest +40 -0
- package/dist/control-ui/sw.js +133 -0
- package/dist/extensions/anthropic/doctor-contract-api.d.ts +1 -1
- package/dist/extensions/browser/test-support.d.ts +1 -1
- package/dist/extensions/google/doctor-contract-api.d.ts +1 -1
- package/dist/extensions/image-generation-core/api.d.ts +1 -1
- package/dist/extensions/imessage/message-tool-api.d.ts +1 -1
- package/dist/extensions/imessage/runtime-api.d.ts +1 -1
- package/dist/extensions/mattermost/runtime-api.d.ts +7 -7
- package/dist/extensions/signal/api.d.ts +1 -1
- package/dist/extensions/signal/runtime-api.d.ts +2 -2
- package/dist/extensions/telegram/api.d.ts +1 -1
- package/dist/extensions/video-generation-core/api.d.ts +1 -1
- package/dist/extensions/webhooks/runtime-api.d.ts +2 -2
- package/dist/{hook-runtime-BBONf8H3.d.ts → hook-runtime-Cms52qXe.d.ts} +0 -1
- package/dist/index.d.ts +1 -1
- package/dist/{manager.core-BRd2_lqA.d.ts → manager-CuzV3XAs.d.ts} +8 -1
- package/dist/{pairing-store-Cfy_zHzi.d.ts → pairing-challenge-EwSQYSud.d.ts} +34 -34
- package/dist/plugin-sdk/.boundary-entry-shims.stamp +1 -1
- package/dist/plugin-sdk/scripts/lib/plugin-sdk-doc-metadata.d.ts +107 -0
- package/dist/plugin-sdk/src/commands/doctor.types.d.ts +1 -0
- package/dist/plugin-sdk/src/compat/legacy-names.d.ts +1 -1
- package/dist/plugin-sdk/src/plugins/manifest.d.ts +1 -1
- package/dist/{runtime-D21vC5Bd.d.ts → runtime-C3k-ZByi.d.ts} +1 -1
- package/dist/{runtime-api.actions-CClxRuYx.d.ts → runtime-api.actions-CzDO06T7.d.ts} +1 -1
- package/dist/{runtime-api.send-wXeDllRu.d.ts → runtime-api.send-C_MjuzGA.d.ts} +1 -1
- package/dist/{runtime-doctor-DVYwKwIT.d.ts → runtime-doctor-_yVIDUi3.d.ts} +1 -0
- package/dist/{send-DZ4YhPHH.d.ts → send-CTDEXMPp.d.ts} +1 -1
- package/dist/{send-D95RJNJM.d.ts → send-DaFuA5cD.d.ts} +1 -0
- package/dist/{send.types-_f4omMzG.d.ts → send.types-DU1uiiR9.d.ts} +1 -0
- package/dist/task-registry-control.runtime.d.ts +1 -1
- package/dist/{test-fixtures-xgg7UsEw.d.ts → test-fixtures-HY6a4nTW.d.ts} +0 -1
- package/dist/{typed-cases-v8PtmO3g.d.ts → typed-cases-BYRVKA1F.d.ts} +1 -1
- package/dist/{webhook-targets-C9cJD_kB.d.ts → webhook-targets-DqetRJVn.d.ts} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/dist/manager-DWN3qo90.d.ts +0 -10
- package/dist/reply-runtime-DUv2dRp3.d.ts +0 -34
- package/dist/server-plugins-BVVgDSdq.d.ts +0 -1
- package/dist/subagent-registry-BVVgDSdq.d.ts +0 -1
- package/dist/subagent-registry-read-BVVgDSdq.d.ts +0 -1
- package/dist/test-support-BVVgDSdq.d.ts +0 -1
- /package/dist/{models-D6WT5XG82.d.ts → models-D6WT5XG8.d.ts} +0 -0
- /package/dist/{runtime-api-C7ToEUFX.d.ts → runtime-api-C7ToEUFX2.d.ts} +0 -0
|
@@ -3,7 +3,6 @@ import { t as DiagnosticTraceContext } from "./diagnostic-trace-context-DcbwO2-o
|
|
|
3
3
|
import { t as FinalizedMsgContext } from "./templating-ER7W_0Hh.js";
|
|
4
4
|
import { Bt as PluginHookInboundClaimEvent, Gt as PluginHookMessageSentEvent, Ht as PluginHookMessageReceivedEvent, Vt as PluginHookMessageContext, zt as PluginHookInboundClaimContext } from "./hook-types-ax20W7Kw.js";
|
|
5
5
|
import { a as MessagePreprocessedHookContext, d as MessageTranscribedHookContext, l as MessageSentHookContext, s as MessageReceivedHookContext } from "./internal-hooks-DCdYIJk0.js";
|
|
6
|
-
|
|
7
6
|
//#region src/hooks/fire-and-forget.d.ts
|
|
8
7
|
type FireAndForgetBoundedHookOptions = {
|
|
9
8
|
maxConcurrency?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ import { n as PollInput } from "./polls-CfHkU59X.js";
|
|
|
8
8
|
import { l as normalizeE164$1 } from "./utils-DSrjARXN.js";
|
|
9
9
|
import { n as resolveSessionKey$1, t as deriveSessionKey$1 } from "./session-key-uDwxuftd.js";
|
|
10
10
|
import { t as CliDeps } from "./deps.types-C8BV1CgG.js";
|
|
11
|
+
import { t as getReplyFromConfig$2 } from "./get-reply-BGgkS68z.js";
|
|
11
12
|
import { i as handlePortError$1, n as describePortOwner$1, r as ensurePortAvailable$1, t as PortInUseError$1 } from "./ports-DqReeIZ2.js";
|
|
12
13
|
import { t as waitForever$1 } from "./wait-isUfz79Z.js";
|
|
13
|
-
import { t as getReplyFromConfig$2 } from "./get-reply-BGgkS68z.js";
|
|
14
14
|
import { AgentToolResult } from "@earendil-works/pi-agent-core";
|
|
15
15
|
|
|
16
16
|
//#region src/cli/prompt.d.ts
|
|
@@ -195,4 +195,11 @@ declare class AcpSessionManager {
|
|
|
195
195
|
private markBackgroundTaskTerminal;
|
|
196
196
|
}
|
|
197
197
|
//#endregion
|
|
198
|
-
|
|
198
|
+
//#region src/acp/control-plane/manager.d.ts
|
|
199
|
+
declare function getAcpSessionManager(): AcpSessionManager;
|
|
200
|
+
declare const testing: {
|
|
201
|
+
resetAcpSessionManagerForTests(): void;
|
|
202
|
+
setAcpSessionManagerForTests(manager: unknown): void;
|
|
203
|
+
};
|
|
204
|
+
//#endregion
|
|
205
|
+
export { AcpCloseSessionResult as a, AcpRunTurnInput as c, AcpStartupIdentityReconcileResult as d, AcpCloseSessionInput as i, AcpSessionResolution as l, testing as n, AcpInitializeSessionInput as o, AcpSessionManager as r, AcpManagerObservabilitySnapshot as s, getAcpSessionManager as t, AcpSessionStatus as u };
|
|
@@ -1,39 +1,6 @@
|
|
|
1
1
|
import { t as ChannelPairingAdapter } from "./pairing.types-B8gJXl1a.js";
|
|
2
2
|
import { t as PairingChannel } from "./pairing-store.types-BcORBxth.js";
|
|
3
3
|
|
|
4
|
-
//#region src/pairing/pairing-challenge.d.ts
|
|
5
|
-
type PairingMeta = Record<string, string | undefined>;
|
|
6
|
-
type PairingChallengeParams = {
|
|
7
|
-
channel: string;
|
|
8
|
-
senderId: string;
|
|
9
|
-
senderIdLine: string;
|
|
10
|
-
meta?: PairingMeta;
|
|
11
|
-
upsertPairingRequest: (params: {
|
|
12
|
-
id: string;
|
|
13
|
-
meta?: PairingMeta;
|
|
14
|
-
}) => Promise<{
|
|
15
|
-
code: string;
|
|
16
|
-
created: boolean;
|
|
17
|
-
}>;
|
|
18
|
-
sendPairingReply: (text: string) => Promise<void>;
|
|
19
|
-
buildReplyText?: (params: {
|
|
20
|
-
code: string;
|
|
21
|
-
senderIdLine: string;
|
|
22
|
-
}) => string;
|
|
23
|
-
onCreated?: (params: {
|
|
24
|
-
code: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
onReplyError?: (err: unknown) => void;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Shared pairing challenge issuance for DM pairing policy pathways.
|
|
30
|
-
* Ensures every channel follows the same create-if-missing + reply flow.
|
|
31
|
-
*/
|
|
32
|
-
declare function issuePairingChallenge(params: PairingChallengeParams): Promise<{
|
|
33
|
-
created: boolean;
|
|
34
|
-
code?: string;
|
|
35
|
-
}>;
|
|
36
|
-
//#endregion
|
|
37
4
|
//#region src/pairing/pairing-store.d.ts
|
|
38
5
|
type PairingRequest = {
|
|
39
6
|
id: string;
|
|
@@ -84,4 +51,37 @@ declare function approveChannelPairingCode(params: {
|
|
|
84
51
|
entry?: PairingRequest;
|
|
85
52
|
} | null>;
|
|
86
53
|
//#endregion
|
|
87
|
-
|
|
54
|
+
//#region src/pairing/pairing-challenge.d.ts
|
|
55
|
+
type PairingMeta = Record<string, string | undefined>;
|
|
56
|
+
type PairingChallengeParams = {
|
|
57
|
+
channel: string;
|
|
58
|
+
senderId: string;
|
|
59
|
+
senderIdLine: string;
|
|
60
|
+
meta?: PairingMeta;
|
|
61
|
+
upsertPairingRequest: (params: {
|
|
62
|
+
id: string;
|
|
63
|
+
meta?: PairingMeta;
|
|
64
|
+
}) => Promise<{
|
|
65
|
+
code: string;
|
|
66
|
+
created: boolean;
|
|
67
|
+
}>;
|
|
68
|
+
sendPairingReply: (text: string) => Promise<void>;
|
|
69
|
+
buildReplyText?: (params: {
|
|
70
|
+
code: string;
|
|
71
|
+
senderIdLine: string;
|
|
72
|
+
}) => string;
|
|
73
|
+
onCreated?: (params: {
|
|
74
|
+
code: string;
|
|
75
|
+
}) => void;
|
|
76
|
+
onReplyError?: (err: unknown) => void;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Shared pairing challenge issuance for DM pairing policy pathways.
|
|
80
|
+
* Ensures every channel follows the same create-if-missing + reply flow.
|
|
81
|
+
*/
|
|
82
|
+
declare function issuePairingChallenge(params: PairingChallengeParams): Promise<{
|
|
83
|
+
created: boolean;
|
|
84
|
+
code?: string;
|
|
85
|
+
}>;
|
|
86
|
+
//#endregion
|
|
87
|
+
export { approveChannelPairingCode as a, readChannelAllowFromStore as c, readLegacyChannelAllowFromStoreSync as d, removeChannelAllowFromStoreEntry as f, addChannelAllowFromStoreEntry as i, readChannelAllowFromStoreSync as l, upsertChannelPairingRequest as m, issuePairingChallenge as n, clearPairingAllowFromReadCacheForTest as o, resolveChannelAllowFromPath as p, PairingRequest as r, listChannelPairingRequests as s, PairingChallengeParams as t, readLegacyChannelAllowFromStore as u };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-05-
|
|
1
|
+
2026-05-28T05:04:04.111Z
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export type PluginSdkDocCategory = "channel" | "core" | "legacy" | "provider" | "runtime" | "utilities";
|
|
2
|
+
export declare const pluginSdkDocMetadata: {
|
|
3
|
+
readonly index: {
|
|
4
|
+
readonly category: "legacy";
|
|
5
|
+
};
|
|
6
|
+
readonly core: {
|
|
7
|
+
readonly category: "core";
|
|
8
|
+
};
|
|
9
|
+
readonly health: {
|
|
10
|
+
readonly category: "core";
|
|
11
|
+
};
|
|
12
|
+
readonly "approval-runtime": {
|
|
13
|
+
readonly category: "runtime";
|
|
14
|
+
};
|
|
15
|
+
readonly "approval-auth-runtime": {
|
|
16
|
+
readonly category: "runtime";
|
|
17
|
+
};
|
|
18
|
+
readonly "approval-client-runtime": {
|
|
19
|
+
readonly category: "runtime";
|
|
20
|
+
};
|
|
21
|
+
readonly "approval-delivery-runtime": {
|
|
22
|
+
readonly category: "runtime";
|
|
23
|
+
};
|
|
24
|
+
readonly "approval-native-runtime": {
|
|
25
|
+
readonly category: "runtime";
|
|
26
|
+
};
|
|
27
|
+
readonly "approval-reply-runtime": {
|
|
28
|
+
readonly category: "runtime";
|
|
29
|
+
};
|
|
30
|
+
readonly "plugin-entry": {
|
|
31
|
+
readonly category: "core";
|
|
32
|
+
};
|
|
33
|
+
readonly "access-groups": {
|
|
34
|
+
readonly category: "channel";
|
|
35
|
+
};
|
|
36
|
+
readonly "channel-actions": {
|
|
37
|
+
readonly category: "channel";
|
|
38
|
+
};
|
|
39
|
+
readonly "channel-config-schema": {
|
|
40
|
+
readonly category: "channel";
|
|
41
|
+
};
|
|
42
|
+
readonly "channel-config-schema-legacy": {
|
|
43
|
+
readonly category: "channel";
|
|
44
|
+
};
|
|
45
|
+
readonly "channel-contract": {
|
|
46
|
+
readonly category: "channel";
|
|
47
|
+
};
|
|
48
|
+
readonly "channel-pairing": {
|
|
49
|
+
readonly category: "channel";
|
|
50
|
+
};
|
|
51
|
+
readonly "channel-ingress": {
|
|
52
|
+
readonly category: "channel";
|
|
53
|
+
};
|
|
54
|
+
readonly "channel-ingress-runtime": {
|
|
55
|
+
readonly category: "channel";
|
|
56
|
+
};
|
|
57
|
+
readonly "channel-reply-pipeline": {
|
|
58
|
+
readonly category: "channel";
|
|
59
|
+
};
|
|
60
|
+
readonly "channel-setup": {
|
|
61
|
+
readonly category: "channel";
|
|
62
|
+
};
|
|
63
|
+
readonly "command-auth": {
|
|
64
|
+
readonly category: "channel";
|
|
65
|
+
};
|
|
66
|
+
readonly zalouser: {
|
|
67
|
+
readonly category: "channel";
|
|
68
|
+
};
|
|
69
|
+
readonly "command-status": {
|
|
70
|
+
readonly category: "channel";
|
|
71
|
+
};
|
|
72
|
+
readonly "command-status-runtime": {
|
|
73
|
+
readonly category: "runtime";
|
|
74
|
+
};
|
|
75
|
+
readonly "secret-input": {
|
|
76
|
+
readonly category: "channel";
|
|
77
|
+
};
|
|
78
|
+
readonly "webhook-ingress": {
|
|
79
|
+
readonly category: "channel";
|
|
80
|
+
};
|
|
81
|
+
readonly "provider-onboard": {
|
|
82
|
+
readonly category: "provider";
|
|
83
|
+
};
|
|
84
|
+
readonly "provider-selection-runtime": {
|
|
85
|
+
readonly category: "provider";
|
|
86
|
+
};
|
|
87
|
+
readonly "runtime-store": {
|
|
88
|
+
readonly category: "runtime";
|
|
89
|
+
};
|
|
90
|
+
readonly "agent-runtime": {
|
|
91
|
+
readonly category: "runtime";
|
|
92
|
+
};
|
|
93
|
+
readonly "speech-core": {
|
|
94
|
+
readonly category: "provider";
|
|
95
|
+
};
|
|
96
|
+
readonly "tts-runtime": {
|
|
97
|
+
readonly category: "runtime";
|
|
98
|
+
};
|
|
99
|
+
readonly "allow-from": {
|
|
100
|
+
readonly category: "utilities";
|
|
101
|
+
};
|
|
102
|
+
readonly "reply-payload": {
|
|
103
|
+
readonly category: "utilities";
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
export type PluginSdkDocEntrypoint = keyof typeof pluginSdkDocMetadata;
|
|
107
|
+
export declare function resolvePluginSdkDocImportSpecifier(entrypoint: PluginSdkDocEntrypoint): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PROJECT_NAME: "daocore";
|
|
2
2
|
export declare const MANIFEST_KEY: "daocore";
|
|
3
|
-
export declare const LEGACY_MANIFEST_KEYS: readonly ["clawdbot"];
|
|
3
|
+
export declare const LEGACY_MANIFEST_KEYS: readonly ["clawdbot", "openclaw"];
|
|
4
4
|
export declare const MACOS_APP_SOURCES_DIR: "apps/macos/Sources/DaoCore";
|
|
@@ -6,7 +6,7 @@ import { type PluginManifestCommandAlias } from "./manifest-command-aliases.js";
|
|
|
6
6
|
import type { PluginConfigUiHint } from "./manifest-types.js";
|
|
7
7
|
import type { PluginKind } from "./plugin-kind.types.js";
|
|
8
8
|
export declare const PLUGIN_MANIFEST_FILENAME = "daocore.plugin.json";
|
|
9
|
-
export declare const PLUGIN_MANIFEST_FILENAMES: readonly ["daocore.plugin.json"];
|
|
9
|
+
export declare const PLUGIN_MANIFEST_FILENAMES: readonly ["daocore.plugin.json", "openclaw.plugin.json"];
|
|
10
10
|
export declare const MAX_PLUGIN_MANIFEST_BYTES: number;
|
|
11
11
|
export declare function clearPluginManifestLoadCache(): void;
|
|
12
12
|
export type PluginManifestChannelConfig = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as PluginRuntime } from "./types-FUwVViJs.js";
|
|
2
|
-
import { f as sendMessageDiscord } from "./send-
|
|
2
|
+
import { f as sendMessageDiscord } from "./send-CTDEXMPp.js";
|
|
3
3
|
import { t as discordMessageActions } from "./channel-actions-kaGtvTpB.js";
|
|
4
4
|
|
|
5
5
|
//#region extensions/discord/src/runtime.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as DiscordChannelEdit, r as DiscordChannelMove, t as DiscordChannelCreate } from "./send.types-
|
|
1
|
+
import { n as DiscordChannelEdit, r as DiscordChannelMove, t as DiscordChannelCreate } from "./send.types-DU1uiiR9.js";
|
|
2
2
|
//#region extensions/discord/src/actions/runtime.moderation-shared.d.ts
|
|
3
3
|
type DiscordModerationAction = "timeout" | "kick" | "ban";
|
|
4
4
|
type DiscordModerationCommand = {
|
|
@@ -4,7 +4,7 @@ import { t as OutboundMediaAccess } from "./load-options-CTuppEe4.js";
|
|
|
4
4
|
import { f as ChunkMode } from "./outbound.types-gEprXV1y.js";
|
|
5
5
|
import { t as RequestClient } from "./rest-CE8PF7Nu.js";
|
|
6
6
|
import { d as DiscordComponentBuildResult, h as DiscordComponentMessageSpec } from "./components-D9TlXmrM.js";
|
|
7
|
-
import { v as DiscordSendResult } from "./send.types-
|
|
7
|
+
import { v as DiscordSendResult } from "./send.types-DU1uiiR9.js";
|
|
8
8
|
|
|
9
9
|
//#region extensions/discord/src/send.components.d.ts
|
|
10
10
|
type DiscordComponentSendOpts = {
|
|
@@ -7,7 +7,7 @@ import { t as RetryConfig } from "./retry-CrxGEpqH.js";
|
|
|
7
7
|
import { Et as APIRole, I as APIGuildMember, S as APIMessage, it as APIChannel, kt as Snowflake } from "./payload-U2icqU80.js";
|
|
8
8
|
import { a as APIGuildScheduledEventRecurrenceRule, i as APIGuildScheduledEventEntityMetadata, n as APIVoiceState, o as GuildScheduledEventEntityType, r as APIGuildScheduledEvent, s as GuildScheduledEventPrivacyLevel } from "./voice-Damkqy6G.js";
|
|
9
9
|
import { t as RequestClient } from "./rest-CE8PF7Nu.js";
|
|
10
|
-
import { S as DiscordTimeoutTarget, a as DiscordEmojiUpload, b as DiscordThreadCreate, c as DiscordModerationTarget, f as DiscordReactionSummary, g as DiscordSearchQuery, i as DiscordChannelPermissionSet, l as DiscordPermissionsSummary, m as DiscordRoleChange, n as DiscordChannelEdit, o as DiscordMessageEdit, r as DiscordChannelMove, s as DiscordMessageQuery, t as DiscordChannelCreate, u as DiscordReactOpts, v as DiscordSendResult, x as DiscordThreadList, y as DiscordStickerUpload } from "./send.types-
|
|
10
|
+
import { S as DiscordTimeoutTarget, a as DiscordEmojiUpload, b as DiscordThreadCreate, c as DiscordModerationTarget, f as DiscordReactionSummary, g as DiscordSearchQuery, i as DiscordChannelPermissionSet, l as DiscordPermissionsSummary, m as DiscordRoleChange, n as DiscordChannelEdit, o as DiscordMessageEdit, r as DiscordChannelMove, s as DiscordMessageQuery, t as DiscordChannelCreate, u as DiscordReactOpts, v as DiscordSendResult, x as DiscordThreadList, y as DiscordStickerUpload } from "./send.types-DU1uiiR9.js";
|
|
11
11
|
import { n as DiscordSendEmbeds, t as DiscordSendComponents } from "./send.shared-DFtuanuS.js";
|
|
12
12
|
|
|
13
13
|
//#region node_modules/discord-api-types/rest/v10/guildScheduledEvent.d.ts
|
|
@@ -6,6 +6,7 @@ import { P as MessageReceipt } from "./types-BVrDKTdl.js";
|
|
|
6
6
|
import { y as ChannelMessageActionAdapter } from "./types.core-Vx171EXS.js";
|
|
7
7
|
import { y as BackoffPolicy } from "./wsl-DGjWf35r.js";
|
|
8
8
|
import { r as waitForTransportReady } from "./transport-ready-CRskTZ8O.js";
|
|
9
|
+
|
|
9
10
|
//#region extensions/signal/src/format.d.ts
|
|
10
11
|
type SignalTextStyle = "BOLD" | "ITALIC" | "STRIKETHROUGH" | "MONOSPACE" | "SPOILER";
|
|
11
12
|
type SignalTextStyleRange = {
|
|
@@ -2,6 +2,7 @@ import { r as DaoCoreConfig } from "./types.daocore-z1fablj2.js";
|
|
|
2
2
|
import { P as MessageReceipt } from "./types-BVrDKTdl.js";
|
|
3
3
|
import { t as RetryConfig } from "./retry-CrxGEpqH.js";
|
|
4
4
|
import { t as RequestClient } from "./rest-CE8PF7Nu.js";
|
|
5
|
+
|
|
5
6
|
//#region extensions/discord/src/send.types.d.ts
|
|
6
7
|
declare class DiscordSendError extends Error {
|
|
7
8
|
kind?: "missing-permissions" | "dm-blocked";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as DaoCoreConfig } from "./types.daocore-z1fablj2.js";
|
|
2
|
-
import { t as getAcpSessionManager } from "./manager-
|
|
2
|
+
import { t as getAcpSessionManager } from "./manager-CuzV3XAs.js";
|
|
3
3
|
//#region src/agents/subagent-control.d.ts
|
|
4
4
|
declare function killSubagentRunAdmin(params: {
|
|
5
5
|
cfg: DaoCoreConfig;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { a as SandboxSshConfig, i as SandboxPruneConfig, t as SandboxBrowserConfig } from "./types-kd_AtXCR.js";
|
|
2
|
-
|
|
3
2
|
//#region src/plugin-sdk/test-helpers/sandbox-fixtures.d.ts
|
|
4
3
|
declare function createSandboxBrowserConfig(overrides?: Partial<SandboxBrowserConfig>): SandboxBrowserConfig;
|
|
5
4
|
declare function createSandboxPruneConfig(overrides?: Partial<SandboxPruneConfig>): SandboxPruneConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as DaoCoreConfig } from "./types.daocore-z1fablj2.js";
|
|
2
2
|
import { t as OutputRuntimeEnv } from "./runtime-Bxifh4bY.js";
|
|
3
|
-
import { t as MockFn } from "./vitest-mock-fn-Di7kE8og.js";
|
|
4
3
|
import { r as SandboxContext } from "./types-kd_AtXCR.js";
|
|
4
|
+
import { t as MockFn } from "./vitest-mock-fn-Di7kE8og.js";
|
|
5
5
|
import { AssistantMessage, UserMessage } from "@earendil-works/pi-ai";
|
|
6
6
|
import { AgentMessage } from "@earendil-works/pi-agent-core";
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as registerPluginHttpRoute } from "./http-registry-D3Cdok5J.js";
|
|
2
1
|
import { f as FixedWindowRateLimiter, i as WebhookInFlightLimiter } from "./webhook-request-guards-CQf6yUy9.js";
|
|
2
|
+
import { n as registerPluginHttpRoute } from "./http-registry-D3Cdok5J.js";
|
|
3
3
|
import { IncomingMessage, ServerResponse } from "node:http";
|
|
4
4
|
|
|
5
5
|
//#region src/plugin-sdk/webhook-targets.d.ts
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daocore",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.85",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "daocore",
|
|
9
|
-
"version": "2026.5.
|
|
9
|
+
"version": "2026.5.85",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { t as AcpSessionManager } from "./manager.core-BRd2_lqA.js";
|
|
2
|
-
|
|
3
|
-
//#region src/acp/control-plane/manager.d.ts
|
|
4
|
-
declare function getAcpSessionManager(): AcpSessionManager;
|
|
5
|
-
declare const testing: {
|
|
6
|
-
resetAcpSessionManagerForTests(): void;
|
|
7
|
-
setAcpSessionManagerForTests(manager: unknown): void;
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { testing as n, getAcpSessionManager as t };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { r as DaoCoreConfig } from "./types.daocore-z1fablj2.js";
|
|
2
|
-
import { n as GetReplyOptions, s as ReplyPayload } from "./get-reply-options.types-BXrapyJ-.js";
|
|
3
|
-
import { n as MsgContext, t as FinalizedMsgContext } from "./templating-ER7W_0Hh.js";
|
|
4
|
-
import { n as ReplyDispatcher } from "./reply-dispatcher.types-DxImExDW.js";
|
|
5
|
-
import { r as GetReplyFromConfig, t as DispatchFromConfigResult } from "./dispatch-from-config.types-DEbwG089.js";
|
|
6
|
-
import { i as ReplyDispatcherWithTypingOptions, r as ReplyDispatcherOptions } from "./provider-dispatcher.types-CiIZSB4-.js";
|
|
7
|
-
//#region src/auto-reply/dispatch.d.ts
|
|
8
|
-
type DispatchInboundResult = DispatchFromConfigResult;
|
|
9
|
-
declare function dispatchInboundMessage(params: {
|
|
10
|
-
ctx: MsgContext | FinalizedMsgContext;
|
|
11
|
-
cfg: DaoCoreConfig;
|
|
12
|
-
dispatcher: ReplyDispatcher;
|
|
13
|
-
replyOptions?: Omit<GetReplyOptions, "onBlockReply">;
|
|
14
|
-
replyResolver?: GetReplyFromConfig;
|
|
15
|
-
}): Promise<DispatchInboundResult>;
|
|
16
|
-
declare function dispatchInboundMessageWithBufferedDispatcher(params: {
|
|
17
|
-
ctx: MsgContext | FinalizedMsgContext;
|
|
18
|
-
cfg: DaoCoreConfig;
|
|
19
|
-
dispatcherOptions: ReplyDispatcherWithTypingOptions;
|
|
20
|
-
replyOptions?: Omit<GetReplyOptions, "onBlockReply">;
|
|
21
|
-
replyResolver?: GetReplyFromConfig;
|
|
22
|
-
}): Promise<DispatchInboundResult>;
|
|
23
|
-
declare function dispatchInboundMessageWithDispatcher(params: {
|
|
24
|
-
ctx: MsgContext | FinalizedMsgContext;
|
|
25
|
-
cfg: DaoCoreConfig;
|
|
26
|
-
dispatcherOptions: ReplyDispatcherOptions;
|
|
27
|
-
replyOptions?: Omit<GetReplyOptions, "onBlockReply">;
|
|
28
|
-
replyResolver?: GetReplyFromConfig;
|
|
29
|
-
}): Promise<DispatchInboundResult>;
|
|
30
|
-
//#endregion
|
|
31
|
-
//#region src/auto-reply/heartbeat-reply-payload.d.ts
|
|
32
|
-
declare function resolveHeartbeatReplyPayload(replyResult: ReplyPayload | ReplyPayload[] | undefined): ReplyPayload | undefined;
|
|
33
|
-
//#endregion
|
|
34
|
-
export { dispatchInboundMessageWithDispatcher as i, dispatchInboundMessage as n, dispatchInboundMessageWithBufferedDispatcher as r, resolveHeartbeatReplyPayload as t };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
File without changes
|
|
File without changes
|