[bot] Document model fallback lists, CIMD OAuth, and sandbox network isolation (v1.0.83) - #2953
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…ion changes (v1.0.83) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Routine check of GitHub Copilot CLI changelog (v1.0.82–v1.0.84) against the Learning Hub found three undocumented features from v1.0.83 worth adding to existing pages. No new pages were warranted — all changes fit as additions to existing sections.
What was found
modelin agent frontmatter can now list several models, tried in order until one is available, paired withmodel-policy: requiredto pin the agent to that list.Sections updated
building-custom-agents.md— added a note on model fallback lists andmodel-policyunder the frontmatter fields section.understanding-mcp-servers.md— added a note on CIMD OAuth support under the Authentication section.copilot-configuration-basics.md— added a breaking-change note on sandbox network isolation and new Linux sandboxing prerequisites under the sandbox settings section.Other items in the v1.0.81–v1.0.84 changelog (plugins dashboard rollout, MCP 2026-07-28 support, hook trace context) were already documented in the Learning Hub. UI-only changes (taskbar session indicator, sessions sidebar sorting, herdr terminal detection) were judged too minor to warrant new documentation.
Source