Files
openclaw/src/plugin-sdk/native-command-registry.ts
2026-04-01 23:47:22 +09:00

18 lines
425 B
TypeScript

export {
buildCommandTextFromArgs,
findCommandByNativeName,
listChatCommands,
listNativeCommandSpecsForConfig,
parseCommandArgs,
resolveCommandArgChoices,
resolveCommandArgMenu,
serializeCommandArgs,
} from "../auto-reply/commands-registry.js";
export type {
ChatCommandDefinition,
CommandArgDefinition,
CommandArgValues,
CommandArgs,
NativeCommandSpec,
} from "../auto-reply/commands-registry.js";