Conversation
- Add shell tab completion tip (copilot completion bash|zsh|fish) to Ch00 - Update Ch00 trust/permission wording: approvals now persist automatically by default - Add /chronicle command to Ch01 Session commands reference table Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the beginner setup chapter to add optional shell-completion guidance for GitHub Copilot CLI during local installation.
Changes:
- Adds an expandable “Optional: Enable shell tab completion” section to Chapter 00.
- Includes example completion commands for Bash, Zsh, and Fish.
- Notes that PowerShell can run Copilot CLI on Windows, but
copilot completiondoes not currently target PowerShell.
Show a summary per file
| File | Description |
|---|---|
00-quick-start/README.md |
Adds optional shell tab-completion setup guidance to the Quick Start installation flow. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 2
| curl -fsSL https://gh.io/copilot-install | bash | ||
| ``` | ||
|
|
||
| <details> |
| copilot completion zsh > "${fpath[1]}/_copilot" | ||
|
|
||
| # Fish | ||
| copilot completion fish > ~/.config/fish/completions/copilot.fish |
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 (v1.0.37 - v1.0.40)
This PR updates the course content to reflect recent Copilot CLI releases from the past 7 days (April 27 - May 4, 2026). Only beginner-friendly, stable content is included.
Sections Updated
Chapter 00 - Quick Start (
00-quick-start/README.md)Optional shell tab completion: Added an expandable optional section after installation. It links the beginner-friendly explanation to the officially documented
copilot completionsupport for Bash, Zsh, and Fish, and notes that PowerShell is not currently supported bycopilot completion.Permission wording: Kept the trust-folder wording aligned with the course flow and avoided over-specifying behavior that may vary by CLI version or trust choice.
Chapter 01 - First Steps (
01-setup-and-first-steps/README.md)No command table changes are included.
/chroniclewas intentionally omitted because the command reference still marks it as experimental.Source Announcements