@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PermissionsRequestApprovalResponse

    type PermissionsRequestApprovalResponse = {
        permissions: GrantedPermissionProfile;
        scope: PermissionGrantScope;
        strictAutoReview?: boolean;
    }
    Index

    Properties

    strictAutoReview?: boolean

    Review every subsequent command in this turn before normal sandboxed execution.