Skip to content

Commit c1f58df

Browse files
authored
Merge pull request #169 from github/update/copilot-cli-june-2026-7678b7474fb75d47
[bot] Add /worktree, /every, /after, model aliases, and agent session-scope note
2 parents ea86399 + a009bf0 commit c1f58df

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

01-setup-and-first-steps/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ That's it for getting started! As you become comfortable, you can explore additi
459459
| `/usage` | Display session usage metrics and statistics, including quota progress bars |
460460
| `/session` | Show session info and workspace summary; use `/session delete`, `/session delete <id>`, or `/session delete-all` to remove sessions |
461461
| `/share` | Export session as a markdown file, GitHub gist, or self-contained HTML file |
462+
| `/every <interval> <prompt>` | Schedule a prompt to run on a recurring interval (e.g., `/every 1h summarize new commits`). Use natural language for the interval. `/loop` is an alias for `/every`. |
463+
| `/after <time> <prompt>` | Schedule a prompt to run once after a delay (e.g., `/after 30m run tests`). Use natural language for the time. |
462464

463465
### Display
464466

@@ -506,6 +508,8 @@ copilot
506508
507509
> 💡 **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.
508510
511+
> 💡 **Model family shortcuts**: You can also type a short family alias — like `opus`, `sonnet`, `haiku`, `gpt`, or `gemini` — directly in the `/model` picker instead of scrolling through the full list. Copilot will pick the best available model in that family for you.
512+
509513
</details>
510514

511515
---

04-agents-custom-instructions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ copilot --agent python-reviewer
196196
197197
> 💡 **Switching agents**: You can switch to a different agent at any time by using `/agent` or `--agent` again. To return to the standard Copilot CLI experience, use `/agent` and select **no agent**.
198198
199+
> 💡 **Agent mode is session-scoped**: The agent you select applies only to the current session. When you start a new session with `/new`, `/clear`, or by opening a fresh terminal, Copilot returns to its default mode — your agent selection does not carry over automatically. This means each session starts with a clean slate, which is a good habit to keep your work focused.
200+
199201
---
200202
201203
# Going Deeper with Agents

0 commit comments

Comments
 (0)