View or edit ICR configuration
View or modify ICR plugin settings including severity rules, confidence thresholds, and tool hooks. Use to customize auto-approval limits, exclude specific tools, or adjust receipt retention.
/plugin marketplace add az9713/icr/plugin install az9713-icr@az9713/icrManage ICR plugin settings.
/icr:config or /icr:config show - Display current configuration/icr:config edit - Open configuration file in editor/icr:config reset - Reset to default configuration/icr:config set <key> <value> - Set a specific configuration valueseverity.staticRules - Built-in tool severity mappingsseverity.userRules - Custom pattern-based rulesconfidence.weights - Component weights (ambiguity, distance, historical, uncertainty)thresholds.LOW/MEDIUM/HIGH/CRITICAL - Auto-approve and AI review thresholds per severityhooks.preToolUse.excludeTools - Tools to skip checkinghooks.preToolUse.includeTools - Tools to check (if non-empty, only these)receipts.retentionDays - How long to keep receiptsreceipts.rotationPolicy - When to create new receipt files# Set HIGH severity auto-approve threshold
/icr:config set thresholds.HIGH.autoApprove 0.85
# Exclude additional tools from checks
/icr:config set hooks.preToolUse.excludeTools ["Read", "Glob", "Grep", "Ls", "WebFetch"]
# Enable trust mode for CRITICAL
/icr:config set bypass.trustModeForCritical true
icr/config/defaults.json.claude/icr/config.jsonWhen showing configuration, highlight non-default values and explain what each setting controls.