Skip to the content.

Milestone 3: VS Code Copilot Bridge

Status: PLANNED

Summary

VS Code extension that listens to Supabase Realtime and displays AI responses in Copilot Chat.

Architecture

Supabase Realtime -> VS Code Extension -> Copilot Chat

Tasks

  1. VS Code Extension setup (TypeScript + Webpack)
  2. Supabase Realtime listener
  3. Copilot Chat display integration
  4. Response sync back to Supabase
  5. Error handling & offline queue
  6. Marketplace publication

Back to Home