GitHub Copilot

Winsage
June 13, 2026
Windows 11 has introduced a new command-line tool called "Intelligent Terminal," which is a fork of the open-source Windows Terminal project and integrates an AI agent, specifically GitHub Copilot by default. Users must manually download and install the Intelligent Terminal, which retains the familiar Windows Terminal interface but adds a side panel for AI interaction. Upon first launch, users select an Agent Client Protocol (ACP) compatible agent, with options to enable features like automatic error detection and session management. The Intelligent Terminal offers two main experiences: agent chat and agent management. The agent chat pane allows users to inquire about errors and receive assistance, while the agent management pane tracks active and past agent sessions. Users can also utilize other agents like Claude Code, Google Gemini, and OpenAI Codex, provided they are installed locally. The Command Palette is enhanced with AI actions, allowing users to initiate tasks without interrupting their workflow. Users can customize terminal and agent settings, including pane position and error detection features. Adjustments require saving to apply changes.
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
June 7, 2026
Microsoft announced several key updates at the Build 2026 developer conference, particularly for Windows 11: 1. Coreutils: This suite brings familiar Linux command-line utilities to Windows 11, allowing developers to use commands like ls, cp, and mkdir natively without third-party solutions. It can be installed via GitHub or the Windows Package Manager. 2. WSL Containers: This feature introduces a built-in container runtime for running Linux containers on Windows 11, eliminating the need for external platforms like Docker. It utilizes a command-line tool called "wslc.exe" and allows for OCI-compatible Linux containers. 3. Intelligent Terminal: This feature integrates AI agents into the terminal, providing context-aware assistance for developers. It can be installed via the Microsoft Store or Command Prompt. 4. Windows Developer Configurations: This configuration file for the Windows Package Manager automates the installation of essential developer tools and settings, streamlining the setup process for new development or testing machines.
Winsage
June 6, 2026
During the Build 2026 developer conference, Microsoft announced several updates for developers using Windows 11. Key announcements included: 1. Coreutils: A utility that enhances the experience of toggling between operating systems, allowing developers to install it via GitHub or the Windows Package Manager with the command "winget install Microsoft.Coreutils." 2. WSL Containers: A built-in container runtime that eliminates the need for third-party platforms like Docker, facilitated by a new command-line tool "wslc.exe" and an accompanying API. 3. Intelligent Terminal: A feature that integrates AI agents into the terminal, providing context-aware assistance directly within the command line. It can be installed via the Microsoft Store or with the command "winget install Microsoft.IntelligentTerminal." 4. Windows Developer Configurations: A configuration file (dev-config.winget) that automates the installation of essential developer tools and settings with a single command, simplifying the setup process for new development or testing machines.
Winsage
June 4, 2026
Microsoft is focusing on increasing native applications and components in Windows 11 to improve performance and user experiences. At the Build 2026 conference, Microsoft encouraged third-party developers to create native applications through a series of sessions and provided tools and resources for this purpose. The Windows K2 initiative aims to transform key elements like the Start menu into native components. A session titled "Use agents to build WinUI 3 apps" discussed strategies for developing native applications, including the use of AI tools like the WinUI agent plugin for GitHub Copilot. Microsoft also introduced WinUI 3 templates to streamline native app creation and emphasized the modernization of applications beyond just code rewriting. The Surface Laptop Ultra, announced at Computex, is designed for AI workloads, featuring up to 128GB of RAM and built on the NVIDIA RTX Spark platform, which includes a 20-core Arm N1x CPU and an RTX GPU with up to 6,144 cores, delivering 1 petaflop of AI computing power. This device aims to attract developers to Microsoft's ecosystem.
Winsage
June 3, 2026
Microsoft has released Intelligent Terminal 0.1, an open-source variant of Windows Terminal that includes native agent functionality. It can be installed via the Microsoft Store or WinGet and operates alongside the existing Windows Terminal. Intelligent Terminal allows users to troubleshoot issues directly within the terminal by interacting with an AI agent that understands the terminal context. The tool features a persistent agent pane for seamless interaction, with GitHub Copilot CLI as the default agent, though it supports any ACP-compatible agent. Automatic error detection is included, providing users with relevant error context and potential fixes. An agent management panel helps users oversee multiple agents and their statuses. The Command Palette has been updated to facilitate agent interactions without disrupting the workflow. Microsoft plans to evolve Intelligent Terminal based on community feedback, with its GitHub repository open for contributions. The release also marks the phasing out of Terminal Chat in Windows Terminal Canary, while the mainline Windows Terminal remains unchanged.
AppWizard
June 3, 2026
Google has initiated a confidential program to acquire app source code from select developers on the Play Store to enhance its AI-powered coding tools. The company is offering financial incentives to developers who share their app source code, allowing them to retain ownership and intellectual property rights. Google is specifically targeting real-world Android applications, including older projects, to improve its Gemini models and coding functionalities. The initiative aims to elevate the performance of Google's AI offerings, particularly the upcoming Gemini 3.5 and Antigravity 2.0 coding agent, and to position the company more competitively against rivals like Microsoft and Anthropic.
Winsage
June 3, 2026
Microsoft has introduced the Intelligent Terminal, an experimental version of the Windows Terminal that integrates AI capabilities while keeping the core Windows Terminal unchanged. Users can access it via the Microsoft Store, winget, or GitHub, with GitHub Copilot as the default AI agent, though users can choose other compatible agents. Early reactions include skepticism about AI, but many users appreciate that the standard Windows Terminal remains intact.
Winsage
June 2, 2026
AI agents have evolved from simple question-answering systems to autonomous entities that can perform actions across various platforms. This shift raises concerns about control and trust, necessitating a change in security paradigms. Developers are now required to integrate security into the architecture of their platforms to maintain trust in agent deployment. Microsoft has expanded Agent 365 to manage local agents on Windows, introducing policy-based controls to govern agent actions. The Microsoft Execution Containers (MXC) SDK provides a policy-driven execution layer for agents, allowing developers to define constraints and ensuring consistent enforcement at runtime. Windows supports various containment options, including process and session isolation, to mitigate risks associated with agent behavior. Micro-VMs and Linux containers are also being integrated into the containment model. Windows 365 for Agents enables agents to operate in a managed cloud environment, limiting potential compromises. Collaborations with industry leaders aim to align containment strategies with developer needs. The security model is built on a foundation designed to minimize risk, incorporating features like passwordless sign-in and real-time protection through Windows Defender. The focus remains on enabling developers to create secure, governable agents for real-world deployment.
Search