mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 06:06:08 +00:00
* refactor(infra): share guarded body-stream cleanup across fetch consumers * refactor(agents): extract shared runtime model locality for llm watchdogs * refactor(auto-reply): share exec approval route resolution between command handlers * refactor(plugin-sdk): share approval reaction hint text helpers * refactor(plugin-sdk): share planned migration target resolution * refactor(infra): use canonical sleep helper in backup retry * docs(plugins): mention shared migration targets and reaction hint helpers * chore(plugin-sdk): pin surface budgets for reaction hint and migration target helpers
6 lines
235 B
TypeScript
6 lines
235 B
TypeScript
// Migrate Hermes plugin re-exports the shared migration target resolution.
|
|
export {
|
|
resolvePlannedMigrationTargets as resolveTargets,
|
|
type PlannedMigrationTargets as PlannedTargets,
|
|
} from "openclaw/plugin-sdk/migration-runtime";
|