Skip to content

[bot] docs: add auto model selection and document file attachment (v1.0.32)#93

Merged
DanWahlin merged 3 commits intomainfrom
update/v1.0.32-features-1f4f916c6f438ff7
Apr 22, 2026
Merged

[bot] docs: add auto model selection and document file attachment (v1.0.32)#93
DanWahlin merged 3 commits intomainfrom
update/v1.0.32-features-1f4f916c6f438ff7

Conversation

@DanWahlin
Copy link
Copy Markdown
Collaborator

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. auto model selection

"Select auto as your model to let Copilot automatically pick the best available model for each session."

Beginners are often unsure which AI model to choose. The new auto option removes that friction entirely — Copilot picks the best model for you.

2. Attach document files to prompts

"Attach supported document files to prompts for the agent to read and reason about."

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)

  • Switching Models section: Added a tip explaining the auto model option for beginners who don't want to manually select a model.

Chapter 02 (02-context-conversations/README.md)

  • Working with Images section (inside "Optional: Going Deeper"): Added a new "Attaching Document Files" sub-section explaining when and how to attach external documents to prompts, with an example using the book app project.

Sources

Generated by Course Updater · ● 1.3M ·

- 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>
@DanWahlin
Copy link
Copy Markdown
Collaborator Author

DanWahlin commented Apr 22, 2026

@copilot Remove 02-context-conversations/README.md from the PR

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 22, 2026

@copilot Remove 02-context-conversations/README.md from the PR

Done — the changes to 02-context-conversations/README.md have been reverted (ab130e9). The PR now only includes the auto model selection update to Chapter 01.

@DanWahlin DanWahlin marked this pull request as ready for review April 22, 2026 03:51
Copilot AI review requested due to automatic review settings April 22, 2026 03:51
@DanWahlin DanWahlin merged commit 797b6b7 into main Apr 22, 2026
3 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the beginner course docs to reflect Copilot CLI v1.0.32 by adding guidance that helps new users choose an AI model more easily.

Changes:

  • Add a new tip in Chapter 01 explaining the auto/“Auto” model selection option in the /model picker.
Show a summary per file
File Description
01-setup-and-first-steps/README.md Documents the new “Auto” model selection option for beginners in the model-switching section.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2


> 💡 **Tip**: Some models cost more "premium requests" than others. Models marked **1x** (like Claude Sonnet 4.5) are a great default. They're capable and efficient. Higher-multiplier models use your premium request quota faster, so save those for when you really need them.
> 💡 **Not sure which model to pick?** Select **`Auto`** from the model picker to let Copilot automatically choose the best available model for each session. This is a great default if you're just getting started and don't want to think about model selection.

> 💡 **Tip**: Some models cost more "premium requests" than others. Models marked **1x** (like Claude Sonnet 4.5) are a great default. They're capable and efficient. Higher-multiplier models use your premium request quota faster, so save those for when you really need them.
> 💡 **Not sure which model to pick?** Select **`Auto`** from the model picker to let Copilot automatically choose the best available model for each session. This is a great default if you're just getting started and don't want to think about model selection.
@DanWahlin DanWahlin deleted the update/v1.0.32-features-1f4f916c6f438ff7 branch April 22, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants