@@ -100,7 +100,7 @@ When diagnosing issues, consult these sources for the latest information:
100100| Agent Skills | ` chat.useAgentSkills ` | 1.108 | Stable |
101101| Project skills (` .github/skills/ ` ) | ` chat.useAgentSkills ` | 1.108 | Stable |
102102| Personal skills (` ~/.copilot/skills/ ` ) | ` chat.useAgentSkills ` | 1.108 | Stable |
103- | Alt skill locations (` .claude/skills/ ` , ` . agents/skills/` ) | ` chat.useAgentSkills ` | 1.108 | Stable |
103+ | Alt skill locations (` .agents/skills/ ` ) | ` chat.useAgentSkills ` | 1.108 | Stable |
104104| Custom skill locations | ` chat.agentSkillsLocations ` | 1.108 | Stable |
105105
106106### Hooks (Lifecycle Automation)
@@ -109,7 +109,6 @@ When diagnosing issues, consult these sources for the latest information:
109109| ---------| ---------| ---------------| --------|
110110| Workspace hooks (` .github/hooks/ ` ) | ` chat.hookFilesLocations ` | Preview | ** Preview** |
111111| Agent-scoped hooks (frontmatter) | ` chat.useCustomAgentHooks ` | Preview | ** Preview** |
112- | Claude-compatible hooks (` .claude/settings.json ` ) | ` chat.hookFilesLocations ` | Preview | ** Preview** |
113112
114113### Agent Plugins
115114
@@ -119,14 +118,6 @@ When diagnosing issues, consult these sources for the latest information:
119118| Plugin marketplaces | ` chat.plugins.marketplaces ` | Preview | ** Preview** |
120119| Local plugins | ` chat.plugins.paths ` | Preview | ** Preview** |
121120
122- ### CLAUDE.md / Claude Compatibility
123-
124- | Feature | Setting | Since Version | Status |
125- | ---------| ---------| ---------------| --------|
126- | ` CLAUDE.md ` instructions | ` chat.useClaudeMdFile ` | Stable | Stable |
127- | ` .claude/agents/ ` format | Auto-discovered | Stable | Stable |
128- | ` .claude/rules/ ` instructions | ` chat.instructionsFilesLocations ` | Stable | Stable |
129-
130121### Prompt Files
131122
132123| Feature | Setting | Since Version | Status |
@@ -182,7 +173,6 @@ Check if the required files exist in the correct locations:
182173| Agent Skills | ` .github/skills/*/SKILL.md ` |
183174| Hook configs | ` .github/hooks/*.json ` |
184175| AGENTS.md | Root or subfolders |
185- | CLAUDE.md | Root, ` .claude/ ` , or ` ~/.claude/ ` |
186176
187177## Common Issues
188178
@@ -238,7 +228,6 @@ Enable all experimental features:
238228 "chat.customAgentInSubagent.enabled" : true ,
239229 "chat.mcp.enabled" : true ,
240230 "chat.useCustomAgentHooks" : true ,
241- "chat.useClaudeMdFile" : true ,
242231 "chat.plugins.enabled" : true ,
243232 "chat.autopilot.enabled" : true ,
244233 "chat.mcp.discovery.enabled" : true ,
0 commit comments