Copilot
The intent-driven command layer of the editor. Cmd+K, type what you want, get the right action or a hand-off to the right surface.
Opening Copilot
Press Cmd+K (Mac) or Ctrl+K (everywhere else). The palette opens with a prompt input and a list of recently used commands. Type a phrase; results filter live.
Intents
Your phrase is classified into one of the platform's intents (DEFAULT_INTENTS in the copilot service). High-confidence matches run immediately; ambiguous ones surface a small picker so you can confirm.
Composable Actions
For multi-step intents, Copilot uses a small planner that builds a sequence of allowed actions (open panel, set theme token, insert section, etc.). The allowed action set is fixed for safety so a planner glitch cannot do anything destructive.
Tips
- For free-form edits ("make the header sticky and add a cart icon"), let Copilot hand off to chat; chat is built for that.
- For navigation ("open deploy", "show version history") Copilot is faster than clicking.
- See the GenMB Code doc for tool-based AI editing inside Cursor / VS Code.
Limits
- 1 credit per classification call.
- Phrase limit: 2,000 characters.
- Available on all plans, including Free.
FAQs
What is Copilot?▾
How is this different from the chat panel?▾
How do I open it?▾
Can I add custom intents?▾
Ready to build?
Create your first app for free, no credit card required.