github / github/copilot-cli

Feature Request: Allow toggling plugins enabled/disabled

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

描述

Currently, the `copilot plugin` command only allows for installing, listing, uninstalling, and updating plugins. There is no way to quickly toggle a plugin as enabled or disabled without completely uninstalling it.

Other AI CLI tools like Gemini CLI and Claude Code already support this functionality, which allows users to temporarily disable a plugin without losing its configuration or having to re-install it later.

**Proposed Change:**
Add `enable` and `disable` subcommands to `copilot plugin` (or a `--disabled` flag to `copilot plugin list` and a way to toggle).

Example:
```bash
copilot plugin disable
copilot plugin enable
```

This would be much more convenient than the current uninstall/reinstall workflow.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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