Chat & AI Interaction

Use the chat panel to write code, debug, and manage projects with AI

The chat panel is your primary interface for interacting with the AI in MiraBridge.

Chat Panel

Open the MiraBridge sidebar to access the chat panel. Type natural language instructions and the AI responds with code, explanations, and tool executions.

Chat Participant

Use @mirabridge in VS Code's native chat to interact with the AI directly from the editor command palette.

Inline Editing

Press Cmd+K (or Ctrl+K on Windows/Linux) to open inline editing. Select code, describe your changes, and the AI modifies the selection directly.

Streaming Responses

AI responses stream in real-time. You can see the AI thinking and generating code as it happens. Long responses show a progress indicator.

Conversation History

All conversations are stored and synced across devices. You can:

  • Browse past conversations in the sidebar
  • Continue any previous conversation
  • View conversation history on mobile

Context Awareness

The AI automatically analyzes your workspace:

  • Open files and their content
  • Git status and recent changes
  • Project structure and dependencies
  • Diagnostics and errors

Next Steps