mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 08:02:04 +00:00
perf(inbound): trim cold startup import graph (#52082)
* perf(inbound): trim cold startup import graph * chore(reply): drop redundant inline action type import * fix(inbound): restore warning and maintenance seams * fix(reply): restore type seam and secure forked transcripts
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
listChatCommandsForConfig,
|
||||
normalizeCommandBody,
|
||||
} from "./commands-registry.js";
|
||||
import { isAbortTrigger } from "./reply/abort.js";
|
||||
import { isAbortTrigger } from "./reply/abort-primitives.js";
|
||||
|
||||
export function hasControlCommand(
|
||||
text?: string,
|
||||
|
||||
Reference in New Issue
Block a user