diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 130ca9c2a5..e9318c466f 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -94,11 +94,7 @@ export * from './utils/approvalModeUtils.js'; export * from './utils/fileDiffUtils.js'; export * from './utils/retry.js'; export * from './utils/shell-utils.js'; -export { - PolicyDecision, - ApprovalMode, - PRIORITY_YOLO_ALLOW_ALL, -} from './policy/types.js'; +export { PolicyDecision, ApprovalMode } from './policy/types.js'; export * from './utils/tool-utils.js'; export * from './utils/terminalSerializer.js'; export * from './utils/systemEncoding.js';