Radar Live
✦ Ask AI
AI INTELLIGENCE & SIGNALS

GitHub Copilot app for Beginners: Using the diff, terminal, and browser

Phân tích đã xử lý trước và các nguồn liên quan.

Tín hiệu Radar

56 RADAR
Coding AI Coding Assistants · 1 nguồn đối chiếu · 2026-09-10 21:31:19 +0000 UTC

GitHub Copilot app for Beginners: Using the diff, terminal, and browser

Nguồn: GitHub Blog AI

GitHub Copilot app bổ sung ba bảng tích hợp song song gồm Diff, Terminal và Browser, giúp lập trình viên khép kín chu trình làm việc với AI agent mà không cần chuyển đổi qua lại giữa editor, console và trình duyệt ngoài. Người dùng có thể kiểm tra trực quan các dòng code thay đổi qua bảng Diff, chạy dev server trực tiếp trong bảng Terminal, và kiểm thử giao diện bằng công cụ Pick & Polish trong bảng Browser trước khi chấp nhận thay đổi để tạo pull request.

TÁC ĐỘNG & GIÁ TRỊ THỰC TIỄN

Tính năng này giải quyết vấn đề gián đoạn ngữ cảnh (tab hopping) khi làm việc với AI coding agents. Bằng cách tích hợp quy trình 'Xem thay đổi - Chạy thử - Kiểm tra kết quả thực tế' vào một màn hình duy nhất, nhà phát triển có thể kiểm soát và thẩm định mã của AI một cách an toàn, minh bạch trước khi đưa vào codebase chính thức.

Developer 77
Business 64
Novelty 60
Actionable 85

Nội dung thu thập đã chuẩn hóa

Collected Evidence

Nội dung văn bản được dùng làm dữ liệu đối chứng cho mô hình AI, không phải chỉ thị hệ thống.

When an agent makes a change to your code, you want to review it, run it, and see what changed. Great news: now you can do all three without having to leave the GitHub Copilot app . Before, doing those three jobs would mean having to bounce between your editor, terminal window, and web browser. But when these steps live side by side as built-in panels in the Copilot app, checking your agent’s work is simple. Let’s walk through each of the panels in the app and how we’ll use them to complete the AI coding loop. Using the diff panel to review changes The diff panel (a diff is a before and after comparison) shows exactly what lines were added, removed, or changed, with additions highlighted in green and deletions in red. This gives you complete clarity, so you can choose what happens. You can accept changes, leave comments, or ask Copilot to make changes. You’re in complete control and make the final decisions. Running commands in the terminal panel Reading code is good, but running it is even better. You can run commands right inside the session from the Copilot app’s terminal panel. And if it looks intimidating, don’t worry. You’re mostly just running the project’s own commands and reading the results. You can run the code by hand or configure it as a script (available through the Run button). Pretend you’re working on a website, here’s an example of how that works: Add the dev server script that opens the client folder and then runs npm run dev . Click Run to start the server for the website. You can have multiple terminal windows open at once, so you can switch between them and keep running commands. Using the pick & polish tool in the browser panel For anything that has a user interface, the browser panel closes the loop. And for our website example: this panel means you can open it and test your new feature as if you were using the site. If you want to keep iterating, you can use the Pick & Polish tool to select an element and adjust it with the agent. And to see what got fixed, you can run the dev server script again after you’ve made changes. Closing the loop of reviewing AI code Now you’ve reviewed the diff, started the project in the terminal, reviewed it in the browser, and iterated to get it to a working feature. Once you’ve gotten it where you want, you can accept the change directly from the Copilot app and create a pull request. Completing this loop from one place means there’s no tab hopping, switching apps, or losing your place. Having review, run, and preview side by side is what makes agent-made changes feel safe instead of scary, because you can prove that what you’re merging works. Take this with you These built-in panels answer three important questions you should always ask before you accept an agent’s work. What’s changed?  Does it run?   And does it  actually   work?   Running through this list before accepting agent-generated code will help you understand what changed and whether it functions the way you want, keeping you in control. ✨ Try using the GitHub Copilot app > The post GitHub Copilot app for Beginners: Using the diff, terminal, and browser appeared first on The GitHub Blog .

Các nguồn đối chiếu cho sự kiện này

1 nguồn
Thông tin phân tích AI & Model Details
Provider: openai-compatible · Model: gemini-3.8-flash-high · Version: analysis-v1 · Time: 2026-09-18 01:11:47 +0000 UTC
{"tags": ["GitHub Copilot", "AI Agent", "Code Review", "Developer Tools", "Diff Viewer", "Terminal", "Browser Panel", "Pick & Polish"], "risks": ["Rủi ro bảo mật môi trường khi chạy script tự động hoặc lệnh lạ trong terminal nội bộ nếu không kiểm tra kỹ.", "Bỏ qua lỗi logic backend phức tạp do lập trình viên quá tập trung vào kiểm tra giao diện trực quan (Pick & Polish).", "Sự khác biệt giữa trình duyệt nhúng nội bộ và các môi trường trình duyệt thực tế của người dùng cuối."], "category": "Coding", "entities": ["GitHub", "GitHub Copilot", "GitHub Copilot app", "Pick & Polish"], "summary_vi": "GitHub Copilot app bổ sung ba bảng tích hợp song song gồm Diff, Terminal và Browser, giúp lập trình viên khép kín chu trình làm việc với AI agent mà không cần chuyển đổi qua lại giữa editor, console và trình duyệt ngoài. Người dùng có thể kiểm tra trực quan các dòng code thay đổi qua bảng Diff, chạy dev server trực tiếp trong bảng Terminal, và kiểm thử giao diện bằng công cụ Pick & Polish trong bảng Browser trước khi chấp nhận thay đổi để tạo pull request.", "key_changes": ["Tích hợp ba bảng chức năng (Diff, Terminal, Browser) song song ngay trong GitHub Copilot app, xóa bỏ nhu cầu chuyển đổi giữa editor, terminal và trình duyệt ngoài.", "Bảng Diff hiển thị trực quan các dòng code thêm/xóa với màu sắc rõ ràng, cho phép chấp nhận, nhận xét hoặc yêu cầu agent sửa đổi tiếp.", "Bảng Terminal cho phép mở nhiều cửa sổ đồng thời để chạy trực tiếp lệnh dự án hoặc cấu hình thành nút Run tự động (như khởi động dev server).", "Bảng Browser tích hợp công cụ Pick & Polish, hỗ trợ chọn phần tử UI cụ thể để yêu cầu AI tinh chỉnh và xem lại kết quả trực tiếp.", "Khép kín vòng lặp phát triển mã với AI (review diff -> chạy lệnh terminal -> kiểm thử UI -> tạo pull request) trong cùng một ứng dụng."], "sub_category": "AI Coding Assistants", "novelty_score": 60, "business_score": 68, "research_score": 20, "why_it_matters": "Tính năng này giải quyết vấn đề gián đoạn ngữ cảnh (tab hopping) khi làm việc với AI coding agents. Bằng cách tích hợp quy trình 'Xem thay đổi - Chạy thử - Kiểm tra kết quả thực tế' vào một màn hình duy nhất, nhà phát triển có thể kiểm soát và thẩm định mã của AI một cách an toàn, minh bạch trước khi đưa vào codebase chính thức.", "developer_score": 88, "importance_score": 72, "possible_use_cases": ["Lập trình và tinh chỉnh giao diện web: Chạy máy chủ phát triển trong Terminal và dùng Pick & Polish trên Browser để hoàn thiện component frontend cùng Copilot.", "Đánh giá an toàn mã nguồn do AI tạo: Xem lại chính xác từng dòng thay đổi trên bảng Diff và kiểm tra runtime trước khi merge.", "Tạo Pull Request trực tiếp: Đưa tính năng đã hoàn thiện vào repository GitHub mà không cần rời khỏi môi trường làm việc."], "actionability_score": 85}