[bot] docs: add auto model selection and document file attachment (v1.0.32)#93
Draft
[bot] docs: add auto model selection and document file attachment (v1.0.32)#93
Conversation
- Chapter 01: Add note about 'auto' model option so beginners don't have to manually pick a model — Copilot will choose the best one - Chapter 02: Add 'Attaching Document Files' section explaining how to attach PDFs, Word docs, and other files to prompts for context 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.
What's new in Copilot CLI
Two beginner-friendly features were released in v1.0.32 (April 17, 2026) that were not yet documented in the course:
1.
automodel selectionBeginners are often unsure which AI model to choose. The new
autooption removes that friction entirely — Copilot picks the best model for you.2. Attach document files to prompts
Previously, Chapter 02 covered
@file references and image paste. This new capability lets learners attach external documents (PDFs, Word files, etc.) as context — useful for requirements specs, design docs, or other reference material not in the codebase.Course sections updated
Chapter 01 (
01-setup-and-first-steps/README.md)automodel option for beginners who don't want to manually select a model.Chapter 02 (
02-context-conversations/README.md)Sources