forked from Rockachopa/Timmy-time-dashboard
The _SENSITIVE_PATTERNS list used simple substring matching, so "token" matched "max_tokens", causing the distillation pipeline to block facts about max_tokens parameters. Replaced with compiled regexes using lookaround assertions so compound terms like max_tokens and num_tokens are no longer falsely flagged. Fixes #625 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>