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

AES AI

AES

| (0) | Free
AI assistant for managing and working with local project files directly from VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AES AI

AES AI is a local AI coding assistant for Visual Studio Code.

It connects to a local Python AI agent powered by Ollama and Qwen3 14B, allowing you to work with your current VS Code project using natural language.

Features

  • Read project files
  • List files and directories
  • Search files
  • Create files
  • Write files
  • Delete files
  • Run terminal commands
  • Work with the currently opened VS Code workspace

Architecture

VS Code ↓ AES AI Extension ↓ Python AI Agent ↓ Ollama ↓ Qwen3 14B

Requirements

  • Visual Studio Code
  • Python
  • Ollama
  • Qwen3 14B
  • AES AI Python Agent

Local AI

AES AI uses a locally running Qwen3 14B model through Ollama.

No external AI API is required.

Usage

  1. Open your project in VS Code.
  2. Open the Command Palette.
  3. Run:

AES AI: Open Chat

  1. Enter your request in the AES AI chat.

Example:

"List all files inside src"

"Read package.json"

"Create a login screen"

"Run npm install"

Development

Install dependencies:

npm install

Build the extension:

npm run package

Package the extension:

npx vsce package

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft