Skip to content

[bot] Add CLI v1.0.64–1.0.65 features to Learning Hub configuration docs#2146

Open
github-actions[bot] wants to merge 4 commits into
mainfrom
learning-hub/copilot-cli-updates-june-2026-8532e2b66bf5450d
Open

[bot] Add CLI v1.0.64–1.0.65 features to Learning Hub configuration docs#2146
github-actions[bot] wants to merge 4 commits into
mainfrom
learning-hub/copilot-cli-updates-june-2026-8532e2b66bf5450d

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What was found

Reviewing the github/copilot-cli changelog for the past 7 days (June 20–27, 2026), I identified five user-facing features from v1.0.64 (2026-06-23) and v1.0.65 (2026-06-24) that were not yet documented in the Learning Hub.

The following pages were already up to date (updated June 23–25):

  • copilot-configuration-basics.md/diagnose, /branch, CI status bar, model aliases, --worktree, autopilot toggle
  • creating-effective-skills.mdargument-hint, copilot skill subcommand
  • understanding-mcp-servers.md/mcp registry, deferTools, .github/mcp.json
  • agents-and-subagents.md — rubber-duck subagent v1.0.64 config
  • building-custom-agents.md/security-review GA for all users
  • installing-and-using-plugins.md — plugin MCP servers

What was added

All updates go to website/src/content/docs/learning-hub/copilot-configuration-basics.md:

Feature Version Location in page
proxy user setting — HTTP(S) proxy for outbound requests v1.0.64 CLI settings table
/every command + /loop alias — scheduled in-session prompts v1.0.64 CLI Session Commands
Inline image rendering in the terminal v1.0.64 Keyboard shortcuts / UX section
Autopilot auto-handles elicitation/permission prompts v1.0.64 Autopilot section
Shell command history (↑/↓ and Ctrl+R) in normal mode v1.0.65 Keyboard shortcuts section

Source announcements

Generated by Learning Hub Updater · 159.7 AIC · ⌖ 9.39 AIC · ⊞ 5.7K ·

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>
@github-actions github-actions Bot added the website-update PR touches website content or code label Jun 29, 2026
GitHub Advanced Security started work on behalf of aaronpowell June 29, 2026 01:55 View session
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit UNKNOWN

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jun 29, 2026
GitHub Advanced Security finished work on behalf of aaronpowell June 29, 2026 01:55
…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>
GitHub Advanced Security started work on behalf of aaronpowell June 29, 2026 02:01 View session
GitHub Advanced Security finished work on behalf of aaronpowell June 29, 2026 02:02
@aaronpowell aaronpowell marked this pull request as ready for review June 29, 2026 02:25
@aaronpowell aaronpowell self-requested a review as a code owner June 29, 2026 02:25
Copilot AI review requested due to automatic review settings June 29, 2026 02:25
GitHub Advanced Security started work on behalf of aaronpowell June 29, 2026 02:25 View session
GitHub Advanced Security finished work on behalf of aaronpowell June 29, 2026 02:26
@aaronpowell aaronpowell enabled auto-merge (squash) June 29, 2026 02:27

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 Learning Hub “Copilot Configuration Basics” page to document newly released GitHub Copilot CLI features from v1.0.64–v1.0.65, keeping configuration and in-session command guidance in sync with recent CLI behavior.

Changes:

  • Expanded CLI settings documentation with the new proxy user setting details and example.
  • Added coverage of scheduled prompting via /every and /loop, plus new UX notes (inline image rendering, shell command history improvements).
  • Documented v1.0.64 autopilot behavior change around auto-handling prompts during automated runs.
Show a summary per file
File Description
website/src/content/docs/learning-hub/copilot-configuration-basics.md Adds/updates documentation for CLI v1.0.64–v1.0.65 features (settings, session commands, keyboard/UX, autopilot).

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 3
  • Review effort level: Low

```

The interval can be specified in seconds (`s`), minutes (`m`), or hours (`h`). To see and manage all your scheduled prompts, use `/every` with no argument — it opens the schedule manager. To cancel a running schedule, use `/every stop` or press the stop option in the schedule manager.
The interval can be specified in seconds (`s`), minutes (`m`), or hours (`h`), and both commands can invoke other slash commands as their payload. To see and manage all your scheduled prompts, use `/every` with no argument — it opens the schedule manager. To cancel a running schedule, use `/every stop` or **Ctrl+C**.
Comment on lines +521 to +527
The `/every` command (also available as `/loop` since v1.0.64) schedules a recurring prompt to run automatically at a specified interval. The companion `/after` command runs a prompt once after a specified delay. Both are useful for self-paced automation — polling for results, periodically summarizing progress, or triggering other slash commands on a timer:

```
/every 5m Check if there are any new test failures and summarize them
/loop 30s Check if the build is done
/after 2h /compact # compact the session after 2 hours
/every 1d /chronicle standup # daily standup report via /chronicle
| `extension_mode` | Control extensibility (agent tools and plugins) |
| `continueOnAutoMode` | Automatically switch to the auto model on rate limit instead of pausing |
| `proxy` | HTTP(S) proxy URL for all outbound requests (v1.0.64+) |
| `proxy` | HTTP(S) proxy URL for all outbound CLI requests (e.g., `http://proxy.example.com:8080`) (v1.0.64+) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants