From b041e0d28ee28f5df9af8a9ddf155c085db6f767 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Mon, 22 Jun 2026 06:37:15 -0700 Subject: [PATCH 1/2] docs: add scheduling commands, worktree, model aliases, and agent scope note - Add /every, /after, /loop commands to Session table in Ch01 (v1.0.61+) - Add /worktree command to Code table in Ch01 (v1.0.61) - Add model family aliases tip (opus/sonnet/haiku/gpt/gemini) in Ch01 (v1.0.64-1) - Add agent mode session-scoped note to Ch04 (v1.0.63) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 01-setup-and-first-steps/README.md | 5 +++++ 04-agents-custom-instructions/README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index eeccc369..269a41f6 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -430,6 +430,7 @@ That's it for getting started! As you become comfortable, you can explore additi | `/research` | Run deep research investigation using GitHub and web sources | | `/review` | Run the code-review agent to analyze changes | | `/terminal-setup` | Enable multiline input support (shift+enter and ctrl+enter) | +| `/worktree [name]` | Create a new git worktree and switch into it, moving any uncommitted changes along — useful for working on multiple features side by side | ### Permissions @@ -459,6 +460,8 @@ That's it for getting started! As you become comfortable, you can explore additi | `/usage` | Display session usage metrics and statistics, including quota progress bars | | `/session` | Show session info and workspace summary; use `/session delete`, `/session delete `, or `/session delete-all` to remove sessions | | `/share` | Export session as a markdown file, GitHub gist, or self-contained HTML file | +| `/every ` | 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`. | +| `/after