BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News GitHub Copilot Can Now Run in Windows Terminal

GitHub Copilot Can Now Run in Windows Terminal

Log in to listen to this article

GitHub Copilot's integration into Windows Terminal Canary introduces an AI-driven feature called Terminal Chat, enabling users to receive command suggestions and explanations directly within the terminal environment. This integration is accessible to all GitHub Copilot subscribers, including Individual, Business, and Enterprise users.

Terminal Chat allows users to interact with an AI service to obtain intelligent suggestions relevant to their terminal context. This feature does not include its own large-language model but can be managed through Group Policy settings. To utilize this feature, users need a subscription to GitHub Copilot and the latest build of Windows Terminal Canary. After authenticating their GitHub account within the Terminal Chat settings, users can engage with GitHub Copilot directly in the terminal. ​

The integration of GitHub Copilot into Windows Terminal is important because it brings AI-powered assistance directly into a traditionally manual environment, enabling developers to receive real-time command suggestions and explanations without leaving the terminal. This reduces context-switching, accelerates learning, and helps prevent errors, particularly for users working with complex or unfamiliar command-line tasks. By leveraging the user’s current context, the feature provides tailored guidance that supports more efficient workflows in areas like development, system administration, and DevOps.

Moreover, the feature demonstrates how AI services can be contextually aware within specialized environments. Unlike general-purpose AI tools, Terminal Chat leverages the user’s current working context to provide tailored suggestions, aligning with the specific tasks or challenges at hand. It also highlights the trend of integrating AI capabilities not as standalone tools, but as embedded components within existing developer workflows.

Christopher Nguyen, product manager II for Windows Terminal, noted in the article that, "GitHub Copilot users can now use the power of GitHub Copilot to get command suggestions and explanations without leaving the terminal with Terminal Chat in Windows Terminal Canary." ​This underscores the focus on reducing friction in development environments, making support tools more accessible exactly where they are needed.

In a broader context, this feature illustrates how developer tools are evolving to incorporate intelligent systems that adapt to user needs. It aligns with ongoing efforts to make software development more efficient and less error-prone, especially as the complexity of systems and the speed of delivery continue to increase.

By incorporating AI assistance directly into the terminal, developers can streamline their workflows, reduce context-switching, and focus more on problem-solving and collaboration. This integration exemplifies the evolving landscape of development environments, where AI tools are becoming integral components in enhancing coding efficiency and developer experience.

About the Author

BT