fix(feishu): gate reasoning previews to stream sessions (#61271)

This commit is contained in:
Vincent Koc
2026-04-05 10:40:22 +01:00
committed by GitHub
parent 64cf52ca20
commit d609f71c9b
9 changed files with 146 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ export {
filterSupplementalContextItems,
resolveChannelContextVisibilityMode,
} from "openclaw/plugin-sdk/config-runtime";
export { loadSessionStore, resolveSessionStoreEntry } from "openclaw/plugin-sdk/config-runtime";
export { readJsonFileWithFallback } from "openclaw/plugin-sdk/json-store";
export { createPersistentDedupe } from "openclaw/plugin-sdk/persistent-dedupe";
export { normalizeAgentId } from "openclaw/plugin-sdk/routing";