Settings & Configuration

Configure the extension, workspace rules, keybindings, and model selection

Customize MiraBridge to fit your workflow.

Extension Settings

Open VS Code settings (Cmd+,) and search for "MiraBridge" to find all configuration options:

  • Gateway URL β€” the MiraBridge Gateway endpoint
  • Default Model β€” preferred AI model (Claude, GPT, or Gemini)
  • Auto-Approve Rules β€” which tool categories skip approval
  • Theme β€” chat panel theme options

Keybindings

| Shortcut | Action | |----------|--------| | Cmd+Shift+M | Open MiraBridge panel | | Cmd+K | Inline edit | | Cmd+Shift+P | Command palette (search "MiraBridge") |

Workspace Rules

MiraBridge reads project-level configuration files that customize AI behavior for your project:

  • MIRABRIDGE.md β€” MiraBridge-specific rules
  • .cursorrules β€” Cursor-compatible rules
  • CLAUDE.md β€” Claude Code rules
  • .windsurfrules β€” Windsurf rules
  • copilot-instructions.md β€” Copilot instructions

Place any of these files in your workspace root. MiraBridge reads them in priority order and includes them in the AI context.

Model Selection

Switch between AI models at any time using the model selector in the chat panel header. Each model has different strengths β€” see Supported Models for details.

Next Steps