fix(core): remove unused getPathIdentity import in shell.ts

This commit is contained in:
Spencer
2026-04-13 21:29:26 +00:00
parent 7181242f69
commit ee635bb0e9

View File

@@ -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,