惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
IT之家
IT之家
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
V
Visual Studio Blog
F
Fortinet All Blogs
The Cloudflare Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
G
Google Developers Blog
Vercel News
Vercel News
爱范儿
爱范儿
小众软件
小众软件
WordPress大学
WordPress大学
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Latest from Windows Central

"An unmatched upgrade opportunity": Intel's new Core Series 3 mobile CPUs target "value buyers"… "There are over 5,700 combinations.": I attended Panasonic's USS Intrepid press conference and saw 10Gbps, Wi‑Fi 7 and on‑device AI in the new Toughbook 56, but should you swap out your Toughbook 55? "We "So Mac folks feel comfortable": Microsoft Microsoft thinks you'll want an Xbox Controller and 1 year of Microsoft 365 and Xbox Game Pass over a MacBook Neo "Microsoft fired the skilled people, leaving flowchart followers": Microsoft's Security Response Center is being blamed for the zero-day BlueHammer exploit leak, but I can't tell who's right "Thank you to every Greymane": Crimson Desert shows no signs of slowing down, topping over 5 million sales… "Another all-round excellent mini PC:" Beelink's discounted desktop is fantastic for intensive work and… Xbox's Starfield gets Nintendo Switch 2 rating days after its PS5 release, keeping hopes for a port of Bethesda's RPG alive — here's what we know "The stuff that we're seeing is really well put together": Xbox game publishing chief says Forza Horizon 6 takes him back to the golden years of racing games Microsoft's Xbox games lead Matt Booty says its studios are in a "culture of cultures" and work together more than you think — Blizzard is even helping with Fable Rumored feature coming to Steam that will help you track prices, and Microsoft should copy it immediately for Xbox and… Xbox and Best Buy want to help you build your first video game in 2026 Microsoft prepares display upgrades and two stage launch for new Surface Pro and Surface Laptop with Intel and… Someone discovered Seagate's Xbox Storage Expansion cards can be used on PC — which has made their value more… ID@Xbox makes a bold claim — “Games launching day one into Game Pass… do very well on other platforms… Before Forza Horizon 6 takes us to Japan, let's remember where the legend began almost 14 years ago "Users can now simply ask what happened": AppControl's optional AI integration gives you in-depth PC diagnostic history in plain English — It works with popular LLMs, but I'll use offline models for added security Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul… "Quantity over quality is not always the answer": WWE 2K26 comes close to being the best in the world, but yearly releases are holding it back I "This is one headset that absolutely will not disappoint anyone": Our favorite Xbox headset raises the bar for sound quality with a price that's lower than I expected "One of the better laptops I’ve encountered and one I’d happily use daily": This high-end ThinkPad is a solid bet for professionals — especially after this generous discount I've finally found a loophole to block a specific type of YouTube ads, and it won’t cost you a dime: Just a… www.windowscentral.com "The Lotus guys probably figured it didn't matter to be wrong": Excel thinks 1900 was a leap year because of a small shortcut taken in the '80s — I'll think of this next time I want to cut corners Starfield's sales on PlayStation 5 make me wonder why Xbox even bothered... was this worth devaluing exclusivity? Overwatch Season 2 is LIVE! Xbox Your Xbox Storage Expansion Cards can have a life after the console if you get a simple adapter for your PC
I tried Microsoft’s new AI-powered Terminal, and it is a ...
Mauro Huculak · 2026-06-13 · via Latest from Windows Central
Intelligent Terminal open in the Windows 11 desktop on the Agents page.
(Image credit: Mauro Huculak)

Windows 11 has a new command-line terminal with AI agent integration, but don't worry, Microsoft's not adding AI to the Windows Terminal. Instead, the company forked the open-source terminal project and created a new tool known as "Intelligent Terminal."

The tool was introduced during the company's developer conference (Build 2026), and it's basically the Windows Terminal you already know, which comes with a side panel that lets you interact with the GitHub Copilot agent by default.

The tool is being advertised as an assistant that you can use to explain errors, build commands, and troubleshoot issues without leaving the terminal to complete the research in other applications, such as the browser.

In my opinion, Microsoft took the right approach by forking a new version of the original tool rather than integrating Copilot into the existing Windows Terminal. This was a smart approach to avoid another AI backlash.

In this guide, I'll outline everything you need to know about the Intelligent Terminal.

Intelligent Terminal for Windows 11

The Intelligent Terminal won't come as part of the default Windows 11 setup. Instead, it's a tool that you have to download and install manually.

You can access this command-line tool by launching the Windows Terminal as an administrator from the Start menu and then running the "winget install Microsoft.IntelligentTerminal" command.

Windows Terminal installing Intelligent Terminal using the WinGet command.

(Image credit: Mauro Huculak)

When you run the terminal for the first time, you'll choose which Agent Client Protocol (ACP) compatible agent to use in the Agent pane. Intelligent Terminal automatically detects agents installed on your computer, with GitHub Copilot appearing as the default option when available.

From the initial setup, you can also enable automatic error detection and suggestions, session management, and pane positioning within the terminal.

One thing to note is that during the setup, enabling error detection installs shell integration that allows Intelligent Terminal to monitor command failures. In contrast, session management installs hooks that track agent activity across terminal sessions.

Terminal interface

The terminal with AI integration offers two main experiences, including agent chat and agent management.

The agent chat pane can be accessed through the toggle at the bottom-left (if you're using a bottom position), or by pressing the "Ctrl + Shift + ." (period) keyboard shortcut. Or use the "Ctrl + Shift + I" shortcut to hide it.

Intelligent Terminal with the chat panel open.

(Image credit: Mauro Huculak)

In this area, that's where you'll also find the error detection icon, which lights up whenever a fixable error is detected. Of course, you can always bring up the chat page to manually ask to explain an error or anything you need.

Now, if the agent has to complete multiple tasks or something complex, it'll run a background task automatically without leaving you out of focus.

The idea behind the experience is for the terminal to lend a hand and help you resolve command-line-related issues without breaking your current flow by having to jump to another app, like the browser, for research.

Although the default agent is GitHub Copilot, you can use Claude Code, Google Gemini, and OpenAI Codex. Also, since the terminal uses the open ACP standard, you're not limited to cloud-based AI agents. However, you'll have to install the agent CLI locally on your computer before the Intelligent Terminal can see it.

Agent management pane

Also, at the bottom-right (assuming you're using the bottom position) is the agent management icon, which opens the session management pane. Microsoft has also assigned the "Ctrl + Shift + /" keyboard shortcut.

Intelligent Terminal with the agent management pane open at the bottom of the screen.

(Image credit: Mauro Huculak)

On the management pane, the Intelligent Terminal will track your active and past agent sessions. At any time, you can jump back to any specific activity.

In other words, it's a central hub to view all agent activity. Using this experience, you can view every AI agent currently running, check task details, monitor long-running tasks, resume previous sessions, and dismiss completed tasks.

For instance, imagine you have multiple tabs, including one creating a Python script and another running tests and fixing errors, without agent management, you'd need to remember which tab contains which task.

On the other hand, with the agent Management panel, you can open one view and see all the details.

Command Palette with AI

Intelligent Terminal also extends the Command Palette with AI actions. By using the "Alt + Shift + /" keyboard shortcut followed by a request, you can send the current terminal context to an agent and start a task without interrupting your workflow.

Intelligent Terminal with Command Palette open with AI agent integration ready to take a request.

(Image credit: Future)

The agent runs in the background while you continue working in the active terminal session.

Intelligent Terminal settings

When you open the settings for this (Windows) Terminal with AI integration, you'll be able to customize the terminal as well as agent settings.

Intelligent Terminal settings opened in the Agents page.

(Image credit: Mauro Huculak)

First, you have control over the AI agents, depending on the agents previously installed on your computer.

Second, from this page, you can change the pane position, as well as configure automatic error detection and error suggestions.

If you ever change any of the settings, remember to click the "Save" button. Sometimes, I even forget, and I assume the changes apply automatically, but that's not the case in the terminal.

Windows Central's Take

I think Microsoft made the right call by keeping AI out of the Windows Terminal and building a separate experience instead. Over the last few years, we've seen the company add AI to everything from the Settings app to Notepad, and not every integration has landed well with users. Developers tend to be especially protective of their tools, so forcing AI into an established terminal experience would have likely created unnecessary friction.

At the same time, I can see the appeal of the Intelligent Terminal. Looking up command syntax, troubleshooting errors, and figuring out why something failed usually means jumping between the terminal, browser tabs, support pages, and forums. If the AI can help reduce those context switches without getting in the way, it could become a genuinely useful productivity tool.

What are your thoughts about Intelligent Terminal and AI-powered command-line tools? Let me know in the comments.

More resources

Explore more in-depth how-to guides, troubleshooting advice, and essential tips to get the most out of Windows 11 and 10. Start browsing here:


Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.


Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 22 years of combined experience in IT and technical writing. He holds various professional certifications from Microsoft, Cisco, VMware, and CompTIA and has been recognized as a Microsoft MVP for many years.