From ee635bb0e9733d70ddb69c15214ca4f5d56b0a1e Mon Sep 17 00:00:00 2001 From: Spencer Date: Mon, 13 Apr 2026 21:29:26 +0000 Subject: [PATCH] fix(core): remove unused getPathIdentity import in shell.ts --- packages/core/src/tools/shell.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/core/src/tools/shell.ts b/packages/core/src/tools/shell.ts index 575f3ac4ab..f3c0f9a571 100644 --- a/packages/core/src/tools/shell.ts +++ b/packages/core/src/tools/shell.ts @@ -10,10 +10,7 @@ import path from 'node:path'; import os from 'node:os'; import crypto from 'node:crypto'; import { debugLogger } from '../utils/debugLogger.js'; -import { - type SandboxPermissions, - getPathIdentity, -} from '../services/sandboxManager.js'; +import { type SandboxPermissions } from '../services/sandboxManager.js'; import { ToolErrorType } from './tool-error.js'; import { BaseDeclarativeTool,