test: stabilize full gate

This commit is contained in:
Peter Steinberger
2026-03-17 16:21:51 +00:00
parent 647fb9cc3e
commit 9f8cf7f71a
44 changed files with 4316 additions and 128 deletions

View File

@@ -1,8 +1,6 @@
import {
createEnvPatchedAccountSetupAdapter,
DEFAULT_ACCOUNT_ID,
formatCliCommand,
formatDocsLink,
patchChannelConfigForAccount,
promptResolvedAllowFrom,
splitSetupEntries,
@@ -10,6 +8,7 @@ import {
type WizardPrompter,
} from "openclaw/plugin-sdk/setup";
import type { ChannelSetupAdapter, ChannelSetupDmPolicy } from "openclaw/plugin-sdk/setup";
import { formatCliCommand, formatDocsLink } from "openclaw/plugin-sdk/telegram";
import { resolveDefaultTelegramAccountId, resolveTelegramAccount } from "./accounts.js";
import { fetchTelegramChatId } from "./api-fetch.js";