@openclaw/slack 2026.8.2 → 2026.9.1
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/{action-runtime-B0kRJ69h.js → action-runtime-DND4Pyp2.js} +4 -4
- package/dist/action-runtime.runtime-CEhbmS-Z.js +2 -0
- package/dist/{actions-BOxiu2Vy.js → actions-fh66A6lc.js} +2 -2
- package/dist/api.js +8 -8
- package/dist/{approval-handler.runtime-l5_2JLqi.js → approval-handler.runtime-D7d8sKM0.js} +13 -8
- package/dist/{channel-BguxhhNG.js → channel-4m8IAdMD.js} +28 -23
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-type-ChkODKBW.js → channel-type-3-SqEMVc.js} +1 -1
- package/dist/{channel.setup-BJohRJha.js → channel.setup-t_ghLGb_.js} +2 -2
- package/dist/{config-schema-B9GwoRlE.js → config-schema-bP3eV2ra.js} +1 -1
- package/dist/{cursor-pages-eX7p8Wwt.js → cursor-pages-ByFwo-Py.js} +7 -1
- package/dist/{directory-live-BOILcXPo.js → directory-live-q32AW7N1.js} +2 -7
- package/dist/{group-policy-BYH74y50.js → group-policy-BKjMqT-8.js} +46 -87
- package/dist/{message-tool-api-BsZbsulu.js → message-tool-api-uNEfQYGY.js} +1 -1
- package/dist/message-tool-api.js +1 -1
- package/dist/{monitor-B72wWXWg.js → monitor-Chwu_SiZ.js} +3 -3
- package/dist/{outbound-adapter-CPgYQ-BM.js → outbound-adapter-BB8wAjm5.js} +3 -3
- package/dist/{pipeline.runtime-CcdujV99.js → pipeline.runtime-BklS_NEj.js} +61 -95
- package/dist/{policy-CUpBeOt9.js → policy-D7PKkiet.js} +1 -1
- package/dist/{provider-DW9YC_no.js → provider-Do50wMWn.js} +52 -35
- package/dist/{relay-source-BLMdBrAw.js → relay-source-DWuduiJ2.js} +1 -1
- package/dist/{replies-DLjQ8RYU.js → replies-Dc6WVh_Q.js} +9 -10
- package/dist/{resolve-channels-Bv6IiGZ4.js → resolve-channels-CU7Bg5Ka.js} +2 -7
- package/dist/{resolve-users-BXw2pA7y.js → resolve-users-DrhttvRQ.js} +1 -1
- package/dist/runtime-api.js +9 -9
- package/dist/{send-GUz4_v2E.js → send-Djswy6lf.js} +2 -2
- package/dist/{send.runtime-rScD-UJi.js → send.runtime-__WVTWLQ.js} +1 -1
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-Cc3P-z35.js → setup-surface-DO0e-MMS.js} +4 -4
- package/dist/{shared-CQGVZ_8a.js → shared-DEQBEKBL.js} +1 -1
- package/dist/{slash-dispatch.runtime-C2015r6s.js → slash-dispatch.runtime-C3B4h5ZM.js} +1 -1
- package/dist/{thread-ts-DUGhaYKq.js → thread-ts-CukseRVL.js} +5 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +4 -4
- package/dist/action-runtime.runtime-IuA14rev.js +0 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { C as isSlackNativeResponseUrlRejection, M as SLACK_TEXT_LIMIT, S as isSlackInvalidBlocksResponse, T as buildSlackBlocksFallbackText, Z as markdownToSlackMrkdwnChunks, b as hasSlackNativeDataBlock, d as resolveSlackReplyBlockResolution, f as resolveSlackReplyBlocks, l as hasSlackReplyStructuredContent, v as buildSlackNativeDataAccessibilityText } from "./group-policy-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { C as isSlackNativeResponseUrlRejection, M as SLACK_TEXT_LIMIT, S as isSlackInvalidBlocksResponse, T as buildSlackBlocksFallbackText, Z as markdownToSlackMrkdwnChunks, b as hasSlackNativeDataBlock, d as resolveSlackReplyBlockResolution, f as resolveSlackReplyBlocks, l as hasSlackReplyStructuredContent, v as buildSlackNativeDataAccessibilityText } from "./group-policy-BKjMqT-8.js";
|
|
2
|
+
import { n as resolveSlackReplyThreadTs } from "./thread-ts-CukseRVL.js";
|
|
3
|
+
import { h as chunkSlackTextAtHardLimit, m as buildSlackNativeDataDeliveryPlan, r as sendMessageSlack } from "./send-Djswy6lf.js";
|
|
4
|
+
import { a as createSlackResponseUrlBudget, i as SlackResponseAlreadyReportedError } from "./provider-Do50wMWn.js";
|
|
4
5
|
import { createMessageReceiptFromOutboundResults } from "openclaw/plugin-sdk/channel-outbound";
|
|
5
6
|
import { sanitizeAssistantVisibleText } from "openclaw/plugin-sdk/text-chunking";
|
|
6
7
|
import { createReplyReferencePlanner } from "openclaw/plugin-sdk/reply-reference";
|
|
@@ -127,17 +128,15 @@ function sanitizeSlackMonitorReplyPayload(payload) {
|
|
|
127
128
|
function resolveSlackMediaHookSpokenText(payload) {
|
|
128
129
|
return (getReplyPayloadTtsSupplement(payload)?.spokenText ?? payload.spokenText)?.trim() || void 0;
|
|
129
130
|
}
|
|
130
|
-
function resolveDeliveredSlackReplyThreadTs(params) {
|
|
131
|
-
return (params.replyToMode === "off" ? void 0 : params.payloadReplyToId) ?? params.replyThreadTs;
|
|
132
|
-
}
|
|
133
131
|
async function deliverReplies(params) {
|
|
134
132
|
let latestResult;
|
|
135
133
|
for (const payload of params.replies) {
|
|
136
134
|
if (payload.isReasoning === true) continue;
|
|
137
|
-
const threadTs =
|
|
135
|
+
const threadTs = resolveSlackReplyThreadTs({
|
|
138
136
|
replyToMode: params.replyToMode,
|
|
139
|
-
|
|
140
|
-
|
|
137
|
+
replyToId: payload.replyToId,
|
|
138
|
+
threadId: params.replyThreadTs,
|
|
139
|
+
replyToCurrent: payload.replyToCurrent
|
|
141
140
|
});
|
|
142
141
|
const reply = resolveSendableOutboundReplyParts(payload);
|
|
143
142
|
const textRaw = reply.hasText && !isSilentReplyText(reply.trimmedText, SILENT_REPLY_TOKEN) ? reply.trimmedText : void 0;
|
|
@@ -526,4 +525,4 @@ async function deliverSlackSlashReplies(params) {
|
|
|
526
525
|
}
|
|
527
526
|
}
|
|
528
527
|
//#endregion
|
|
529
|
-
export {
|
|
528
|
+
export { resolveSlackThreadTs as a, readSlackReplyBlocks as i, deliverReplies as n, sanitizeSlackMonitorReplyPayload as o, deliverSlackSlashReplies as r, emitSlackMessageSentHooks as s, createSlackReplyDeliveryPlan as t };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-8H4AJuhK.js";
|
|
2
2
|
import { a as parseSlackTarget, n as formatSlackTarget } from "./target-parsing-PbxGDbr9.js";
|
|
3
3
|
import { s as createSlackLookupClient } from "./probe-gj5yQgN2.js";
|
|
4
|
-
import { t as collectSlackCursorPages } from "./cursor-pages-
|
|
4
|
+
import { n as fetchSlackChannelListPage, t as collectSlackCursorPages } from "./cursor-pages-ByFwo-Py.js";
|
|
5
5
|
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
6
6
|
import { resolveDirectoryAllowlistEntries } from "openclaw/plugin-sdk/directory-runtime";
|
|
7
7
|
//#region extensions/slack/src/resolve-channels.ts
|
|
@@ -39,12 +39,7 @@ function parseSlackChannelMention(raw) {
|
|
|
39
39
|
}
|
|
40
40
|
async function listSlackChannels(client) {
|
|
41
41
|
return collectSlackCursorPages({
|
|
42
|
-
fetchPage: (cursor) => client
|
|
43
|
-
types: "public_channel,private_channel",
|
|
44
|
-
exclude_archived: false,
|
|
45
|
-
limit: 1e3,
|
|
46
|
-
cursor
|
|
47
|
-
}),
|
|
42
|
+
fetchPage: (cursor) => fetchSlackChannelListPage(client, cursor),
|
|
48
43
|
collectPageItems: (res) => (res.channels ?? []).map((channel) => {
|
|
49
44
|
const id = channel.id?.trim();
|
|
50
45
|
const name = channel.name?.trim();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-8H4AJuhK.js";
|
|
2
2
|
import { a as parseSlackTarget, n as formatSlackTarget } from "./target-parsing-PbxGDbr9.js";
|
|
3
3
|
import { s as createSlackLookupClient } from "./probe-gj5yQgN2.js";
|
|
4
|
-
import { t as collectSlackCursorPages } from "./cursor-pages-
|
|
4
|
+
import { t as collectSlackCursorPages } from "./cursor-pages-ByFwo-Py.js";
|
|
5
5
|
import { normalizeLowercaseStringOrEmpty, normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
6
6
|
import { resolveDirectoryAllowlistEntries } from "openclaw/plugin-sdk/directory-runtime";
|
|
7
7
|
//#region extensions/slack/src/resolve-users.ts
|
package/dist/runtime-api.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { t as registerSlackPluginHttpRoutes } from "./plugin-routes-CLp4obpN.js";
|
|
2
2
|
import { a as resolveSlackAccount, d as resolveSlackAppToken, f as resolveSlackBotToken, i as resolveDefaultSlackAccountId, n as listSlackAccountIds, t as listEnabledSlackAccounts } from "./accounts-Dm_H77gH.js";
|
|
3
|
-
import { i as resolveSlackGroupToolPolicy, r as resolveSlackGroupRequireMention } from "./group-policy-
|
|
3
|
+
import { i as resolveSlackGroupToolPolicy, r as resolveSlackGroupRequireMention } from "./group-policy-BKjMqT-8.js";
|
|
4
4
|
import { t as probeSlack } from "./probe-gj5yQgN2.js";
|
|
5
5
|
import { r as setSlackRuntime } from "./runtime-JSVZSWAj.js";
|
|
6
|
-
import { c as listSlackPins, d as reactSlackMessage, f as readSlackMessages, g as unpinSlackMessage, h as sendSlackMessage, i as editSlackMessage, l as listSlackReactions, m as removeSlackReaction, n as deleteSlackMessage, o as getSlackMemberInfo, p as removeOwnSlackReactions, s as listSlackEmojis, u as pinSlackMessage } from "./actions-
|
|
7
|
-
import { r as sendMessageSlack } from "./send-
|
|
8
|
-
import { t as resolveSlackChannelAllowlist } from "./resolve-channels-
|
|
9
|
-
import { t as resolveSlackUserAllowlist } from "./resolve-users-
|
|
10
|
-
import { t as monitorSlackProvider } from "./provider-
|
|
11
|
-
import { n as slackActionRuntime, t as handleSlackAction } from "./action-runtime-
|
|
12
|
-
import { n as listSlackDirectoryGroupsLive, r as listSlackDirectoryPeersLive } from "./directory-live-
|
|
13
|
-
import "./monitor-
|
|
6
|
+
import { c as listSlackPins, d as reactSlackMessage, f as readSlackMessages, g as unpinSlackMessage, h as sendSlackMessage, i as editSlackMessage, l as listSlackReactions, m as removeSlackReaction, n as deleteSlackMessage, o as getSlackMemberInfo, p as removeOwnSlackReactions, s as listSlackEmojis, u as pinSlackMessage } from "./actions-fh66A6lc.js";
|
|
7
|
+
import { r as sendMessageSlack } from "./send-Djswy6lf.js";
|
|
8
|
+
import { t as resolveSlackChannelAllowlist } from "./resolve-channels-CU7Bg5Ka.js";
|
|
9
|
+
import { t as resolveSlackUserAllowlist } from "./resolve-users-DrhttvRQ.js";
|
|
10
|
+
import { t as monitorSlackProvider } from "./provider-Do50wMWn.js";
|
|
11
|
+
import { n as slackActionRuntime, t as handleSlackAction } from "./action-runtime-DND4Pyp2.js";
|
|
12
|
+
import { n as listSlackDirectoryGroupsLive, r as listSlackDirectoryPeersLive } from "./directory-live-q32AW7N1.js";
|
|
13
|
+
import "./monitor-Chwu_SiZ.js";
|
|
14
14
|
export { deleteSlackMessage, editSlackMessage, getSlackMemberInfo, handleSlackAction, listEnabledSlackAccounts, listSlackAccountIds, listSlackDirectoryGroupsLive, listSlackDirectoryPeersLive, listSlackEmojis, listSlackPins, listSlackReactions, monitorSlackProvider, pinSlackMessage, probeSlack, reactSlackMessage, readSlackMessages, registerSlackPluginHttpRoutes, removeOwnSlackReactions, removeSlackReaction, resolveDefaultSlackAccountId, resolveSlackAccount, resolveSlackAppToken, resolveSlackBotToken, resolveSlackChannelAllowlist, resolveSlackGroupRequireMention, resolveSlackGroupToolPolicy, resolveSlackUserAllowlist, sendMessageSlack, sendSlackMessage, setSlackRuntime, slackActionRuntime, unpinSlackMessage };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as resolveSlackAccount, l as resolveSlackOperationToken } from "./accounts-Dm_H77gH.js";
|
|
2
2
|
import { a as parseSlackTarget, t as canonicalizeSlackApiTargetId } from "./target-parsing-PbxGDbr9.js";
|
|
3
|
-
import { A as SLACK_MESSAGE_TEXT_HARD_LIMIT, D as renderSlackBlockFallbackText, E as buildSlackCompleteBlocksFallbackText, L as truncateSlackText, M as SLACK_TEXT_LIMIT, R as truncateSlackTextByUtf8Bytes, X as chunkSlackMrkdwnText, Z as markdownToSlackMrkdwnChunks, _ as appendSlackNativeDataPlainTextFallback, b as hasSlackNativeDataBlock, c as assertSlackDetachedTargetAllowed, j as SLACK_MESSAGE_TEXT_RECOMMENDED_LIMIT, k as SLACK_EDIT_TEXT_MAX_BYTES, q as resolveSlackQuestionActionIds, st as validateSlackBlocksArray, v as buildSlackNativeDataAccessibilityText, w as stripSlackNativeDataBlocks, x as isSlackInvalidBlocksError, y as createSlackNativeDataBaseTextConsumer, z as SLACK_QUESTION_FINALIZATION_BLOCKS } from "./group-policy-
|
|
3
|
+
import { A as SLACK_MESSAGE_TEXT_HARD_LIMIT, D as renderSlackBlockFallbackText, E as buildSlackCompleteBlocksFallbackText, L as truncateSlackText, M as SLACK_TEXT_LIMIT, R as truncateSlackTextByUtf8Bytes, X as chunkSlackMrkdwnText, Z as markdownToSlackMrkdwnChunks, _ as appendSlackNativeDataPlainTextFallback, b as hasSlackNativeDataBlock, c as assertSlackDetachedTargetAllowed, j as SLACK_MESSAGE_TEXT_RECOMMENDED_LIMIT, k as SLACK_EDIT_TEXT_MAX_BYTES, q as resolveSlackQuestionActionIds, st as validateSlackBlocksArray, v as buildSlackNativeDataAccessibilityText, w as stripSlackNativeDataBlocks, x as isSlackInvalidBlocksError, y as createSlackNativeDataBaseTextConsumer, z as SLACK_QUESTION_FINALIZATION_BLOCKS } from "./group-policy-BKjMqT-8.js";
|
|
4
4
|
import { c as createSlackReadClient, m as getSlackWriteClient, o as formatSlackError, u as createSlackTokenCacheKey } from "./probe-gj5yQgN2.js";
|
|
5
|
-
import {
|
|
5
|
+
import { r as resolveSlackThreadTsValue, t as normalizeSlackThreadTsCandidate } from "./thread-ts-CukseRVL.js";
|
|
6
6
|
import { t as getOptionalSlackRuntime } from "./runtime-JSVZSWAj.js";
|
|
7
7
|
import { isRecord, normalizeLowercaseStringOrEmpty, normalizeOptionalString, normalizeTrimmedStringList } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
8
8
|
import { createMessageReceiptFromOutboundResults } from "openclaw/plugin-sdk/channel-outbound";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as updateMessageSlack, n as resolveSlackDmChannelId, r as sendMessageSlack, t as reconcileSlackUnknownSend } from "./send-
|
|
1
|
+
import { a as updateMessageSlack, n as resolveSlackDmChannelId, r as sendMessageSlack, t as reconcileSlackUnknownSend } from "./send-Djswy6lf.js";
|
|
2
2
|
export { reconcileSlackUnknownSend, resolveSlackDmChannelId, sendMessageSlack, updateMessageSlack };
|
package/dist/setup-plugin-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as slackSetupPlugin } from "./channel.setup-
|
|
1
|
+
import { t as slackSetupPlugin } from "./channel.setup-t_ghLGb_.js";
|
|
2
2
|
export { slackSetupPlugin };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { i as resolveDefaultSlackAccountId, o as resolveSlackAccountAllowFrom } from "./accounts-Dm_H77gH.js";
|
|
2
2
|
import { t as inspectSlackAccount } from "./account-inspect-C3sePHWa.js";
|
|
3
|
-
import "./shared-
|
|
4
|
-
import { o as SLACK_CHANNEL, r as createSlackSetupWizardBase } from "./channel.setup-
|
|
5
|
-
import { t as resolveSlackChannelAllowlist } from "./resolve-channels-
|
|
6
|
-
import { t as resolveSlackUserAllowlist } from "./resolve-users-
|
|
3
|
+
import "./shared-DEQBEKBL.js";
|
|
4
|
+
import { o as SLACK_CHANNEL, r as createSlackSetupWizardBase } from "./channel.setup-t_ghLGb_.js";
|
|
5
|
+
import { t as resolveSlackChannelAllowlist } from "./resolve-channels-CU7Bg5Ka.js";
|
|
6
|
+
import { t as resolveSlackUserAllowlist } from "./resolve-users-DrhttvRQ.js";
|
|
7
7
|
import { normalizeStringEntries } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
8
8
|
import { resolveBasicAllowFromEntries } from "openclaw/plugin-sdk/allow-from";
|
|
9
9
|
import { createSetupTranslator, noteChannelLookupFailure, noteChannelLookupSummary, parseMentionOrPrefixedId, patchChannelConfigForAccount, promptResolvedAllowFrom, resolveEntriesWithOptionalToken, resolveSetupAccountId, splitSetupEntries } from "openclaw/plugin-sdk/setup-runtime";
|
|
@@ -3,7 +3,7 @@ import { n as listSlackAccountIds, o as resolveSlackAccountAllowFrom, r as merge
|
|
|
3
3
|
import { t as inspectSlackAccount } from "./account-inspect-C3sePHWa.js";
|
|
4
4
|
import { a as parseSlackTarget } from "./target-parsing-PbxGDbr9.js";
|
|
5
5
|
import { a as slackIngressIdentity, t as probeSlack } from "./probe-gj5yQgN2.js";
|
|
6
|
-
import { n as slackBaseConfigAdapter, t as slackSetupPlugin } from "./channel.setup-
|
|
6
|
+
import { n as slackBaseConfigAdapter, t as slackSetupPlugin } from "./channel.setup-t_ghLGb_.js";
|
|
7
7
|
import { n as normalizeCompatibilityConfig, t as legacyConfigRules } from "./doctor-contract-BNjw9bxb.js";
|
|
8
8
|
import { n as collectRuntimeConfigAssignments, r as secretTargetRegistryEntries } from "./secret-contract-DxmvbxBF.js";
|
|
9
9
|
import { DEFAULT_ACCOUNT_ID as DEFAULT_ACCOUNT_ID$1 } from "openclaw/plugin-sdk/account-id";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { o as sanitizeSlackMonitorReplyPayload, r as deliverSlackSlashReplies$1 } from "./replies-Dc6WVh_Q.js";
|
|
2
2
|
import { resolveAgentRoute as resolveAgentRoute$1 } from "openclaw/plugin-sdk/routing";
|
|
3
3
|
import { resolveMarkdownTableMode as resolveMarkdownTableMode$1 } from "openclaw/plugin-sdk/markdown-table-runtime";
|
|
4
4
|
import { resolveConversationLabel as resolveConversationLabel$1 } from "openclaw/plugin-sdk/conversation-runtime";
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
2
2
|
//#region extensions/slack/src/thread-ts.ts
|
|
3
3
|
const SLACK_THREAD_TS_PATTERN = /^\d+\.\d+$/;
|
|
4
|
+
function resolveSlackReplyThreadTs(params) {
|
|
5
|
+
const replyToId = params.replyToMode === "off" ? void 0 : params.replyToId;
|
|
6
|
+
return params.replyToCurrent || params.replyToIsExplicit === false ? params.threadId ?? replyToId : replyToId ?? params.threadId;
|
|
7
|
+
}
|
|
4
8
|
function normalizeSlackThreadTsCandidate(value) {
|
|
5
9
|
if (typeof value !== "string") return;
|
|
6
10
|
const normalized = normalizeOptionalString(value);
|
|
@@ -10,4 +14,4 @@ function resolveSlackThreadTsValue(params) {
|
|
|
10
14
|
return normalizeSlackThreadTsCandidate(params.replyToId) ?? normalizeSlackThreadTsCandidate(params.threadId);
|
|
11
15
|
}
|
|
12
16
|
//#endregion
|
|
13
|
-
export {
|
|
17
|
+
export { resolveSlackReplyThreadTs as n, resolveSlackThreadTsValue as r, normalizeSlackThreadTsCandidate as t };
|
package/openclaw.plugin.json
CHANGED
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
},
|
|
2952
2952
|
"streaming.progress.style": {
|
|
2953
2953
|
"label": "Slack Progress Style",
|
|
2954
|
-
"help": "Slack progress presentation: \"card\"
|
|
2954
|
+
"help": "Slack progress presentation: \"card\" uses structured task/session cards; \"compact\" keeps one editable text draft that the final answer replaces in place when Slack can safely edit it. Defaults to \"compact\" when progress.toolProgress is false, otherwise \"card\"."
|
|
2955
2955
|
},
|
|
2956
2956
|
"streaming.progress.nativeTaskCards": {
|
|
2957
2957
|
"label": "Slack Native Progress Task Cards",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/slack",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.9.1",
|
|
4
4
|
"description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"zod": "4.4.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"openclaw": ">=2026.
|
|
22
|
+
"openclaw": ">=2026.9.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependenciesMeta": {
|
|
25
25
|
"openclaw": {
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
"allowInvalidConfigRecovery": true
|
|
152
152
|
},
|
|
153
153
|
"compat": {
|
|
154
|
-
"pluginApi": ">=2026.
|
|
154
|
+
"pluginApi": ">=2026.9.1"
|
|
155
155
|
},
|
|
156
156
|
"build": {
|
|
157
|
-
"openclawVersion": "2026.
|
|
157
|
+
"openclawVersion": "2026.9.1",
|
|
158
158
|
"bundledDist": false
|
|
159
159
|
},
|
|
160
160
|
"release": {
|