AI Shell

Winsage
June 8, 2026
Microsoft has introduced an open-source version of Windows Terminal called Intelligent Terminal, which integrates artificial intelligence into the terminal environment. It functions as a built-in assistant, helping users with error explanations, command drafting, and troubleshooting within the terminal interface. Key features include an AI agent that assists when commands fail and retains memory of active and past sessions for context continuity. Upon first use, users can select their preferred AI agent, including options like GitHub Copilot, Claude, Codex, and Gemini. Intelligent Terminal allows customization with toggles for Automatic Error Detection and Automatic Error Suggestion. The interface includes an AI pane, session management capabilities, and the ability to resume previous sessions. Intelligent Terminal is available for download from the Microsoft Store or GitHub, and it is offered as a separate application rather than being included with standard Windows installations.
Winsage
December 26, 2024
Microsoft has launched the public preview of AI Shell, a command-line utility that integrates generative AI capabilities into Windows PowerShell. It features two AI agents: Azure OpenAI and Copilot in Azure, with the option to add more. The installation requires Windows 10 or later and PowerShell version 7.4.6, using the script: Invoke-Expression “& { $(Invoke-RestMethod ‘https://aka.ms/install-aishell.ps1’) }”. Configuration involves adding API keys after executing the Start-AIShell command. AI Shell can execute commands, provide explanations for cmdlets, assist in writing PowerShell scripts, and generate Python code. It includes commands like /code post to send generated code to the terminal, /code copy to copy code, resolve-error to send errors for resolution, and Invoke-AIShell to send queries.
Search