fix(telegram): import native reply helper

This commit is contained in:
Peter Steinberger
2026-01-07 02:17:36 +00:00
parent d7bc5b58fc
commit 59502552ae

View File

@@ -14,6 +14,7 @@ import {
listNativeCommandSpecs,
} from "../auto-reply/commands-registry.js";
import { formatAgentEnvelope } from "../auto-reply/envelope.js";
import { getReplyFromConfig } from "../auto-reply/reply.js";
import { dispatchReplyFromConfig } from "../auto-reply/reply/dispatch-from-config.js";
import {
buildMentionRegexes,