docs: Add comprehensive Inbox documentation #10396
Open
+288
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive documentation for the PR Inbox feature in Mission Control, addressing issue #10245.
What is the Inbox?
The Inbox is the unified command center for managing pull requests across all connected GitHub repositories. Instead of context-switching between GitHub tabs, IDE windows, and chat interfaces, the Inbox brings everything together so users can review code, trigger AI agents, and merge PRs — all from one place.
Problems It Solves
Ship as fast as you code — When AI agents generate PRs at scale, users need a way to review and merge them efficiently. The Inbox shows all open PRs with real-time status so users can take action immediately.
One-click agent assistance — Every PR blocker (failing check, review comment, merge conflict) becomes a one-click automation. Click "Fix" and an agent analyzes the issue and creates a follow-up PR.
Context without context-switching — The Inbox prefetches PR details on hover, shows diffs inline, and enables merging without leaving the page.
What's Documented
Inbox Overview
PR Detail View
Shipping Workflow
Additional Content
Changes Made
docs/mission-control/inbox.mdxwith comprehensive documentationdocs/docs.jsonto add Inbox to Mission Control navigationDocumentation Structure
The page follows Mintlify best practices:
Closes #10245
Summary by cubic
Adds a new Inbox docs page in Mission Control that shows how to review, fix, and merge PRs in one place. Updates navigation and covers list/detail views, agent actions (Fix, Address, Resolve), merge options, workflow steps, shortcuts, and troubleshooting.
Written for commit 214c743. Summary will update on new commits.