Repolytic - VS Code ExtensionRepolytic is an AI-powered repository intelligence tool that provides architecture visualization, semantic code navigation, and codebase analysis directly inside Visual Studio Code. It is designed to give you instant, local-first insights into your project's structure, dependencies, and hidden architecture. 🌟 Key Features1. Repository Architecture VisualizationGenerate an interactive, high-level map of your repository.
2. Deep AST Dependency DetectionRepolytic parses your codebase into Abstract Syntax Trees (AST) to uncover structural insights.
3. AI-Powered Semantic SearchSearch your codebase using natural language, not just regex.
4. Codebase ExplanationsLost in a massive, complex file? Ask Repolytic to explain the file's purpose, its responsibilities, and how it interacts with the rest of the repository. 🚀 Getting Started1. InstallationInstall Repolytic from the VS Code Marketplace. 2. Available CommandsOpen the VS Code Command Palette (
3. AI Service ConfigurationRepolytic uses a dedicated Python microservice to handle heavy machine learning tasks like embedding generation and semantic retrieval. By default, the extension will attempt to use our hosted, free-tier backend (configured to Running the AI Engine Locally (Recommended for Privacy): For complete privacy, you can run the AI Engine on your own machine.
🔒 Local-First AI PhilosophyWe believe your code is your code. Repolytic is engineered to be local-first. It does not default to sending your entire codebase to external Cloud LLMs. It uses local AST parsers and local-first vector retrieval for maximum privacy and performance. Enjoy navigating your codebase with Repolytic! |