logoalt Hacker News

rayladlast Tuesday at 8:49 PM1 replyview on HN

MANTIC_IGNORE_PATTERNS seems not to be implemented, or am I missing something?


Replies

marcoaapforteslast Tuesday at 9:30 PM

You're absolutely right, it wasn't implemented, just documented. Thanks for catching that!

I just shipped v1.0.13 (literally 5 minutes ago) that implements all three environment variables:

• MANTIC_IGNORE_PATTERNS - Custom glob patterns to exclude files • MANTIC_MAX_FILES - Limit number of files returned • MANTIC_TIMEOUT - Search timeout in milliseconds

Also fixed the regex bug that was breaking glob pattern matching.

Appreciate you pointing it out, having users actually test the features is way more valuable than my own QA.