Expand description
Debug filter utilities
Translated from openclaudecode/src/utils/debugFilter.ts
Structs§
- Debug
Filter - Debug filter configuration
Functions§
- extract_
debug_ categories - Extract debug categories from a message Supports multiple patterns:
- parse_
debug_ filter - Parse debug filter string into a filter configuration Examples:
- should_
show_ debug_ categories - Check if debug message should be shown based on filter
- should_
show_ debug_ message - Main function to check if a debug message should be shown Combines extraction and filtering