mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-24 23:11:13 +00:00
* fix(agents): keep model fallback turn-local instead of persisting over user pins * fix(telegram): use live config snapshots per operation Co-authored-by: Ayaan Zaidi <hi@obviy.us> * test(telegram): fix config snapshot type coverage --------- Co-authored-by: Ayaan Zaidi <hi@obviy.us>
5 lines
334 B
TypeScript
5 lines
334 B
TypeScript
// Telegram plugin module implements bot message context behavior.
|
|
export { createStatusReactionController } from "openclaw/plugin-sdk/channel-feedback";
|
|
export { recordChannelActivity } from "openclaw/plugin-sdk/channel-activity-runtime";
|
|
export { ensureConfiguredBindingRouteReady } from "openclaw/plugin-sdk/conversation-runtime";
|