mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix(claws): use current bounded file reader
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import { dirname, relative, resolve, sep } from "node:path";
|
||||
import { resolveAgentWorkspaceDir } from "../agents/agent-scope.js";
|
||||
import { openLocalAgentAvatarFile } from "../agents/identity-avatar-file.js";
|
||||
import type { OpenClawConfig } from "../config/types.openclaw.js";
|
||||
import { readFileDescriptorBoundedSync } from "../infra/file-descriptor-read.js";
|
||||
import { readFileDescriptorBoundedSync } from "../infra/boundary-file-read.js";
|
||||
import { root as fsSafeRoot } from "../infra/fs-safe.js";
|
||||
import { AVATAR_MAX_BYTES, isAvatarDataUrl, isAvatarHttpUrl } from "../shared/avatar-policy.js";
|
||||
import type { OpenClawStateDatabaseOptions } from "../state/openclaw-state-db.js";
|
||||
|
||||
Reference in New Issue
Block a user