GitHub has officially launched the redesigned GitHub Copilot CLI terminal interface, which has been available for trial via the /experimental flag since its preview at Microsoft Build 2026. The new interface displays tabs at the top of the interactive session, allowing developers to press the Tab key to switch between the default Session tab and personal Gists; when running the CLI inside a repository, Issues and Pull requests tabs are also added, scoped to that repository.
Tabs support mouse selection, drag-to-reorder, hiding, or closing in settings. Highlighting an issue or pull request and pressing 'c' inserts that reference into the prompt, enabling Copilot to investigate, fix, comment, or review; pressing 'o' opens the highlighted item in a browser; pressing '/' on the Issues or Pull requests tab allows searching GitHub with custom queries.