@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.
package/dist/index.d.cts CHANGED
@@ -612,7 +612,7 @@ interface PolicyEnforcerConfig {
612
612
  };
613
613
  }
614
614
  type AgentSandbox = PolicyEnforcerConfig;
615
- declare const SDK_VERSION = "0.8.11";
615
+ declare const SDK_VERSION = "0.8.13";
616
616
  type AuditRiskLevel = "none" | "low" | "medium" | "high" | "critical";
617
617
  type AuditDecision = "allow" | "ask" | "deny";
618
618
  type AuditStatus = "ok" | "error";
@@ -3476,6 +3476,8 @@ declare class PermissionEngine {
3476
3476
  }>;
3477
3477
  private finalizeDecision;
3478
3478
  classifyAutoPermission(toolName: string, input: Record<string, unknown>): AutoPermissionDecision;
3479
+ private contentDigest;
3480
+ private hasShellComposition;
3479
3481
  private getCacheKey;
3480
3482
  private isPathInPersistentAllowedDirectory;
3481
3483
  private normalizePersistentApprovalKey;
package/dist/index.d.ts CHANGED
@@ -612,7 +612,7 @@ interface PolicyEnforcerConfig {
612
612
  };
613
613
  }
614
614
  type AgentSandbox = PolicyEnforcerConfig;
615
- declare const SDK_VERSION = "0.8.11";
615
+ declare const SDK_VERSION = "0.8.13";
616
616
  type AuditRiskLevel = "none" | "low" | "medium" | "high" | "critical";
617
617
  type AuditDecision = "allow" | "ask" | "deny";
618
618
  type AuditStatus = "ok" | "error";
@@ -3476,6 +3476,8 @@ declare class PermissionEngine {
3476
3476
  }>;
3477
3477
  private finalizeDecision;
3478
3478
  classifyAutoPermission(toolName: string, input: Record<string, unknown>): AutoPermissionDecision;
3479
+ private contentDigest;
3480
+ private hasShellComposition;
3479
3481
  private getCacheKey;
3480
3482
  private isPathInPersistentAllowedDirectory;
3481
3483
  private normalizePersistentApprovalKey;