refactor: move feishu zalo zalouser to setup wizard

This commit is contained in:
Peter Steinberger
2026-03-15 18:22:57 -07:00
parent 71a69e5337
commit 40be12db96
14 changed files with 675 additions and 560 deletions

View File

@@ -13,10 +13,6 @@ export { logTypingFailure } from "../channels/logging.js";
export type { AllowlistMatch } from "../channels/plugins/allowlist-match.js";
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";
export { createActionGate } from "../agents/tools/common.js";
export type {
ChannelOnboardingAdapter,
ChannelOnboardingDmPolicy,
} from "../channels/plugins/onboarding-types.js";
export {
buildSingleChannelSecretPromptState,
addWildcardAllowFrom,
@@ -66,6 +62,10 @@ export type { RuntimeEnv } from "../runtime.js";
export { formatDocsLink } from "../terminal/links.js";
export { evaluateSenderGroupAccessForPolicy } from "./group-access.js";
export type { WizardPrompter } from "../wizard/prompts.js";
export {
feishuSetupAdapter,
feishuSetupWizard,
} from "../../extensions/feishu/src/setup-surface.js";
export { buildAgentMediaPayload } from "./agent-media-payload.js";
export { readJsonFileWithFallback } from "./json-store.js";
export { createScopedPairingAccess } from "./pairing-access.js";