Skip to content

Commit 3d08883

Browse files
docs-botgithub-actions[bot]hubwriter
authored
docs: update copilot-cli content from source docs (#60469)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com>
1 parent decdc4a commit 3d08883

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ Skills are loaded from these locations in priority order (first found wins for d
529529
| `.claude/skills/` | Project | Claude-compatible location. |
530530
| Parent `.github/skills/` | Inherited | Monorepo parent directory support. |
531531
| `~/.copilot/skills/` | Personal | Personal skills for all projects. |
532+
| `~/.agents/skills/` | Personal | Agent skills shared across all projects. |
532533
| `~/.claude/skills/` | Personal | Claude-compatible personal location. |
533534
| Plugin directories | Plugin | Skills from installed plugins. |
534535
| `COPILOT_SKILLS_DIRS` | Custom | Additional directories (comma-separated). |
@@ -728,6 +729,9 @@ Lifecycle events recorded on the active `chat` or `invoke_agent` span.
728729

729730
| Event | Description | Key attributes |
730731
|-------|-------------|----------------|
732+
| `github.copilot.hook.start` | A hook began executing | `github.copilot.hook.type`, `github.copilot.hook.invocation_id` |
733+
| `github.copilot.hook.end` | A hook completed successfully | `github.copilot.hook.type`, `github.copilot.hook.invocation_id` |
734+
| `github.copilot.hook.error` | A hook failed | `github.copilot.hook.type`, `github.copilot.hook.invocation_id`, `github.copilot.hook.error_message` |
731735
| `github.copilot.session.truncation` | Conversation history was truncated | `github.copilot.token_limit`, `github.copilot.pre_tokens`, `github.copilot.post_tokens`, `github.copilot.tokens_removed`, `github.copilot.messages_removed` |
732736
| `github.copilot.session.compaction_start` | History compaction began | None |
733737
| `github.copilot.session.compaction_complete` | History compaction completed | `github.copilot.success`, `github.copilot.pre_tokens`, `github.copilot.post_tokens`, `github.copilot.tokens_removed`, `github.copilot.messages_removed` |

content/copilot/reference/copilot-cli-reference/cli-plugin-reference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ The following diagram illustrates the loading order and precedence rules.
193193
│ 3. <project>/.claude/skills/ (project) │
194194
│ 4. <parents>/.github/skills/ etc. (inherited) │
195195
│ 5. ~/.copilot/skills/ (personal-copilot) │
196-
│ 6. ~/.claude/skills/ (personal-claude) │
197-
│ 7. PLUGIN: skills/ dirs (plugin) │
198-
│ 8. COPILOT_SKILLS_DIRS env + config (custom) │
196+
│ 6. ~/.agents/skills/ (personal-agents) │
197+
│ 7. ~/.claude/skills/ (personal-claude) │
198+
│ 8. PLUGIN: skills/ dirs (plugin) │
199+
│ 9. COPILOT_SKILLS_DIRS env + config (custom) │
199200
│ --- then commands (.claude/commands/), skills override commands ---│
200201
└──────────────────────┬──────────────────────────────────────────────┘
201202
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
67501307675c867bbfe3e81218dd1e6d38d4c9cf
1+
4444e426d03e2d5f533c3ded10ad29c798fadb08

0 commit comments

Comments
 (0)