We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd036d9 commit 3567bd1Copy full SHA for 3567bd1
1 file changed
extensions/imessage/src/cli-output.ts
@@ -1,6 +1,6 @@
1
// Imessage plugin module implements cli output behavior.
2
import type { ChildProcessWithoutNullStreams } from "node:child_process";
3
-import { sliceUtf16Safe } from "@openclaw/normalization-core/utf16-slice";
+import { sliceUtf16Safe } from "openclaw/plugin-sdk/text-utility-runtime";
4
5
const IMESSAGE_CLI_STDOUT_MAX_CHARS = 8 * 1024 * 1024;
6
const IMESSAGE_CLI_STDERR_TAIL_CHARS = 64 * 1024;
0 commit comments