Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>AeroCorp IDE ExtensionNew to Visual Studio Code? Get it now.
AeroCorp IDE Extension

AeroCorp IDE Extension

AeroCorp-Industries

|
48 installs
| (0) | Free
AI-powered development tools with advanced Ollama MCP (internet, tool calling, terminal execution), Gemini 3.0, GPT-5.1, Claude Opus 4.5 (200K context), agentic capabilities, and future-proof multi-provider support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AeroCorp IDE Extension

AI-powered development tools with Gemini 3.0 Deep Think, GPT-5.1, Claude Opus 4.5 (200K context), MCP-native architecture, multimodal AI, planning mode, and multi-provider support for VS Code, Cursor, Antigravity, and Windsurf.

🎉 What's New in v12.0.0

🚀 Production-Ready Release

  • All Modes Tested: Chat, Agentic, Code Assist, Planning, Gemini CLI - all fully functional
  • Enhanced Stability: Comprehensive error handling and fallback mechanisms
  • Cross-Platform: Works across VS Code, Cursor, Antigravity, and Windsurf

🌟 Gemini 3.0 CLI (Enhanced)

  • Official Gemini 3.0 API: Direct integration with Google's latest Gemini 3.0 model
  • Smart Command Translation: Natural language to shell commands using AI
  • Edit & Execute: Review and modify commands before execution
  • Cross-Platform Commands: Automatic OS detection for correct command syntax
  • Command History: Output channel logging for all translations

🧠 Enhanced Planning Mode

  • Real VS Code Integration: Execute plans directly in workspace
  • Action Types: Create files, edit files, run commands, analyze code, generate code
  • Dependency Management: Smart step ordering with dependency tracking
  • Retry Logic: Automatic retry with exponential backoff on failures
  • Live Progress: Real-time step status updates

🤖 Claude Opus 4.5 Integration (200K Context)

  • Model: claude-opus-4-5-20251101 - Latest Claude with extended thinking
  • 200K Token Context: Industry-leading context window for large codebases
  • Effort Levels: Low (16K) / Medium (32K) / High (64K) thinking budget
  • Extended Thinking: Up to 64K tokens for complex reasoning tasks
  • Agentic Mode: Best-in-class for long-horizon agentic workflows

🌐 Multi-IDE Compatibility

  • Full Support: VS Code 1.93+, Cursor, Antigravity, Windsurf
  • IDE Detection: Automatic feature adaptation based on IDE capabilities
  • Fallback Mode: Graceful degradation for older IDE versions
  • MCP Everywhere: Model Context Protocol support across all compatible IDEs

🎯 Agentic Mode with VS Code LM API

  • Native Integration: Direct integration with GitHub Copilot LM API
  • 4 Registered Tools:
    • aerocorp_file_operations - Read, write, list, delete, copy, move files
    • aerocorp_code_analysis - Find definitions, references, symbols, diagnostics
    • aerocorp_terminal - Execute shell commands with user confirmation
    • aerocorp_git - Git operations (status, add, commit, push, pull, branch)
  • User Consent: Proper permission handling for sensitive operations
  • Tool Execution Logging: Full visibility into tool actions

📁 Enhanced Multimodal Support

  • Attachment Handler: Process images, PDFs, code files inline
  • Provider-Specific Formatting: Optimized for Gemini/Claude multimodal APIs
  • Base64 Encoding: Automatic image encoding for API calls
  • Document Ingestion: PDF, Word, Excel, PowerPoint support
  • Image Analysis: Screenshots, diagrams, OCR with DeepSeek

🏠 Ollama MCP Enhancements

  • Tool Calling: Full execution with llama3.1, mistral-nemo, firefunction-v2, qwen2.5-coder
  • Streaming Chat: Real-time response streaming
  • Embeddings: Generate embeddings with nomic-embed-text
  • Model Management: Pull/list models directly from extension
  • Auto-Detection: Automatic Ollama server discovery

🚀 MCP-Native Architecture

  • Model Context Protocol (MCP) Integration: First-class MCP server for VS Code Agent Mode
  • 11 Production Tools: TRM inference, web fetch/search, OCR, diagrams, code patching, file ops, git tools
  • Agent Mode Ready: Seamlessly integrates with VS Code's Agent Mode and Claude/Cursor
  • Offline + Cloud: Run TRM fully offline or route to agi-proxy for cloud power

🤖 Multi-Provider AI Support

11 AI Providers

Provider Models Context Features
Gemini 3.0 gemini-3-pro-preview, gemini-3-flash-preview 2M tokens Deep Think, Multimodal, CLI
GPT-5.1 gpt-5.1, gpt-5.1-mini, gpt-5.1-coder 500K tokens Adaptive Reasoning
Claude Opus 4.5 claude-opus-4-5-20251101 200K tokens Extended Thinking, Agentic
Claude Sonnet 4.5 claude-sonnet-4-5-20251101 200K tokens Balanced Performance
Claude Haiku 4.5 claude-haiku-4-5-20251101 200K tokens Fast & Efficient
xAI Grok grok-4 128K tokens Real-time Knowledge
Mistral mistral-large-latest 128K tokens European AI
Ollama llama3.1, qwen2.5-coder, deepseek-r1 Varies Local, Free, MCP
OpenRouter Multiple Varies Multi-model Router
NVIDIA NIM Various Varies Enterprise
AGI Proxy afm:coder Varies AeroCorp Backend

Commands

Core AI Commands

Command Shortcut Description
AeroCorp: Generate Code with AI Ctrl+Alt+G Generate code from natural language
AeroCorp: Explain Code Ctrl+Alt+E Explain selected code
AeroCorp: Optimize Code Ctrl+Alt+O Optimize selected code
AeroCorp: Create Tests Ctrl+Alt+T Create tests for selected code
AeroCorp: Review Code Ctrl+Alt+R AI-powered code review
AeroCorp: Generate Documentation Ctrl+Alt+D Generate documentation
AeroCorp: Refactor Code Ctrl+Alt+F Intelligent refactoring

Gemini CLI Commands

Command Description
Gemini: CLI Natural language to shell command with Gemini 3.0

Multimodal Commands

Command Description
AeroCorp: Ingest Document/Image Process documents and images for AI context
AeroCorp: Analyze Image Deep image analysis with multimodal AI

Utility Commands

Command Description
AeroCorp: Configure Provider Select and configure AI provider
AeroCorp: Set Gemini API Key Configure Gemini API key
AeroCorp: Create Terminal Create new terminal
AeroCorp: Open Folder Open folder dialog
AeroCorp: Open GitHub Repo Open workspace's GitHub repository
AeroCorp: Initialize GitHub Initialize GitHub repository
AeroCorp: Detect Ollama Auto-detect local Ollama server

Installation

Quick Install

# VS Code
code --install-extension aerocorp-ide-extension-12.0.0.vsix

# Cursor
cursor --install-extension aerocorp-ide-extension-12.0.0.vsix

# Windsurf
windsurf --install-extension aerocorp-ide-extension-12.0.0.vsix

VS Code Marketplace

code --install-extension AeroCorp-Industries.aerocorp-ide-extension

Manual Setup

  1. Install Extension: Download .vsix from Releases
  2. Install in VS Code: Extensions → ... → Install from VSIX
  3. Build MCP Server (optional for Agent Mode):
    cd src/extension/mcp
    npm install
    npm run build
    
  4. Reload IDE: Ctrl+Shift+P → Developer: Reload Window

Verify Installation

After installation, you should see:

  • 🚀 Activation message: "AeroCorp IDE Extension v12.0.0 activated!"
  • 🎯 AeroCorp icon in Activity Bar (left sidebar)
  • 📋 Three panels: AeroCorp IDE, AeroCorp Chat, Planning Mode
  • 🟢 Ollama status indicator (if Ollama is running locally)

Usage Modes

💬 Chat Mode (Default)

Standard AI chat with any provider. Perfect for:

  • Code questions and explanations
  • Quick code generation
  • Debugging assistance
  • Documentation queries

🤖 Agentic Mode

AI with tool execution capabilities. The agent can:

  • Read and write files
  • Execute terminal commands
  • Analyze code structure
  • Perform git operations

Enable: Select "Agentic AI" from the mode dropdown in chat.

🎯 Planning Mode

Strategic task decomposition for complex operations:

  • Breaks tasks into executable steps
  • Tracks dependencies between steps
  • Automatic retry on failures
  • Real progress visibility

Enable: Select "Planning" from the mode dropdown in chat.

🌟 Gemini CLI Mode

Natural language to shell commands:

  • Uses Gemini 3.0 for translation
  • Cross-platform command support
  • Edit before execute option
  • Command history logging

Enable: Select "CLI" from the mode dropdown, or use Ctrl+Shift+P → Gemini: CLI

Configuration

Provider Settings

{
  "aerocorp.provider": "gemini",
  "aerocorp.multimodalEnabled": true,
  "aerocorp.autonomousMode": false,
  
  "gemini.apiKey": "your-gemini-api-key",
  "gemini.model": "gemini-3-pro-preview",
  "gemini.thinkingLevel": "high",
  
  "claude.apiKey": "your-claude-api-key",
  "claude.model": "claude-opus-4-5-20251101",
  "claude.effortLevel": "high",
  "claude.thinkingBudget": 64000,
  
  "openai.apiKey": "your-openai-api-key",
  "openai.model": "gpt-5.1",
  
  "ollama.baseUrl": "http://localhost:11434",
  "ollama.model": "deepseek-r1:8b",
  "ollama.mcpEnabled": true
}

Claude Opus 4.5 Settings

{
  "claude.model": "claude-opus-4-5-20251101",
  "claude.effortLevel": "high",
  "claude.thinkingBudget": 64000,
  "claude.thinkingMode": "extended"
}

Gemini 3.0 Settings

{
  "gemini.model": "gemini-3-pro-preview",
  "gemini.thinkingLevel": "high",
  "gemini.temperature": 0.7
}

Requirements

  • VS Code: 1.93.0 or higher
  • Cursor/Antigravity/Windsurf: Latest versions
  • Internet: Required for cloud AI providers
  • Ollama: Optional, for local AI (install from ollama.ai)

Release Notes

12.0.0 (Current - Production Release)

  • ✅ Production Ready: All modes tested and fully functional
  • ✅ Enhanced Gemini CLI: Official Gemini 3.0 API integration
  • ✅ Improved Planning Mode: Real VS Code workspace integration
  • ✅ Claude Opus 4.5: 200K context with extended thinking
  • ✅ Multi-IDE Support: VS Code, Cursor, Antigravity, Windsurf
  • ✅ Agent Mode Tools: File ops, code analysis, terminal, git
  • ✅ Multimodal Support: Images, PDFs, documents
  • ✅ Ollama MCP: Tool calling and streaming
  • ✅ Marketplace Ready: All compliance requirements met

11.5.5

  • Updated README with Claude Opus 4.5 context limits
  • Added enumDescriptions for model selection

11.5.2

  • Fixed VS Code Marketplace upload error (removed wildcard)

11.5.1

  • Added LICENSE file for marketplace compliance
  • Optimized icon file size

11.5.0

  • Multi-IDE compatibility layer
  • Initial Claude Opus 4.5 integration
  • Gemini 3.0 providers

Previous Versions

  • See CHANGELOG.md for full history

Support

  • Documentation: GitHub Repository
  • Issues: GitHub Issues
  • Email: support@aerocorpindustries.org
  • Website: https://aerocorpindustries.org

License

MIT License - Copyright (c) 2025 AeroCorp Industries


Built with ❤️ by AeroCorp Industries

Enjoy coding with AeroCorp IDE Extension! 🚀

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