[bot] docs(learning-hub): add /every, /loop, and /after scheduling commands#2148
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[bot] docs(learning-hub): add /every, /loop, and /after scheduling commands#2148github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Document the /every (and its /loop alias added in v1.0.64) and /after scheduling commands in copilot-configuration-basics.md. These commands allow scheduling recurring prompts at fixed intervals or one-shot delayed prompts within a CLI session, but were missing from the Learning Hub reference. - copilot-configuration-basics: add /every, /loop, /after section in CLI Session Commands with examples, duration syntax, and a note that these are experimental features (v1.0.62+, /loop alias v1.0.64+) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aaronpowell
added a commit
that referenced
this pull request
Jun 29, 2026
…tion - Merge the duplicate /every+/loop section (added at line 640) into the existing first-occurrence at line 521 - Add /after command documentation (from PR #2148 suggestion) - Add example of /every invoking slash commands (/every 1d /chronicle standup) - Add Ctrl+C as alternative to /every stop - Add Experimental callout for /every, /loop, and /after - Update lastUpdated to 2026-06-29 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aaronpowell
added a commit
that referenced
this pull request
Jun 29, 2026
…ocs (#2146) * docs: update Learning Hub with CLI v1.0.64-1.0.65 features Add five missing features from the past week's CLI releases: - HTTP(S) proxy user setting (v1.0.64) - /every command and /loop alias for in-session scheduled prompts (v1.0.64) - Inline image rendering in the terminal (v1.0.64) - Autopilot auto-handles elicitation/permission prompts (v1.0.64) - Shell command history accessible in normal mode via up/down and Ctrl+R (v1.0.65) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: consolidate /every, /loop, /after docs and remove duplicate section - Merge the duplicate /every+/loop section (added at line 640) into the existing first-occurrence at line 521 - Add /after command documentation (from PR #2148 suggestion) - Add example of /every invoking slash commands (/every 1d /chronicle standup) - Add Ctrl+C as alternative to /every stop - Add Experimental callout for /every, /loop, and /after - Update lastUpdated to 2026-06-29 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
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
New feature found (past 7 days)
/loopalias for/every(Copilot CLI v1.0.64, released 2026-06-23)The
/everyand/afterscheduling commands allow users to schedule recurring or one-shot prompts within a CLI session (available since v1.0.62). In v1.0.64, the/loopalias was added for/everyto improve discoverability and match common mental models.These commands were not documented in any of the main Learning Hub pages (outside of
cli-for-beginners, which is maintained separately).All other features from v1.0.64–v1.0.65 were already documented in the June 26 update:
copilot skillsubcommand +/skillalias ✅creating-effective-skills.mdargument-hintfrontmatter for skills ✅creating-effective-skills.mdcopilot-configuration-basics.mduserPromptSubmittedhookadditionalContext✅automating-with-hooks.md/security-reviewavailable to all users ✅building-custom-agents.md/mcp registrycommand ✅understanding-mcp-servers.mdcopilot-configuration-basics.md/branchalias for/fork✅copilot-configuration-basics.md--worktreestartup flag ✅copilot-configuration-basics.md/diagnosecommand ✅copilot-configuration-basics.md/subagents✅agents-and-subagents.mdWhat was updated
website/src/content/docs/learning-hub/copilot-configuration-basics.mdAdded a new section in CLI Session Commands documenting:
/every <duration> <prompt>— schedules a recurring prompt/loop— alias for/every(v1.0.64+)/after <duration> <prompt>— runs a prompt once after a delay30m,1h,2h30m)/every 1d /chronicle standup)Sources
/every and /after can now schedule slash commands/after and /every commands now appear in the /experimental slash command listAdd /loop alias for the /every command