Open
Conversation
This adds documentation for the PR Inbox feature in Mission Control, addressing issue #10245. ## What's Documented ### Why Use the Inbox - Ship as fast as you code - manage AI-generated PRs efficiently - One-click agent assistance for failing checks and review comments - Context without context-switching with prefetched PR details ### Inbox Overview - PR list view with status indicators and todo badges - Filtering by repository, author, source, and status - Running agent indicators ### PR Detail View - Merge status panel with circular gauge visualization - Collapsible sections for Agent Checks, CI Checks, Review Comments, Merge Conflicts - One-click 'Fix' and 'Address' buttons that trigger AI agents - Merge button with squash/merge/rebase options ### Shipping Workflow - Step-by-step guide: Triage → Fix with Agents → Review → Merge - Best practices for efficient PR management ### Additional Content - Keyboard shortcuts reference - Troubleshooting section - Links to related documentation Closes #10245 Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
RomneyDa
requested changes
Feb 11, 2026
Collaborator
RomneyDa
left a comment
There was a problem hiding this comment.
Much of this is still relevant but the Inbox design has changed quite a bit in the last push to prod and many of these sections are outdated.
note could add links to this page from the ## Inbox: One Place to Triage, Assign, and Take Action section of /mission-control/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.