fix(FN-5083): export rebind result type for dashboard route

This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 17:17:15 -07:00
committed by gsxdsm
parent 211c361cd7
commit fe671a5efc

View File

@@ -238,7 +238,7 @@ export { RoutineScheduler, type RoutineSchedulerOptions } from "./routine-schedu
export { StuckTaskDetector, type StuckTaskDetectorOptions, type DisposableSession } from "./stuck-task-detector.js";
export { HeartbeatMonitor, HeartbeatTriggerScheduler, type WakeContext } from "./agent-heartbeat.js";
export { TokenCapDetector, type TokenCapCheckResult } from "./token-cap-detector.js";
export { SelfHealingManager, type SelfHealingOptions } from "./self-healing.js";
export { SelfHealingManager, type SelfHealingOptions, type RebindResult } from "./self-healing.js";
export { PluginRunner, type PluginRunnerOptions } from "./plugin-runner.js";
// Agent runtime abstraction
export { type AgentRuntime, type AgentRuntimeOptions, type AgentSessionResult } from "./agent-runtime.js";