What's wrong with this entry?
Anonymous. No account, no email.
Using OAuth with Claude.ai Account:
# Enable Claude.ai OAuth authentication
export CLAUDE_MAX=1
claude
# The OAuth flow will include user:inference scope
# Your Claude.ai Pro/Team account will be used for API access
Creating Deny Rules:
# In the permission rules interface:
1. Press Tab to switch to "Deny" mode
2. Select "Add a new rule..."
3. Enter the tool pattern (e.g., "Bash", "Write*", etc.)
4. The tool will be automatically denied without prompting
Managed Settings Example:
// /Library/Application Support/ClaudeCode/policies.json
{
"permissions": {
"allow": ["Read*", "Grep", "LS"],
"deny": ["Bash", "Write*", "Delete*"]
}
}
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.