Skip to content

[bot] Add /settings, /app commands and new config locations (v1.0.61–v1.0.62)#165

Merged
DanWahlin merged 2 commits into
mainfrom
update/settings-app-mcp-json-instructions-2026-06-15-9bffa6c6acbed215
Jun 15, 2026
Merged

[bot] Add /settings, /app commands and new config locations (v1.0.61–v1.0.62)#165
DanWahlin merged 2 commits into
mainfrom
update/settings-app-mcp-json-instructions-2026-06-15-9bffa6c6acbed215

Conversation

@DanWahlin

Copy link
Copy Markdown
Collaborator

What's new in Copilot CLI

Releases v1.0.61 (2026-06-09) and v1.0.62 (2026-06-13) introduced several beginner-relevant features not yet covered in the course.

New features found

Feature Release Beginner relevance
/settings interactive dialog — browse and edit all user settings in one place v1.0.61 ✅ High — makes configuration discoverable
Auto-load MCP servers from .github/mcp.json workspace config v1.0.61 ✅ High — new config location learners may encounter
/app slash command — open the GitHub app or a browser fallback v1.0.62 ✅ Medium — simple, useful shortcut
~/.copilot/instructions/**/*.instructions.md — user-level instruction files v1.0.61 ✅ Medium — extends existing concept of instruction files

Sections updated

  • Chapter 01 (01-setup-and-first-steps/README.md):

    • Added /settings to the Agent Environment command table
    • Added /app to the Help and Feedback command table
  • Chapter 04 (04-agents-custom-instructions/README.md):

    • Added ~/.copilot/instructions/**/*.instructions.md (user scope) to the Instruction File Formats table
  • Chapter 06 (06-mcp-servers/README.md):

    • Updated the MCP Configuration File section to mention .github/mcp.json as a workspace-level config option alongside .mcp.json and ~/.copilot/mcp-config.json

Sources

Generated by Course Updater · ● 874.6K ·

….61-62

- Add /settings slash command to Chapter 01's Agent Environment table
  (interactive dialog to browse and edit all user settings)
- Add /app slash command to Chapter 01's Help and Feedback table
  (opens GitHub app or browser fallback from the CLI)
- Update Chapter 06 MCP Configuration File section to mention .github/mcp.json
  as a new workspace-level config location (auto-loaded alongside .mcp.json)
- Add ~/.copilot/instructions/**/*.instructions.md to Chapter 04's Instruction
  File Formats table as a user-level instruction location that applies across
  all projects

Features from GitHub Copilot CLI v1.0.61 (2026-06-09) and v1.0.62 (2026-06-13).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GitHub Advanced Security started work on behalf of DanWahlin June 15, 2026 22:17 View session
@DanWahlin DanWahlin marked this pull request as ready for review June 15, 2026 22:17
Copilot AI review requested due to automatic review settings June 15, 2026 22:17
@DanWahlin DanWahlin merged commit 5332639 into main Jun 15, 2026
4 of 5 checks passed
GitHub Advanced Security finished work on behalf of DanWahlin June 15, 2026 22:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 courseware documentation to reflect new GitHub Copilot CLI features introduced in v1.0.61–v1.0.62, specifically new slash commands and newly supported configuration file locations that beginners are likely to encounter.

Changes:

  • Chapter 01: Documents new slash commands /settings and /app in the “Additional Commands” reference tables.
  • Chapter 04: Adds the new user-level instruction file location ~/.copilot/instructions/**/*.instructions.md to the instruction formats table.
  • Chapter 06: Expands MCP configuration documentation to include .github/mcp.json as an auto-loaded workspace config option.
Show a summary per file
File Description
01-setup-and-first-steps/README.md Adds /settings and /app to the command reference tables for newer CLI versions.
04-agents-custom-instructions/README.md Documents the new user-scoped instruction file path pattern.
06-mcp-servers/README.md Adds .github/mcp.json as a supported MCP config location and explains how it’s loaded.

Copilot's findings

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

Comment thread 06-mcp-servers/README.md
## MCP Configuration File

MCP servers are configured in `~/.copilot/mcp-config.json` (user-level, applies to all projects) or `.mcp.json` (project-level, placed in the root of your project). If you used `/mcp search` above, the CLI already created or updated this file for you, but it's useful to understand the format for customization.
MCP servers can be configured at the user level in `~/.copilot/mcp-config.json`, which applies across projects, at the project level in `.mcp.json`, or in the workspace config file `.github/mcp.json`. `.github/mcp.json` is auto-loaded alongside `.mcp.json`. If you used `/mcp search`, the CLI created or updated your user-level `~/.copilot/mcp-config.json`, but understanding the JSON format is useful when you want to customize or share project-level MCP configuration.
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.

2 participants