features
Builder Mode
Builder Mode turns a description into a completed change, start to finish. Instead of going back and forth message by message, you describe what you want, and MockingBird plans the steps, executes them, checks its own work, and commits as it goes.
How it runs
- Plans
Breaks your request into individual steps before touching anything. - Executes
Runs each step in order, using Agentic File Access to read, search, and edit as needed. - Self-reviews
Checks its own edit against what the step was meant to do; if something's off, it fixes it before moving on. - Commits
Each completed step is committed to git on its own, so you have a clean point to revert to if a later step goes wrong.
Staying in control
A run isn't all-or-nothing. Failed or rejected steps can be retried, skipped, or aborted, and any completed step can be reverted individually using its commit.