feat(extensions): 完善外部扩展的跨形态管理体验#1641
Merged
limityan merged 1 commit intoJul 20, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
外部扩展能力已经能够被发现和管理,但桌面端、CLI 与远程连接场景的体验仍不一致:设置页信息密度偏高,来源与作用范围不够清楚,窄终端下存在布局和误操作风险,外部能力异常时也可能让用户误判当前状态。
本 PR 在不扩大插件市场或公共 SDK 范围的前提下,完成外部扩展管理体验的跨形态闭环,并为后续兼容更多生态保留稳定边界。
本 PR 范围
产品与架构约束
验证