chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-07 23:48:19 +00:00
parent 023b04364c
commit 1ed4e220e8
2 changed files with 21 additions and 3 deletions
@@ -3,7 +3,7 @@ title: 'GitHub Copilot Terminology Glossary'
description: 'A quick reference guide defining common GitHub Copilot and platform-specific terms.'
authors:
- GitHub Copilot Learning Hub Team
lastUpdated: 2026-09-02
lastUpdated: 2026-09-07
estimatedReadingTime: '8 minutes'
tags:
- glossary
@@ -279,4 +279,16 @@ tools: ['codebase', 'terminalCommand', 'github']
---
### Agent Host
A VS Code component (v1.136+) that lets multiple VS Code windows connect to the same agent session. It runs agent harnesses (such as Copilot or Claude) in a dedicated process built on the open **Agent Host Protocol (AHP)**. The agent host's Copilot harness is powered by the [Copilot SDK](https://www.npmjs.com/package/@github/copilot-sdk), which keeps its behavior aligned with the Copilot CLI, the standalone GitHub Copilot app, and other Copilot products.
**Example**: Starting a session in one VS Code window, then reconnecting to the same live session from a second window without losing state.
**When to use**: When you want a consistent agent session shared across multiple editor windows, or when you want the same underlying agent behavior across VS Code, the CLI, and the Copilot app.
**Related terms**: [Agent](#agent), [Coding Agent](#coding-agent)
---
**Have a term you'd like to see added?** Contributions are welcome! See our [Contributing Guidelines](https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md) for how to suggest additions to this glossary.