From 2ccdbc7dd93bfcb08e100a479af79d8d8a211d97 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 12:08:09 +0100 Subject: [PATCH] fix(plugin-sdk): keep memory host wildcard shims --- src/plugin-sdk/memory-core-host-engine-foundation.ts | 1 + src/plugin-sdk/memory-core-host-runtime-core.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugin-sdk/memory-core-host-engine-foundation.ts b/src/plugin-sdk/memory-core-host-engine-foundation.ts index f3ed308c28c..914f3eb947f 100644 --- a/src/plugin-sdk/memory-core-host-engine-foundation.ts +++ b/src/plugin-sdk/memory-core-host-engine-foundation.ts @@ -1,3 +1,4 @@ +export * from "../../packages/memory-host-sdk/src/engine-foundation.js"; export { resolveAgentContextLimits, resolveAgentDir, diff --git a/src/plugin-sdk/memory-core-host-runtime-core.ts b/src/plugin-sdk/memory-core-host-runtime-core.ts index 8acdc52ca08..6442dd1835a 100644 --- a/src/plugin-sdk/memory-core-host-runtime-core.ts +++ b/src/plugin-sdk/memory-core-host-runtime-core.ts @@ -1,4 +1,4 @@ -export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js"; +export * from "../../packages/memory-host-sdk/src/runtime-core.js"; export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js"; export { asToolParamsRecord,