Skip to main content

Definition

Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Enums Inheritance: System.Enum

Syntax

CloudNimble.ClaudeEssentials.Hooks.Enums.PermissionDecision

Summary

Represents the decision for a PreToolUse permission check.

Values

NameValueDescription
Allow0Allow the tool to execute without prompting the user.
Deny1Deny the tool execution and inform Claude of the denial.
Ask2Prompt the user to decide whether to allow the tool execution.