Tech News

Microsoft Unveils Intelligent Terminal, a New AI-Powered Console

At Build 2026, Microsoft unveiled Intelligent Terminal version 0.1, an experimental open-source fork of Windows Terminal. What is the point of this extra terminal? Here are the first details.

A Terminal with Access to AI Agents

Windows Terminal works well and has become the reference terminal on Windows. It is also built into Windows, customizable, and pleasant to use every day. Yet Microsoft decided to create a fork: Intelligent Terminal. Since it is a fork, this new project inherits the interface and features of its predecessor.

If Windows has been replaced by Intelligent in the name, it is because this is about artificial intelligence, and more specifically AI agents. At the heart of Intelligent Terminal is the agent pane. This is a panel docked at the bottom of the window (which you can move), contextual, and fully configurable.

When you are working in your Terminal, it makes interactions with AI easier. For example, instead of copying an error, opening a browser, and browsing forums to find a solution, you can directly ask an AI agent. You can ask it to explain an error or help you fix it. What is convenient is that if an error is detected (and it will be automatically), all you need to do is click a button or use the Ctrl + Alt + . shortcut to ask the AI.

The advantage of Intelligent Terminal is that it permanently keeps ready-to-use context about your console output. This allows it to immediately understand what you need help with. By default, the AI agent invoked is GitHub Copilot CLI, but the terminal is compatible with any agent that follows the ACP protocol (Agent Client Protocol). This makes it a flexible approach, including compatibility with AI tools running locally, even though it works out of the box thanks to GitHub Copilot CLI.

"If the agent needs to perform multiple tasks or complex tasks, it will launch background tasks in new tabs so that your active terminal window remains in the foreground.", Microsoft explains.

Managing AI Agents with Intelligent Terminal

Intelligent Terminal inherits Windows Terminal's tab system. It is therefore possible to have multiple tabs open, each with access to an AI agent. As a result, managing the AI agents associated with your consoles can quickly become complicated. To address this need, Intelligent Terminal includes an agent management panel.

It centralizes the status of all active agents and lists past sessions in the form of a history. This makes it possible to monitor the activity of a long-running task executing in the background and even resume a previous task.

Microsoft also came up with the idea of creating a link between Intelligent Terminal and the Command Palette available through PowerToys. In fact, it also serves as an entry point for querying the AI by using the ? character followed by your request.

The idea is simple: you are in your Intelligent Terminal tab, you open the Command Palette, and you enter your query. By doing this, the terminal automatically injects the context of the active pane and starts the agent in a background tab without blocking your current session. This allows you to launch a task without disrupting your console.

How Do You Install Intelligent Terminal?

Intelligent Terminal is distributed as a separate application from Windows Terminal and installs alongside your regular Windows Terminal. It is available via GitHub, the Microsoft Store, and WinGet.

To install it, open WinGet on Windows and run this command:

winget install Microsoft.IntelligentTerminal

Finally, note that Intelligent Terminal also marks the end of the Terminal Chat feature that was previously available in the Canary versions of Windows Terminal. It remains to be seen what will become of Intelligent Terminal in the future.

What do you think?

author avatar
Florian Burnel Co-founder of IT-Connect
Systems and network engineer, co-founder of IT-Connect and Microsoft MVP "Cloud and Datacenter Management". I'd like to share my experience and discoveries through my articles. I'm a generalist with a particular interest in Microsoft solutions and scripting. Enjoy your reading.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.