github / github/copilot-cli

Allow enabling/disabling individual experimental feature

Ouverte
#3,450 0 commentaires 4 réactions 0 personnes assignées Voir sur GitHub
area:configuration
Langage dominant
Shell
Étoiles
11.2k
Forks
1.9k
Merge moyen
14 h 16 min
PR mergées (30 j)
6

Description

### Describe the feature or problem you'd like to solve

Experimental mode is currently all-or-nothing. I want to enable some experimental features while disabling others, such as Rubber Duck.

### Proposed solution

Add support for per-feature experimental toggles, both interactively and in configuration.

For example:

/experimental show
/experimental enable RUBBER_DUCK_AGENT
/experimental disable RUBBER_DUCK_AGENT
/experimental enable MCP_TASKS

And in settings.json:

{
"experimental": true,
"experimentalFeatures": {
"RUBBER_DUCK_AGENT": false,
"MCP_TASKS": true
}
}

### Example prompts or workflows

_No response_

### Additional context

_No response_

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start at the /experimental command entry point and the settings.json configuration described in the issue. Trace how the global experimental setting and feature names are currently handled, then verify that show, enable, and disable support independent feature states in both interactive commands and configuration.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
shell
Domaine
cli
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
48/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.