mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
refactor: trim core command dead exports
This commit is contained in:
@@ -569,9 +569,3 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export function serializeToolDisplayConfig(
|
||||
config: ToolDisplayConfig = TOOL_DISPLAY_CONFIG,
|
||||
): string {
|
||||
return `${JSON.stringify(config, null, 2)}\n`;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ export type {
|
||||
CommandDetection,
|
||||
CommandNormalizeOptions,
|
||||
CommandScope,
|
||||
CommandTier,
|
||||
NativeCommandSpec,
|
||||
ShouldHandleTextCommandsParams,
|
||||
} from "./commands-registry.types.js";
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { OpenClawConfig } from "../config/types.js";
|
||||
import type { CommandArgValues } from "./commands-args.types.js";
|
||||
import type { ThinkingCatalogEntry } from "./thinking.shared.js";
|
||||
|
||||
export type { CommandArgValue, CommandArgValues, CommandArgs } from "./commands-args.types.js";
|
||||
export type { CommandArgValues, CommandArgs } from "./commands-args.types.js";
|
||||
|
||||
export type CommandScope = "text" | "native" | "both";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user