github / github/copilot-cli

Allow enabling/disabling individual experimental feature

未關閉
#3,450 0 則留言 4 個 reaction 已指派 0 人 在 GitHub 檢視
area:configuration
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

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

貢獻指南

開啟貢獻指南

研究方向

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.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
shell
領域
cli
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
冷清
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。