GitHub Copilot CLI makes its new terminal interface generally available

GitHub Changelog image showing the redesigned Copilot CLI terminal interface.GitHub Changelog
GitHub Changelog image showing the redesigned Copilot CLI terminal interface.GitHub Changelog
Tools & Apps

GitHub has made the redesigned Copilot CLI terminal interface generally available, adding tabs for issues, pull requests, and gists plus in-session setup for MCP servers, skills, plugins, and settings.

GitHub says the redesigned GitHub Copilot CLI terminal interface is now generally available. The update adds tabs for issues, pull requests, and gists, lets users insert a selected issue or pull request into a prompt, and moves setup for MCP servers, skills, plugins, and settings into the CLI session. The release also adds accessibility-oriented interface changes such as theme options, responsive components, and screen reader support.

Key takeaways

  • Copilot CLI now has a tabbed terminal layout for session work, gists, issues, and pull requests.
  • Repository-aware tabs can expose issues and pull requests without leaving the terminal.
  • The /mcp, /skills, /plugin, and /settings commands make configuration less file-driven.
  • GitHub says newly added MCP servers are available immediately without restarting the CLI.
  • The update is useful for developers who prefer terminal-first triage, but it still needs permission review before connecting extra tools.

Practical LinkLoot angle

The release turns Copilot CLI from a prompt box into a terminal workspace for small repo operations. A developer can inspect an issue, add it to the prompt, ask Copilot to investigate, then move into a pull request or gist without breaking terminal flow.

CapabilityBest useLimitationSource
Issue and pull request tabsTerminal triage and quick task contextWorks best inside a GitHub repositoryGitHub Changelog
/mcp add and /mcp searchAdding agent tools from the CLIMCP server trust and scopes still need reviewGitHub Changelog
/skills and /pluginToggling reusable behaviors and extensionsPlugin/source quality variesGitHub Changelog
Theme and accessibility controlsNarrow terminals, screen readers, high contrast useTeams should test their own terminal setupGitHub Changelog

The strongest workflow is a narrow one: use the tabs to bring a specific issue or pull request into context, then add only the MCP servers and skills needed for that task. For broader agent-tool decisions, LinkLoot's /guides/ai-workflow-automation gives a practical checklist for matching tools to repeated work.

What to verify before you act

Update Copilot CLI first, then confirm which tabs appear in your repository and whether your terminal supports the theme and screen reader behavior you expect. Before adding MCP servers or plugins, check who publishes them, what credentials they can reach, and whether they are allowed by your organization. If your team documents CLI setup, replace hand-edited config steps only where the new commands cover the same result.

GitHub's changelog is the primary release source. The linked GitHub Docs pages are the operational check: they cover browsing issues, pull requests, and gists, plus customization paths for Copilot CLI.

FAQ

GitHub says the GA interface adds tabs for sessions, gists, issues, and pull requests, plus in-session setup for tools and settings.