Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI InfoNew to Visual Studio Code? Get it now.
AI Info

AI Info

flux159

|
26 installs
| (0) | Free
VSCode extension that displays a helper panel that you can use to pass to Cursor for its AI Agent to work more effectively.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI Info VSCode Extension

Demo Gif

An 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.

Usage

Update the Gemini API Key with your key from AI Studio in the extension settings (Cmd+, -> Extensions -> AI Info -> Gemini API Key) to use the Gemini 2.0 Flash features.

Cmd+Shift+P -> AI Info: Show AI Info Panel

Features

This extension supports 4 main features:

  • Ingesting a repo into a single markdown file (no need for Gemini API Key)
  • Restrict the ingestion & task generation to specific folders in your repo to limit context passed to Gemini.
  • Querying Gemini 2.0 flash to list out the files involved in a task (requires Gemini API Key, returns json of files only)
  • Querying Gemini 2.0 flash to rewrite a task into a technical task with repo file context for Cursor agent to work on (requires Gemini API Key, returns markdown of task to copy/paste into Cursor or other Agentic AI coding tool)

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

npm install

Open in Visual Studio Code and press F5 to run the extension in a new window. This will automatically run in the extension in watch mode. See DEV_README.md for more information.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft