Allow enabling/disabling individual experimental feature
- Dominant language
- Shell
- Stars
- 11.2k
- Forks
- 1.9k
- Avg merge
- 14h 16m
- Merged PRs (30d)
- 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_
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100