-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add config/flag/env option to disable claude code compatibility loading #1845
Copy link
Copy link
Open
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variables
Description
Describe the feature or problem you'd like to solve
I use both Copilot CLI and Claude Code simultaneously, and Copilot CLI's automatic loading from .claude/ directories (agents, skills) interferes with my intentionally separate setups for each tool.
Proposed solution
Reference to loading order of Copilot CLI, the CLI loading agents and skills from .claude directory. Add a opt-out config to config.json :
{
"claude": {
"agents": false,
"skills": false,
"commands": false
}
}Example prompts or workflows
No response
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variables
Type
Fields
Give feedbackNo fields configured for Feature.