mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
fix(plugin-sdk): export missing context-engine types (#61251)
* fix(plugin-sdk): export missing context-engine types Signed-off-by: DaevMithran <daevmithran1999@gmail.com> * build(plugin-sdk): refresh api baseline hash * docs(changelog): note context engine sdk exports --------- Signed-off-by: DaevMithran <daevmithran1999@gmail.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
@@ -88,10 +88,17 @@ export type { WizardPrompter } from "../wizard/prompts.js";
|
||||
export type { ContextEngineFactory } from "../context-engine/registry.js";
|
||||
export type { DiagnosticEventPayload } from "../infra/diagnostic-events.js";
|
||||
export type {
|
||||
AssembleResult,
|
||||
BootstrapResult,
|
||||
CompactResult,
|
||||
ContextEngine,
|
||||
ContextEngineInfo,
|
||||
ContextEngineMaintenanceResult,
|
||||
ContextEngineRuntimeContext,
|
||||
IngestBatchResult,
|
||||
IngestResult,
|
||||
SubagentEndReason,
|
||||
SubagentSpawnPreparation,
|
||||
TranscriptRewriteReplacement,
|
||||
TranscriptRewriteRequest,
|
||||
TranscriptRewriteResult,
|
||||
|
||||
Reference in New Issue
Block a user