github / github/copilot-cli

Allow enabling/disabling individual experimental feature

Abierto
#3,450 0 comentarios 4 reacciones 0 asignados Ver en GitHub
area:configuration
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

### 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_

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
48/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.