Your First Session

End-to-end walkthrough — from install to AI-generated code in minutes

This walkthrough takes you through a complete MiraBridge session - from opening a local runner to seeing AI-generated work and terminal output on your phone.

Step 1: Open a Local Runner

Choose where you want to run the session:

  • Desktop: open MiraBridge Desktop, sign in, and open a workspace folder
  • VS Code: click the MiraBridge icon in the VS Code sidebar

The selected runner owns the local workspace and tool execution for this session.

Step 2: Start a Conversation

Type your first instruction:

Create a Node.js Express server with a /health endpoint

The AI analyzes your request and generates a plan.

Step 3: Review the Plan

MiraBridge shows you what it intends to do before executing. Review the plan and click Accept to proceed.

Step 4: Approve Tool Executions

The AI requests permission to create files and run commands. Each tool execution shows what action will be taken, which files are affected, and a preview of the changes.

Click Approve for each action, or use Batch Approve to approve multiple at once.

Step 5: See Results

The AI creates your files, installs dependencies, and can even start the server. Check the terminal output in Desktop, VS Code, or mobile to verify everything works.

Step 6: Monitor from Mobile

If you have the mobile app installed and paired, you can see the entire session on your phone - conversation history, tool executions, approval requests, and terminal output in real-time.

Next Steps