docs(learning-hub): document Agent Plugins 1.0 rebrand and /limits predict (#2719)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-08-24 11:38:48 +10:00
committed by GitHub
co-authored by PretaSOFT Copilot
parent 3509be62ca
commit 610e50da61
2 changed files with 13 additions and 5 deletions
@@ -3,7 +3,7 @@ title: 'Copilot Configuration Basics'
description: 'Learn how to configure GitHub Copilot at user, workspace, and repository levels to optimize your AI-assisted development experience.'
authors:
- GitHub Copilot Learning Hub Team
lastUpdated: 2026-08-10
lastUpdated: 2026-08-19
estimatedReadingTime: '10 minutes'
tags:
- configuration
@@ -703,6 +703,12 @@ The `/usage` command displays session metrics such as the number of tokens consu
/usage
```
**`/limits predict`** *(v1.0.76+)*: Usage-based billing users can run `/limits predict` to get a suggested AI-credit limit for the current session, based on the credit consumption of similar past sessions. This helps you set a realistic `sessionLimits` value ahead of a large task instead of guessing:
```
/limits predict
```
The `/compact` command summarizes the conversation history to free up context window space while preserving the thread of the conversation. Use it when your context is getting full but you do not want to start a fresh session:
```