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:
Daev Mithran
2026-04-05 15:49:19 +07:00
committed by GitHub
parent 19e97193d3
commit 03be4c2489
3 changed files with 10 additions and 2 deletions

View File

@@ -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,