AIToday
Large Language ModelsAI Coding AssistantsGitHub Blog (AI)Published: Sep 11, 2026, 10:00 JST2 min read

GitHub Copilot app adds diff, terminal, browser panels

GitHub Copilot app adds diff, terminal, browser panels

3 Key Points

  1. What happened

    The GitHub Copilot app now includes built-in diff, terminal, and browser panels so developers can review, run, and preview agent-generated code in one place.

  2. Why it matters

    Previously, checking agent changes required switching between an editor, terminal window, and web browser; now those three steps sit side by side, making agent-made changes easier to verify before merging.

  3. What to watch

    The test is whether the built-in loop actually lets teams prove that what they're merging works, as GitHub frames it; watch for whether the panels change how quickly developers accept agent changes.

WHO IT HITSSoftware developers and engineering teams using GitHub Copilot to review and merge agent-generated code can now verify changes without leaving the app.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

GitHub is positioning the Copilot app as a single workspace for the full cycle of accepting AI-written code. The company notes that previously, developers had to bounce between an editor, a terminal window, and a web browser to review changes, run the code, and see the result. By embedding those three steps as side-by-side panels, GitHub is betting that the friction of tab-switching is what makes agent-made changes feel risky.

The app now walks a developer through a specific loop: check the diff, start the project from the terminal, open it in the browser, and iterate if needed. GitHub highlights the Pick & Polish tool within the browser panel, which lets a developer select an element and adjust it with the agent — a small feature that keeps the iteration inside the same session. Once satisfied, the developer can accept the change and create a pull request without leaving the app.

What the outcome hinges on is whether this integrated loop actually makes developers more willing to merge agent output. GitHub's stated goal is to replace the anxiety of reviewing AI code with a provable check — did it run, and does it work — and the panels are the mechanism for that proof. Whether teams adopt the app as their primary review surface, rather than continuing to verify elsewhere, is likely to depend on how well the panels handle real projects beyond the website example GitHub describes.

FAQ
What does the diff panel show?
The diff panel shows exactly what lines were added, removed, or changed, with additions highlighted in green and deletions in red.
Can I test a web app inside the Copilot app?
Yes. The browser panel lets you open and test a user interface, and you can use the Pick & Polish tool to select an element and adjust it with the agent.
How do I run commands?
You can run commands inside the session from the terminal panel, either by hand or by configuring a script available through the Run button.
GitHub Blog (AI)Read Original Article

Also reported by GitHub Copilot Blog

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Dynatrace acquires Arize AI as observability shifts to actionSiliconANGLE AI · 4h ago
  • Shared base cuts 100 fine-tunes from 1.5 TB to 19.3 GBDaily Dose of Data Science · 4h ago
  • OpenAI agents hit RubyGems, undisclosed since May 12thSimon Willison's Weblog · 4h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI asks Congress: is an AI slowdown legal?