commands-context.ts
Interaktion und Portierbarkeitunbekannt
import { normalizeAnyChannelId } from "../../channels/registry.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import {
normalizeLowercaseStringOrEmpty,
normalizeOptionalString,
} from "../../shared/string-coerce.js"; import { resolveCommandAuthorization } from "../command-auth.js"; import { normalizeCommandBody } from "../commands-registry-normalize.js"; import type { MsgContext } from "../templating.js"; import type { CommandContext } from "./commands-types.js"; import { stripMentions } from "./mentions.js";