Mantic
A structural code search engine for AI agents. Provides sub-500ms file ranking across massive codebases without embeddings, vector databases, or external dependencies.
What's New in v1.0.13
Environment Variables : Implemented all three documented environment variables that were previously non-functional MANTIC_IGNORE_PATTERNS - Custom glob patterns to exclude files (comma-separated) MANTIC_MAX_FILES - Limit number of files returned (default: 300) MANTIC_TIMEOUT - Search timeout in milliseconds (default: 5000ms)
: Implemented all three documented environment variables that were previously non-functional Bug Fixes : Fixed glob pattern matching regex that was preventing ignore patterns from working correctly
: Fixed glob pattern matching regex that was preventing ignore patterns from working correctly Performance: Added timeout wrapper to prevent hanging on extremely large repositories
Table of Contents
About the Project
Mantic is an infrastructure layer designed to remove unnecessary context retrieval overhead for AI agents. It infers intent from file structure and metadata rather than brute-force reading content, enabling retrieval speeds faster than human reaction time.
Key Benefits
... continue reading