- AI कोड असिस्टेंट्स की context search speed समस्या को हल करने के लिए विकसित Structural code search engine
- फ़ाइल संरचना और metadata का विश्लेषण करके intent का अनुमान लगाता है, और 500ms से कम search speed हासिल करता है
- embedding, vector database, external API के बिना काम करने वाला local-first डिज़ाइन
- बड़े monorepo (जैसे Chromium की 4.8 लाख फ़ाइलें) में भी सुसंगत search performance प्रदान करता है
- Git-आधारित file scanning के साथ tracked files को प्राथमिकता देता है, और deterministic scoring तरीका लागू करता है
- MCP(Model Context Protocol) सर्वर के रूप में काम करता है, और Claude Desktop, Cursor, VS Code आदि के साथ integration सपोर्ट देता है
- Impact Analysis फीचर के जरिए कोड बदलाव के समय impact scope (Blast Radius) का विश्लेषण करने में मदद
- Scoped Search विकल्प(
--path) के जरिए search को किसी विशेष directory तक सीमित किया जा सकता है
- code/test/config files को अलग-अलग खोजने जैसे विस्तृत CLI options उपलब्ध
- 0.3~0.4 सेकंड के search latency के साथ vector search की तुलना में अधिकतम 25 गुना तेज performance
- token usage में अधिकतम 63% कमी, और अनावश्यक file access को न्यूनतम करता है
- environment variable-आधारित settings: फ़ाइलों की संख्या, timeout, ignore patterns आदि नियंत्रित किए जा सकते हैं
- AGPL-3.0 और commercial license वाला dual-license ढांचा
- internal use और open source integration मुफ़्त
- commercial IDE, SaaS integration के लिए अलग license आवश्यक
- TypeScript-आधारित रूप में विकसित, और npm package (mantic.sh) के रूप में वितरित
- AI IDE integration rules (Agent Rules) के जरिए Claude या Cursor को Mantic स्वतः कॉल करने के लिए configure किया जा सकता है
अभी कोई टिप्पणी नहीं है.