Adinusa AI
Version 0.3.0 — Now Available

Your AI Coding Agent
inside VS Code

Adinusa AI autonomously plans, reasons, writes files, and executes commands — all from a natural language prompt. Works with any major LLM provider.

5+
LLM Providers Supported
10+
Agent Tools Available
Possibilities

See it in action

Watch Adinusa AI in action

See how the agent plans, searches, reads files, writes code, and executes commands — all from a simple prompt.

Adinusa AI — VS Code
Adinusa AI demo screenshot

The agent plans first, then searches the workspace, reads relevant files, and iterates until the task is complete.

Everything you need

A complete AI coding workflow inside VS Code — from idea to implementation.

Chat Panel

Full markdown-rendered chat interface with syntax highlighting. Open instantly with Ctrl+Shift+A.

Agent Actions

AI plans multi-step workflows. Review inline action cards with risk indicators and apply with one click.

Intent Selector

Switch between Chat, Generate, Explain, and Fix modes with a single click. The AI adapts its behavior accordingly.

Multi-Provider

Use GLM-4, GPT-4, Claude, Gemini, or Ollama. Switch providers anytime without restarting.

Editor Context

Automatically captures active file, selection, and diagnostics. The AI always knows what you're working on.

Workspace Search

Agent can list and search files with `list_files` and `search_files` tools before making changes.

Code Extraction

Fenced code blocks are automatically extracted and inserted into the editor with one click. No manual copying needed.

Secure by Design

Path traversal protection, command blocklist, rate limiting, workspace sandboxing, and Helmet security headers.

How it works

A seamless three-step workflow that brings AI-powered automation to your editor.

Describe your goal

Type a natural language prompt. The agent automatically captures your active file, selection, and any diagnostics.

Agent iterates

The agent plans steps, searches the workspace, reads files, and iterates with the LLM until the task is complete.

Review & apply

Approve pending file writes and commands via inline action cards. Code blocks are applied to the editor automatically.

Powered by your favorite LLM

Switch between providers anytime. Your API keys stay on your machine — no data leaves your control.

GLM-4
Zhipu AI

Flash and standard models with strong code reasoning

🤖
GPT-4
OpenAI

Industry standard for code generation and analysis

🧠
Claude
Anthropic

Advanced reasoning with strong safety alignment

Gemini
Google

Multimodal AI with extensive knowledge base

🦙
Ollama
Local models

Run models locally — no API key required

All API keys are stored locally in your VS Code settings. No data is sent to any third party except the provider you choose.

Get started in minutes

Install the extension, configure your API key, and start coding with AI.

1

Clone & configure

git clone https://github.com/jmrashed/adinusa-ai.git
cd adinusa-ai
cp backend/.env.example backend/.env
2

Install & start

bash scripts/install.sh
cd backend && npm run dev
3

Launch extension

Open adinusa-ai/ in VS Code
Press F5
Important: You must open a workspace folder in VS Code before using Adinusa AI. The extension requires a project root to safely read/write files and execute commands.