Skip to content

[bot] docs(learning-hub): CLI session commands and personal skills path updates#1165

Merged
aaronpowell merged 1 commit intostagedfrom
learning-hub-updates-20260325-98319c8e9b44aaa5
Mar 25, 2026
Merged

[bot] docs(learning-hub): CLI session commands and personal skills path updates#1165
aaronpowell merged 1 commit intostagedfrom
learning-hub-updates-20260325-98319c8e9b44aaa5

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

What's new

Based on v1.0.9–v1.0.11 of the GitHub Copilot CLI (released March 19–23, 2026), the following updates were identified and applied to the Learning Hub.

Changes found

v1.0.11 (2026-03-23)

  • ~/.agents/skills/ is now the standard personal skill discovery directory, aligning with VS Code's GHCP4A extension default
  • /cd command keeps a separate working directory per session, restored when switching sessions
  • Custom instructions, MCP servers, skills, and agents discovered at every directory level up to git root (monorepo support — already documented in previous update)
  • Extension hooks from multiple sources now merge (already documented)
  • sessionStart hook additionalContext injected into conversation (already documented)
  • /clear vs /new behaviour distinction (already documented)

v1.0.10 (2026-03-20)

  • --effort flag added as shorthand alias for --reasoning-effort
  • /undo command (already documented)
  • camelCase config settings rename (already documented)
  • Workspace MCP server folder-trust requirement (already documented)

v1.0.9 (2026-03-19)

  • include_gitignored config option (already documented)

Sections updated

copilot-configuration-basics.md

  • Added /cd command documentation under "CLI Session Commands" — explains per-session working directories and switching between backgrounded sessions
  • Added --effort shorthand flag documentation with usage example and reference to effortLevel config setting

using-copilot-coding-agent.md

  • Fixed outdated personal skills path: ~/.copilot/skills/~/.agents/skills/ to match the v1.0.11 standard

Source announcements

Generated by Learning Hub Updater ·

- Add /cd command documentation (per-session working directory, v1.0.11)
- Add --effort shorthand flag for --reasoning-effort (v1.0.10)
- Fix outdated personal skills directory path: ~/.copilot/skills/ -> ~/.agents/skills/ (v1.0.11)
- Update lastUpdated dates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronpowell aaronpowell marked this pull request as ready for review March 25, 2026 23:01
Copilot AI review requested due to automatic review settings March 25, 2026 23:01
@aaronpowell aaronpowell merged commit 2520565 into staged Mar 25, 2026
@aaronpowell aaronpowell deleted the learning-hub-updates-20260325-98319c8e9b44aaa5 branch March 25, 2026 23:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Learning Hub documentation to reflect recent GitHub Copilot CLI changes (v1.0.9–v1.0.11), primarily around session directory management and personal skill discovery paths.

Changes:

  • Update the documented personal skills directory root from ~/.copilot/ to ~/.agents/.
  • Document the new /cd session command behavior (per-session working directory persistence).
  • Document the --effort shorthand flag for --reasoning-effort.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
website/src/content/docs/learning-hub/using-copilot-coding-agent.md Updates personal skills path to ~/.agents/ and refreshes lastUpdated.
website/src/content/docs/learning-hub/copilot-configuration-basics.md Adds /cd and --effort documentation and refreshes lastUpdated.

Comment on lines +416 to +417
The `/cd` command changes the working directory for the current session. Each session maintains its own working directory that persists when you switch between sessions:

Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new /cd docs make this section cover more than “two commands for managing session state” (it now discusses /new, /clear, /undo, and /cd). Please update the lead-in sentence and/or the table so the count and framing matches the commands documented here.

Copilot uses AI. Check for mistakes.
Comment on lines +424 to +430
The `--effort` flag (shorthand for `--reasoning-effort`) controls how much computational reasoning the model applies to a request:

```bash
gh copilot --effort high "Refactor the authentication module"
```

Accepted values are `low`, `medium`, and `high`. You can also set a default via the `effortLevel` config setting.
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--effort is a CLI flag rather than a “session command”, but it’s currently documented under the “CLI Session Commands” section. Consider moving this flag documentation to a separate CLI flags/options subsection (or earlier in the CLI config section) to avoid mixing interactive slash commands with startup flags.

Copilot uses AI. Check for mistakes.
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.

2 participants