mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 04:19:48 +00:00
refactor: centralize channel ingress access
This commit is contained in:
@@ -2,12 +2,26 @@ export {
|
||||
buildCommandTextFromArgs,
|
||||
findCommandByNativeName,
|
||||
formatCommandArgMenuTitle,
|
||||
listChatCommands,
|
||||
listNativeCommandSpecs,
|
||||
listNativeCommandSpecsForConfig,
|
||||
maybeResolveTextAlias,
|
||||
normalizeCommandBody,
|
||||
parseCommandArgs,
|
||||
serializeCommandArgs,
|
||||
resolveCommandArgMenu,
|
||||
} from "../auto-reply/commands-registry.js";
|
||||
export type { CommandArgs } from "../auto-reply/commands-registry.js";
|
||||
export type {
|
||||
ChatCommandDefinition,
|
||||
CommandArgDefinition,
|
||||
CommandArgValues,
|
||||
CommandArgs,
|
||||
NativeCommandSpec,
|
||||
} from "../auto-reply/commands-registry.js";
|
||||
export {
|
||||
hasControlCommand,
|
||||
shouldComputeCommandAuthorized,
|
||||
} from "../auto-reply/command-detection.js";
|
||||
export {
|
||||
resolveCommandAuthorizedFromAuthorizers,
|
||||
resolveControlCommandGate,
|
||||
@@ -18,3 +32,6 @@ export {
|
||||
type CommandAuthorization,
|
||||
} from "../auto-reply/command-auth.js";
|
||||
export { resolveStoredModelOverride } from "../auto-reply/reply/stored-model-override.js";
|
||||
export type { ModelsProviderData } from "../auto-reply/reply/commands-models.js";
|
||||
export { listSkillCommandsForAgents } from "../auto-reply/skill-commands.js";
|
||||
export { listProviderPluginCommandSpecs } from "../plugins/command-specs.js";
|
||||
|
||||
Reference in New Issue
Block a user