Skip to content

Add config/flag/env option to disable claude code compatibility loading #1845

@locnbk2002

Description

@locnbk2002

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions