github / github/copilot-cli

Feature Request: Auto-update plugins (all or per-plugin)

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

描述

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

Currently, when plugins in the marketplace are updated, users must manually check for and apply updates. This creates friction. Users may run outdated versions with bugs or missing features without realizing it, and plugin authors have no way to ensure users are on the latest version.

### Proposed solution

Add an auto-update mechanism for installed plugins with the following capabilities:

1. **Global auto-update toggle**: a setting (e.g., `copilot.plugins.autoUpdate: true`) that automatically pulls the latest version of all installed plugins on a configurable cadence (e.g., on session start or daily).
2. **Per-plugin granularity**: allow users to pin specific plugins to a version or opt individual plugins in/out of auto-update (e.g., `copilot.plugins.autoUpdateExclude: ["plugin-a"]`).
3. **Update notifications**: when an update is applied (or available, if auto-update is off), surface a brief notification with a changelog summary so users are aware of what changed.
4. **Rollback support**: if an auto-updated plugin causes issues, provide a quick way to revert to the previous version.

### Example prompts or workflows

_No response_

### Additional context

_No response_

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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