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 VS Code to seeing AI-generated code on your phone.

Step 1: Open MiraBridge in VS Code

Click the MiraBridge icon in the VS Code sidebar. The chat panel opens on the left.

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 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, and terminal output in real-time.

Next Steps