Skip to content

[bot] docs(learning-hub): add /every, /loop, and /after scheduling commands#2148

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/learning-hub-update-2026-06-28-ccfd63d40a85b2a2
Closed

[bot] docs(learning-hub): add /every, /loop, and /after scheduling commands#2148
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/learning-hub-update-2026-06-28-ccfd63d40a85b2a2

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What's new

New feature found (past 7 days)

/loop alias for /every (Copilot CLI v1.0.64, released 2026-06-23)

The /every and /after scheduling commands allow users to schedule recurring or one-shot prompts within a CLI session (available since v1.0.62). In v1.0.64, the /loop alias was added for /every to 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 skill subcommand + /skill alias ✅ creating-effective-skills.md
  • argument-hint frontmatter for skills ✅ creating-effective-skills.md
  • CI check status bar indicator ✅ copilot-configuration-basics.md
  • userPromptSubmitted hook additionalContextautomating-with-hooks.md
  • /security-review available to all users ✅ building-custom-agents.md
  • /mcp registry command ✅ understanding-mcp-servers.md
  • Model family aliases (opus/sonnet/haiku/gpt/gemini) ✅ copilot-configuration-basics.md
  • /branch alias for /forkcopilot-configuration-basics.md
  • --worktree startup flag ✅ copilot-configuration-basics.md
  • /diagnose command ✅ copilot-configuration-basics.md
  • Rubber-duck subagent via /subagentsagents-and-subagents.md

What was updated

website/src/content/docs/learning-hub/copilot-configuration-basics.md

Added 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 delay
  • Human-readable duration syntax (30m, 1h, 2h30m)
  • Support for scheduling slash commands (e.g. /every 1d /chronicle standup)
  • Note that these are experimental features

Sources

Generated by Learning Hub Updater · 312.1 AIC · ⌖ 15.1 AIC · ⊞ 5.7K ·

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>
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.

1 participant