fix(plugin-sdk): keep memory host wildcard shims · openclaw/openclaw@2ccdbc7
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +export * from "../../packages/memory-host-sdk/src/engine-foundation.js"; |
1 | 2 | export { |
2 | 3 | resolveAgentContextLimits, |
3 | 4 | resolveAgentDir, |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js"; |
| 1 | +export * from "../../packages/memory-host-sdk/src/runtime-core.js"; |
2 | 2 | export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js"; |
3 | 3 | export { |
4 | 4 | asToolParamsRecord, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。