mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-15 18:35:19 +00:00
[bot] Add GPT-5.6, /refine command, plugin dashboard, and v1.0.70 features to Learning Hub (#2258)
* docs: update Learning Hub with v1.0.69-v1.0.70 Copilot features - Add GPT-5.6 model to building-custom-agents.md model table (v1.0.70+) - Add /refine command documentation to copilot-configuration-basics.md (v1.0.70+) - Add --sandbox/--no-sandbox startup flags to copilot-configuration-basics.md (v1.0.70+) - Add .github/copilot/settings.json trusted repo model pinning (v1.0.70+) - Add SHA pinning for marketplace registrations to installing-and-using-plugins.md (v1.0.70+) - Add /plugins interactive dashboard to installing-and-using-plugins.md (v1.0.69+) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update website/src/content/docs/learning-hub/installing-and-using-plugins.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
committed by
GitHub
parent
30472ecf0f
commit
f8d98b41d1
@@ -3,7 +3,7 @@ title: 'Building Custom Agents'
|
||||
description: 'Learn how to create specialized GitHub Copilot agents with custom personas, tool integrations, and domain expertise.'
|
||||
authors:
|
||||
- GitHub Copilot Learning Hub Team
|
||||
lastUpdated: 2026-07-06
|
||||
lastUpdated: 2026-07-09
|
||||
estimatedReadingTime: '10 minutes'
|
||||
tags:
|
||||
- agents
|
||||
@@ -256,6 +256,7 @@ The agent can then query your database, analyze query plans, and suggest optimiz
|
||||
|----------|-------------------|
|
||||
| Most demanding reasoning, security review | Claude Sonnet 5 *(v1.0.67+)* |
|
||||
| Complex reasoning, analysis | Claude Sonnet 4 |
|
||||
| Code generation, tool-driven agentic work | GPT-5.6 *(v1.0.70+)* |
|
||||
| Code generation, refactoring | GPT-4.1 |
|
||||
| Code-specialized tasks, large context | kimi-k2.7-code *(v1.0.68+)* |
|
||||
| Quick analysis, simple tasks | Claude Haiku or GPT-4.1-mini |
|
||||
|
||||
Reference in New Issue
Block a user