fix(core): restore session reset defaults and type seams

This commit is contained in:
Vincent Koc
2026-03-19 09:06:02 -07:00
parent 7bc7dd055a
commit 0aa4950d21
12 changed files with 184 additions and 30 deletions

View File

@@ -55,6 +55,7 @@ export type {
OpenClawPluginDefinition,
PluginCommandContext,
PluginLogger,
PluginCommandContext,
PluginInteractiveTelegramHandlerContext,
} from "../plugins/types.js";
export type { OpenClawConfig } from "../config/config.js";