[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82985":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":16,"starSnapshotCount":16,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},82985,"intelligent-terminal","microsoft\u002Fintelligent-terminal","microsoft","A fork of Windows Terminal with native agent integration, right in your command line.","https:\u002F\u002Fdevblogs.microsoft.com\u002Fcommandline\u002Fannouncing-intelligent-terminal-version-0-1\u002F",null,"C++",931,52,8,28,0,33,479,664,231,9.17,"MIT License",false,"main",[26,27,28,29,30,31,32,33,34,35,36,37],"acp","agent","agent-client-protocol","agentic-ai","ai","cli","command-line","console","copilot","terminal","windows","windows-terminal","2026-06-12 02:04:29","\u003Cp align=\"center\">\r\n    \u003Cpicture>\r\n      \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-logo.png\" alt=\"Intelligent Terminal logo\" width=\"128\">\r\n    \u003C\u002Fpicture>\r\n\u003C\u002Fp>\r\n\r\n# Welcome to the Intelligent Terminal repo\r\n\r\n\u003Cdetails>\r\n  \u003Csummary>\u003Cstrong>Table of Contents\u003C\u002Fstrong>\u003C\u002Fsummary>\r\n\r\n- [What is Intelligent Terminal?](#what-is-intelligent-terminal)\r\n- [Installing and running Intelligent Terminal](#installing-and-running-intelligent-terminal)\r\n  - [Microsoft Store](#microsoft-store-recommended)\r\n  - [WinGet](#winget)\r\n  - [Downloads](#downloads)\r\n- [Get Started](#get-started)\r\n- [Keyboard Shortcuts](#keyboard-shortcuts)\r\n- [Configuration](#configuration)\r\n- [Features](#features)\r\n  - [Agent Status Bar](#agent-status-bar)\r\n  - [Agent Pane](#agent-pane)\r\n  - [Agent Management](#agent-management)\r\n  - [Error Detection](#error-detection)\r\n  - [Command Palette](#command-palette)\r\n- [Data & Privacy](#data--privacy)\r\n- [Building the Code](#building-the-code)\r\n- [FAQ](.\u002Fdoc\u002Ffaq.md)\r\n- [Feedback](#feedback)\r\n- [Contributing](#contributing)\r\n- [Code of Conduct](#code-of-conduct)\r\n- [Security](#security)\r\n- [Trademarks](#trademarks)\r\n\r\n\u003C\u002Fdetails>\r\n\r\n\u003Cbr \u002F>\r\n\r\n## What is Intelligent Terminal?\r\n\r\nIntelligent Terminal is an experimental fork of [Windows Terminal](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fterminal) with native agent integration.\r\n\r\nIntelligent Terminal works with any [Agent Client Protocol (ACP)-compatible](https:\u002F\u002Fagentclientprotocol.com\u002Fget-started\u002Fagents) agent CLI. All you need is to install your preferred agent CLI on your PC. If you don't have a preferred agent, we'll get you setup with [GitHub Copilot CLI](https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot\u002Fcli\u002F).\r\n\r\nIntelligent Terminal takes all the features you love in Windows Terminal such as:  tabs, profiles, themes, settings, shells, and keyboard shortcuts, which all work the way you expect.\r\n\r\nRead the [announcement blog post](https:\u002F\u002Fdevblogs.microsoft.com\u002Fcommandline\u002Fannouncing-intelligent-terminal-version-0-1\u002F) for more details.\r\n\r\n---\r\n\r\n## Installing and running Intelligent Terminal\r\n\r\n> [!NOTE]\r\n> Intelligent Terminal requires Windows 11 22H2 or later (22621.6060+). You also need a supported agent CLI and subscription. [GitHub Copilot](https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot\u002Fcli\u002F) is the default.\r\n\r\n### Microsoft Store (recommended)\r\n\r\nInstall the [Intelligent Terminal from the Microsoft Store](https:\u002F\u002Fapps.microsoft.com\u002Fdetail\u002F9NMQC2SSJX24).\r\nThis allows you to always be on the latest version when we release new builds\r\nwith automatic upgrades.\r\n\r\n### WinGet\r\n\r\n[winget](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli) users can download and install\r\nthe latest Intelligent Terminal release by installing the `Microsoft.IntelligentTerminal`\r\npackage:\r\n\r\n```powershell\r\nwinget install --id Microsoft.IntelligentTerminal -e\r\n```\r\n\r\n### Downloads\r\n\r\n| Distribution | Architecture | Link |\r\n|--------------|:------------:|------|\r\n| App Installer | x64, arm64, x86 | [Download](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fintelligent-terminal\u002Freleases\u002Flatest) |\r\n\r\n\r\n---\r\n\r\n## Get Started\r\n\r\n1. On first launch, choose your agent. Intelligent Terminal auto-detects several [ACP-compatible](https:\u002F\u002Fagentclientprotocol.com\u002Fget-started\u002Fagents) agent CLIs on your machine (Copilot\u002FClaude\u002FCodex\u002FGemini). If none are found, it defaults to GitHub Copilot CLI and installs it for you via WinGet.\r\n3. If you aren't already authenticated, the agent pane walks you through sign-in.\r\n4. Start asking questions and using the agent pane for assistance. The agent has context on your shell output, no copy-pasting needed.\r\n\r\n> [!TIP]\r\n> If you see \"running scripts is disabled on this system\" or an `UnauthorizedAccess` error in PowerShell, your execution policy is blocking your profile and Intelligent Terminal can't initialize shell integration. Run:\r\n> ```powershell\r\n> Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned\r\n> ```\r\n> If you run into any other issues or dependency errors, see [installing-dependencies.md](.\u002Fdoc\u002Finstalling-dependencies.md).\r\n\r\n---\r\n\r\n## Keyboard Shortcuts\r\n\r\nAll shortcuts are customizable through Intelligent Terminal settings.\r\n\r\n| Shortcut | Action |\r\n|----------|--------|\r\n| \u003Ckbd>Ctrl+Shift+.\u003C\u002Fkbd> | Toggle the agent pane |\r\n| \u003Ckbd>Ctrl+Shift+I\u003C\u002Fkbd> | Switch focus to\u002Ffrom the agent pane |\r\n| \u003Ckbd>Ctrl+Alt+.\u003C\u002Fkbd> | Open agent pane with error context |\r\n| \u003Ckbd>Ctrl+Shift+\u002F\u003C\u002Fkbd> | Open agent management |\r\n| \u003Ckbd>Alt+Shift+\u002F\u003C\u002Fkbd> | Open Command Palette in prompt mode |\r\n| \u003Ckbd>Alt+Shift+B\u003C\u002Fkbd> | Open an interactive delegate-agent tab with no startup prompt |\r\n\r\n---\r\n\r\n## Configuration\r\n\r\nEverything is configurable through Intelligent Terminal settings, under \"Agent\" settings.\r\n\r\n| Setting | Options |\r\n|---------|---------|\r\n| Agent and model | GitHub Copilot (default), or any ACP-compatible agent CLI, including custom or local agents. Configurable for both the agent pane and command palette. |\r\n| Pane placement | Top, Bottom (default), Left, Right |\r\n| Error detection | Allows Intelligent Terminal to automatically detect command failures |\r\n| Error suggestions | Allows Intelligent Terminal to automatically send detected errors to the agent for fix suggestions |\r\n| Agent session tracking (hooks) | Allows Intelligent Terminal to track active agent sessions and their status in the session management UI |\r\n\r\n---\r\n\r\n## Features\r\n\r\n### Agent Status Bar\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-status-bar.png\" alt=\"Screenshot of the agent status bar at the bottom of the terminal window\">\r\n\u003C\u002Fp>\r\n\r\nThe agent status bar sits at the bottom of the window and gives you quick access to everything agent-related. On the left: the agent pane toggle (hotkey: \u003Ckbd>Ctrl+Shift+.\u003C\u002Fkbd>) and the error detection icon (hotkey: \u003Ckbd>Ctrl+Alt+.\u003C\u002Fkbd>), which lights up when a fixable error is detected. On the right: the agent management icon (hotkey: \u003Ckbd>Ctrl+Shift+\u002F\u003C\u002Fkbd>) that opens your session management panel. It's a persistent, minimal control surface so you're never more than one click away from your agents.\r\n\r\n### Agent Pane\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-agent-pane.png\" alt=\"Screenshot of the agent pane with a development conversation\">\r\n\u003C\u002Fp>\r\n\r\nA context-aware, docked pane with your agent CLI of choice. The pane has context on your shell output across all your shells. Toggle with \u003Ckbd>Ctrl+Shift+.\u003C\u002Fkbd>, switch focus with \u003Ckbd>Ctrl+Shift+I\u003C\u002Fkbd>. If the agent needs to do multiple or complex tasks, it spins up background tasks in new tabs so your active shell stays focused.\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-agent-focus.png\" alt=\"Screenshot of the agent pane with focus, showing multiple panes\">\r\n\u003C\u002Fp>\r\n\r\nWhen you have multiple panes active, a small \"Agent\" indicator will appear on the pane that your agent has \"focus\" on.\r\n\r\n### Agent Management\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-agent-management.png\" alt=\"Screenshot of agent management panel showing active agents and past sessions\">\r\n\u003C\u002Fp>\r\n\r\nView all active agents, their status, and past sessions. Pick up a workflow where you left off or check on a long-running task. Click the agent management icon in the status bar or press \u003Ckbd>Ctrl+Shift+\u002F\u003C\u002Fkbd> to open it.\r\n\r\n### Error Detection\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-error-detection.png\" alt=\"Screenshot of automatic error detection with a suggested fix\">\r\n\u003C\u002Fp>\r\n\r\nWhen a command fails, an indicator appears in the agent status bar. Click it or press \u003Ckbd>Ctrl+Alt+.\u003C\u002Fkbd> to open the agent pane with the error context already loaded. The agent can explain what happened and suggest or run a fix. Configure your settings to auto-detect errors only, or to also auto-suggest fixes.\r\n\r\n### Command Palette\r\n\r\n\u003Cp align=\"center\">\r\n  \u003Cimg src=\".\u002Fimages\u002Fintelligent-terminal-command-palette.png\" alt=\"Screenshot of Command Palette with an agent prompt\">\r\n\u003C\u002Fp>\r\n\r\nType `?` followed by your prompt in the Command Palette to kick off an agent task. Intelligent Terminal injects context from the active pane and starts the agent in a background tab. Use \u003Ckbd>Alt+Shift+\u002F\u003C\u002Fkbd> to jump directly into prompt mode.\r\n\r\n---\r\n\r\n## Data & Privacy\r\n\r\nIntelligent Terminal is a **local transport layer**. It passes your prompts and shell context to your selected agent CLI over stdio\u002FACP. Intelligent Terminal does not call any cloud APIs itself and does not persist conversation history, however, diagnostic logs may be written to disk and telemetry may be emitted as described below.\r\n\r\n### What data flows through Terminal\r\n\r\n- Your prompts (what you type in the agent pane or command palette)\r\n- Shell output context (recent command output shared with the agent for context)\r\n- Basic environment metadata (shell type, OS version)\r\n\r\nAll of this is held in memory for the active session only and discarded when the session ends.\r\n\r\n### Where your data goes depends on your agent CLI\r\n\r\n| Agent CLI | Data routing | Terms |\r\n|-----------|--------------|-------|\r\n| [GitHub Copilot](https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot\u002Fcli\u002F) (default) | GitHub backend | [GitHub Copilot Trust Center](https:\u002F\u002Fresources.github.com\u002Fcopilot-trust-center\u002F). Enterprise protections (e.g., zero data retention) apply for eligible plans. |\r\n| Third-party or custom agent CLIs | Determined by the agent vendor | Governed by that vendor's terms, not Microsoft or GitHub agreements. |\r\n\r\n> [!NOTE]\r\n> Terminal cannot guarantee data protections for third-party agent CLIs. When you select an agent, you're choosing where your data goes. Review your agent vendor's privacy policy before use. For more information on how to use GitHub Copilot responsibly, see [Responsible use of GitHub Copilot](https:\u002F\u002Fdocs.github.com\u002Fen\u002Fcopilot\u002Fresponsible-use\u002Fcopilot-in-windows-terminal).\r\n\r\n### Controls\r\n\r\n- Choose your agent CLI at any time in Settings > Agent\r\n- Disable auto error detection to prevent shell output from being detected automatically\r\n- Intelligent Terminal always asks before running commands on your behalf in your shell\r\n\r\nIntelligent Terminal only collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https:\u002F\u002Fgo.microsoft.com\u002Ffwlink\u002F?LinkID=824704) to learn more. See [PRIVACY.md](.\u002FPRIVACY.md) for details and instructions on how to disable telemetry.\r\n\r\n### Data Collection\r\n\r\nThe software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https:\u002F\u002Fgo.microsoft.com\u002Ffwlink\u002F?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.\r\n\r\n---\r\n\r\n## Building the Code\r\n\r\nBuilding Intelligent Terminal is the same as building Windows Terminal. See the [Developer Guidance](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fterminal#developer-guidance) section of the Windows Terminal README for prerequisites, build instructions, and debugging steps.\r\n\r\n---\r\n\r\n## Feedback\r\n\r\nIntelligent Terminal is in an experimental stage. If you have a feature request or find a bug, [submit an issue](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fintelligent-terminal\u002Fissues) on the GitHub repository. When filing a bug, the **Report a bug (collect logs)** command in the Command Palette (\u003Ckbd>Ctrl+Shift+P\u003C\u002Fkbd>) bundles your diagnostic logs into a timestamped ZIP on your Desktop — attach it to the issue so we have full context.\r\n\r\nIntelligent Terminal ships as a separate app and installs next to your existing Windows Terminal. If you don't want agents in your terminal, nothing changes for you. With this model, we can learn, experiment, and iterate with you, the community, on what this evolution might look like without breaking your existing Windows Terminal flows.\r\n\r\n---\r\n\r\n## Contributing\r\n\r\nWe are excited to work alongside you, our amazing community, to build and enhance Intelligent Terminal!\r\n\r\n**Before you start work on a feature\u002Ffix**, please read & follow the [Windows Terminal Contributor's Guide](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fterminal\u002Fblob\u002Fmain\u002FCONTRIBUTING.md). The contribution process is the same.\r\n\r\n---\r\n\r\n## Code of Conduct\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct\u002F). For more information, see the [Code of Conduct FAQ](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct\u002Ffaq\u002F) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n---\r\n\r\n## Security\r\n\r\nIf you believe you have found a security vulnerability in this repository, please report it following the instructions in [SECURITY.md](.\u002FSECURITY.md).\r\n\r\n---\r\n\r\n## Trademarks\r\n\r\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https:\u002F\u002Fwww.microsoft.com\u002Fen-us\u002Flegal\u002Fintellectualproperty\u002Ftrademarks\u002Fusage\u002Fgeneral). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos is subject to those third-party's policies.\r\n","Intelligent Terminal 是一个基于 Windows Terminal 的实验性分支，集成了原生代理功能，可在命令行中直接使用。它支持任何兼容 Agent Client Protocol (ACP) 的代理CLI，用户只需在PC上安装首选的代理CLI即可开始使用。项目继承了Windows Terminal的所有核心特性，如标签页、配置文件、主题、设置、shell和快捷键等，并新增了代理状态栏、代理面板、错误检测等功能，增强了用户体验。适用于需要高效命令行操作且希望集成AI辅助开发工具的场景。",2,"2026-06-11 04:09:47","CREATED_QUERY"]