@xenosystem/agent-sdk 0.8.12 → 0.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -597,6 +597,8 @@ declare class PermissionEngine {
597
597
  }>;
598
598
  private finalizeDecision;
599
599
  classifyAutoPermission(toolName: string, input: Record<string, unknown>): AutoPermissionDecision;
600
+ private contentDigest;
601
+ private hasShellComposition;
600
602
  private getCacheKey;
601
603
  private isPathInPersistentAllowedDirectory;
602
604
  private normalizePersistentApprovalKey;
@@ -597,6 +597,8 @@ declare class PermissionEngine {
597
597
  }>;
598
598
  private finalizeDecision;
599
599
  classifyAutoPermission(toolName: string, input: Record<string, unknown>): AutoPermissionDecision;
600
+ private contentDigest;
601
+ private hasShellComposition;
600
602
  private getCacheKey;
601
603
  private isPathInPersistentAllowedDirectory;
602
604
  private normalizePersistentApprovalKey;