Multi-Provider
AI Code Assistant

GitHub Copilot-like experience with your choice of AI providers. Supports AWS Bedrock, Microsoft 365 Copilot, and custom endpoints.

� Multi-Provider 🚀 Real-time Completions 💬 Interactive Chat ⚙️ Modular Architecture
main.py
utils.js
1 2 3 4 5 6
def fibonacci(n):
# IntelliPy suggests:
if n <= 1: return n
return fibonacci(n-1) + fibonacci(n-2)

Why Choose IntelliPy v2.0?

Multiple AI Providers

Choose between AWS Bedrock, Microsoft 365 Copilot, and custom endpoints. Switch providers with one click.

🚀

Real-time Completions

Get intelligent code suggestions as you type, powered by Claude 3.5 Sonnet, GPT-4, or your custom AI.

💬

Interactive Chat

Ask questions about your code, get explanations, and receive optimization suggestions in a beautiful chat interface.

🔒

Privacy Options

AWS Bedrock for privacy-first coding, M365 for enterprise compliance, or custom endpoints for full control.

🏗️

Modular Architecture

Clean, maintainable codebase with separated providers and features. Easy to extend and customize.

⚙️

Simple Setup

Quick provider selection, streamlined configuration, and intelligent fallbacks for seamless experience.

See IntelliPy in Action

▶️

Demo Video Coming Soon

What's new in v2.0:

  • 🔄 Switch between AI providers with one click
  • 🌐 Microsoft 365 Copilot browser integration
  • ⚙️ Custom endpoint support for any AI API
  • 🏗️ Clean modular architecture (43-line main file)
  • 🚀 Simplified M365 setup - no complex authentication
  • ⚡ AWS Bedrock remains default for privacy-first coding

Get Started in Minutes

🎉 Latest: v2.0.1 Multi-provider architecture with simplified M365 integration
1

Install the Extension

Download from VS Code Marketplace or install manually:

code --install-extension intellipy-dev.intellipy
2

Select Your AI Provider

Choose from AWS Bedrock, M365 Copilot, or custom endpoint:

Ctrl+Shift+P → "IntelliPy: Select AI Provider"
3

Start Coding!

Begin typing and get AI-powered suggestions, or open the chat panel.

Ctrl + Shift + I Open Chat Ctrl + Shift + B Generate Code

Ready to Supercharge Your Coding?

Join developers who've already enhanced their productivity with IntelliPy