MiraBridge AI
AI-Powered Development Orchestration for VS Code
Write code with AI. Manage it from anywhere.
What is MiraBridge?
MiraBridge is a development orchestration platform where AI writes the code and you orchestrate. Start an AI coding session on VS Code, continue managing it from your phone. No other tool offers this.
- Multi-model AI: Claude Sonnet 4.6, GPT-5.4, Gemini 2.5 — switch with one click
- Cross-device control: Manage sessions from your mobile app (iOS & Android)
- 40+ language model tools: File ops, terminal, search, edit, debug — all AI-driven
- Plan mode: Let AI architect multi-step implementations before writing code
- Batch tool approval: Review and approve multiple AI actions at once
Features
Multi-Model AI Chat
Connect to the best AI models through a unified interface:
| Provider |
Models |
Strengths |
| Anthropic |
Claude Sonnet 4.6 |
Best for coding, 200K context |
| OpenAI |
GPT-5.4 |
General purpose, 1M context |
| Google |
Gemini 2.5 Flash |
Fast responses, multimodal |
Switch between models mid-conversation. Bring your own API keys (BYOK) supported.
Native VS Code Chat Integration
Use @mirabridge in VS Code's built-in chat, or open the dedicated sidebar panel:
/explain — Explain selected code
/refactor — Refactoring suggestions
/fix — Auto-fix errors
/test — Generate unit tests
/doc — Generate documentation
MiraBridge registers 40+ tools that work with VS Code's agent mode and GitHub Copilot:
#readFile / #editFile — Read and modify files
#listFiles / #searchFiles — Navigate and search codebase
#runCommand — Execute terminal commands
#createFile / #deleteFile — File management
#gitStatus / #gitDiff — Git operations
#diagnostics — Access VS Code problems panel
Mobile Integration
Pair your phone with a QR code scan and control AI sessions remotely:
- Send instructions to AI from your phone
- Approve or reject tool executions
- Monitor build and deploy progress
- Push notifications for important events
- Full terminal emulation with ANSI color support
Plan Mode
For complex tasks, let AI create a step-by-step plan before writing any code:
- Describe what you need
- AI generates an implementation plan
- Review and approve the plan
- AI executes each step with your oversight
Workspace Modes
MiraBridge adapts to your task:
| Mode |
Purpose |
| FAST |
Quick answers and small edits |
| BUILD |
Feature implementation and code generation |
| FIX |
Debugging and error resolution |
| ARCHITECT |
System design and planning |
Quick Start
1. Install
Search for "MiraBridge AI" in the VS Code Extensions panel, or run:
ext install mirabridge.mirabridge-vscode-extension
2. Connect
- Press
Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux)
- Run MiraBridge: Login
- Enter your credentials or sign in with GitHub/Google
3. Start
- Open the MiraBridge panel in the sidebar
- Type your request or select code and ask for help
- Use
@mirabridge in VS Code's native chat
Keyboard Shortcuts
| Shortcut |
Action |
Cmd+Shift+M |
Open MiraBridge Chat |
Cmd+Shift+N |
New Conversation |
Cmd+Shift+E |
Explain Selected Code |
Cmd+Shift+R |
Refactor Selected Code |
Cmd+Shift+F |
Fix Errors |
Cmd+Shift+T |
Toggle Chat/Agent Mode |
Commands
| Command |
Description |
| MiraBridge: Login |
Sign in to your account |
| MiraBridge: Connect |
Connect to gateway server |
| MiraBridge: Open AI Chat |
Open the chat panel |
| MiraBridge: New Conversation |
Start a fresh conversation |
| MiraBridge: Select Model |
Switch AI model |
| MiraBridge: Pair with Mobile App |
QR code device pairing |
| MiraBridge: Start Agent |
Start AI agent mode |
| MiraBridge: Auto-Approve Permissions |
Configure tool auto-approval |
| MiraBridge: Open Settings |
Extension settings |
Configuration
Access settings via Cmd+, and search for "MiraBridge":
| Setting |
Description |
Default |
mirabridge.ai.defaultProvider |
AI provider |
anthropic |
mirabridge.ai.defaultModel |
AI model |
claude-sonnet-4-6 |
mirabridge.ai.temperature |
Response creativity |
0.7 |
mirabridge.gateway.url |
Gateway server URL |
https://api.mirabridge.io |
mirabridge.agent.autoApprove |
Auto-approve tool actions |
false |
Security
- Credentials stored via VS Code SecretStorage API (OS keychain)
- JWT authentication with token refresh
- Workspace Trust respected — limited features in untrusted workspaces
- All communication over WSS (WebSocket Secure)
- No telemetry without explicit opt-in
Requirements
Links
License
MIT License — see LICENSE for details.