Microsoft Tests AI Agents in New Intelligent Terminal Fork


TL;DR

  • Terminal Launch: Intelligent Terminal 0.1 has launched as an experimental shell companion for diagnosing failed commands.
  • Agent Pane: The app uses a docked pane with GitHub Copilot CLI by default and supports compatible installed agents.
  • Error Help: Failed commands can open guidance with error context from the status bar or Ctrl+Alt+period shortcut.
  • Product Boundary: Microsoft is deprecating Terminal Chat in Canary while keeping this experiment separate from Windows Terminal.

Microsoft has launched shell companion version 0.1 as an experimental fork for diagnosing failed shell tasks. Its separate app can open a docked AI pane, pass shell context into an agent, and keep the stable product path unchanged while demand for an in-shell companion is tested.

Intelligent Terminal installs alongside Windows Terminal rather than replacing it. Microsoft offers the app through the Microsoft Store or via winget install Microsoft.IntelligentTerminal command, and the separate package gives the company a test bed for agent-assisted troubleshooting without changing the stable terminal for the wider user base. Microsoft describes the release as experimental and is asking users to submit issues or feature requests through GitHub.

AI Companion Inside the Shell

Intelligent Terminal centers on a docked agent pane that can use GitHub Copilot CLI as the default agent. Agent Client Protocol support works as a compatibility layer for different installed AI tools, so users can connect another compatible assistant when its CLI is already on the PC. For developers, active shell context becomes input for an assistant instead of material they must copy into a browser, forum thread, or separate chat window.

Failed-command handling gives the release its clearest workflow. Intelligent Terminal can detect command failures, open the agent pane with error context loaded, and let users trigger guidance from the agent status bar or Ctrl+Alt+period. Alt+Shift+/ can pass active-pane context to the agent and start it in a background tab, keeping the shell available for follow-up commands while the agent works on the failure.

GitHub Copilot CLI gives the pane a ready agent base. Terminal Chat in Windows Terminal Canary put Copilot assistance inside the terminal in 2024. Intelligent Terminal turns that direction into visible Windows controls for prompting, error context, and compatible agent choices.