[bot] Update agent model config and MCP dashboard docs for v1.0.83 - #213
Draft
DanWahlin wants to merge 1 commit into
Draft
[bot] Update agent model config and MCP dashboard docs for v1.0.83#213DanWahlin wants to merge 1 commit into
DanWahlin wants to merge 1 commit into
Conversation
- Chapter 04: Remove outdated 'VS Code Only' note for the model property; document that custom agents now support model lists with automatic fallback and model-policy: required (added in v1.0.83) - Chapter 06: Add note that /mcp add, /mcp edit, and /mcp auth now open inside the unified plugins dashboard (changed in v1.0.83) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Cancelar
El lun, 7 de sept de 2026, 6:47 a.m., Dan Wahlin ***@***.***>
escribió:
… What changed in Copilot CLI v1.0.83
Two beginner-relevant changes were shipped in v1.0.83
<https://github.com/github/copilot-cli/releases/tag/v1.0.83> (released
2026-09-04):
1.
*Custom agents can now specify multiple models* — The model property
in .agent.md files now works in GitHub Copilot CLI (not just VS Code).
You can provide a single model ID or a prioritized list; Copilot tries them
in order until one is available. The new model-policy: required field
locks agents to the specified list.
2.
*MCP add/edit/auth forms now open in the plugins dashboard* — When you
run /mcp add, /mcp edit <name>, or /mcp auth <name>, the form opens
inside the unified plugins dashboard instead of a separate panel. Closing
the form returns you to the server list automatically.
What was updated Chapter 04 — Agents & Custom Instructions
- Removed outdated
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed in Copilot CLI v1.0.83
Two beginner-relevant changes were shipped in v1.0.83 (released 2026-09-04):
Custom agents can now specify multiple models — The
modelproperty in.agent.mdfiles now works in GitHub Copilot CLI (not just VS Code). You can provide a single model ID or a prioritized list; Copilot tries them in order until one is available. The newmodel-policy: requiredfield locks agents to the specified list.MCP add/edit/auth forms now open in the plugins dashboard — When you run
/mcp add,/mcp edit <name>, or/mcp auth <name>, the form opens inside the unified plugins dashboard instead of a separate panel. Closing the form returns you to the server list automatically.What was updated
Chapter 04 — Agents & Custom Instructions
⚠️ VS Code Onlycallout that said themodelproperty was not supported in Copilot CLI.modelandmodel-policyrows to the YAML Properties table.Chapter 06 — MCP Servers
💡 Plugins Dashboardcallout below the slash-commands table explaining that interactive MCP management forms now open inside the plugins dashboard.Sources