mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-08 08:45:46 +00:00
chore: publish from main
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user