Microsoft has made a significant move in the world of terminal applications with the introduction of Intelligent Terminal, an open-source fork of Windows Terminal. This innovative application allows users to harness the power of Artificial Intelligence (AI) directly within their terminal without disrupting their regular session. In this article, we will delve into the features and functionality of Intelligent Terminal, exploring its capabilities and potential impact on developers and users alike.
AI-Powered Assistant at Your Fingertips
One of the standout features of Intelligent Terminal is its built-in AI assistant, which can provide assistance with error explanation, command drafting, and problem-solving without requiring users to leave the terminal. This agent can remain aware of what is happening in your terminal and offer help when a command fails. Additionally, it can remember active and past sessions, allowing users to return to earlier work without losing their place.
Choosing Your AI Agent
When opening Intelligent Terminal for the first time, users are presented with the option to select an AI agent from a list of available choices, including GitHub Copilot, Claude, Codex, and Gemini. Each agent has its unique capabilities, and selecting one will determine the level of assistance provided within the terminal.
Configuring Terminal AI
Configuring Intelligent Terminal is relatively straightforward. Users can toggle on automatic error detection and suggestion features, which enable the terminal to notice failed commands and provide potential fixes. The Session Management feature allows users to track active and past agent sessions, making it possible to reopen previous work with ease.
Hands-On Experience with Claude Code
In our hands-on experience with Intelligent Terminal, we selected Claude as our AI model, which is why Claude Code was running inside the pane. We were able to plan a coding task and receive suggestions for auto-accepting edits or manually approving them. The agent panel can be shown or hidden on the left side of the terminal, while the right side features an agent management icon that opens the session management panel and agent status bar.
Resume Session: A Game-Changer for Developers
One of the most significant advantages of Intelligent Terminal is its ability to resume sessions. This feature addresses a common issue in standard Windows Terminal, where users cannot restore previous sessions unless they use Claude’s built-in resume skill, which can sometimes compromise performance. With Intelligent Terminal, developers can now seamlessly switch between active and past agent work.
Conclusion
Microsoft’s Intelligent Terminal represents a significant step forward in the development of AI-powered terminal applications. By providing an open-source fork of Windows Terminal with integrated AI capabilities, Microsoft has opened up new possibilities for users to streamline their workflow and improve productivity. While this application is not yet included with Windows installations, it can be downloaded from the Microsoft Store or GitHub for those interested in exploring its features.
Source: Original article