AI Info VSCode ExtensionAn extension for Visual Studio Code that allows you to generate a single markdown file of your entire repo and also query Gemini 2.0 flash to create tasks for other AI Agents. UsageUpdate the Gemini API Key with your key from AI Studio in the extension settings (
FeaturesThis extension supports 4 main features:
Why?Cursor & other agentic AI tools require you to provide a lot of context for the AI to work on a task. As your codebase becomes larger, you don't want to manually have to provide all of this context. Some AI Tools can attempt to read associated files, but this extension effectively passes your entire repo to Gemini 2.0 flash to generate the right query context for you. Pass this information to the agentic tool for a much more accurate response with minimal typing. How?This tool generates an "ingestion file" for your entire repo (ignoring things inside of .gitignore and common lockfiles like package-lock.json). It then passes this context to Gemini 2.0 flash with your task to generate the right query context for you. You can then copy/paste this markdown into Cursor or other agentic AI tools to get a more accurate response. Development
Open in Visual Studio Code and press |