Bug report: dsh-client-ui-settings-plugins (0.1.3-alpha.2) - Subagent / Web search config cards vanish when clicked in 插件配置 #5887
pingadouyl-ui
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
环境
@deepseek-ai/dsh-client-ui-settings-plugins0.1.3-alpha.2(master 最新发布)复现
subagent-model-selection)卡片标题 → 该卡整张从列表消失,下方卡片上移。web-search-deepseek)卡片标题 → 同样消失。实际 vs 期望
关键事实(宿主侧命名空间是已服务的)
web-search-deepseek是内置搜索组件,宿主导早已注册该命名空间。subagent-model-selection的宿主服务也存在:subagent工具带provider/model/reasoning_effort参数,且list_subagent_models工具存在。available快照翻转,触发PluginCard在!state.available时return null。疑似根因
与包 README 记录的限制一致:
「已服务命名空间」仅在 settings 文档提交 / 连接重置时重读,注册本身不触发刷新;这两张卡在点开时因这一时序导致
available判为不可用而被丢弃。附注(相关,避免误判)
@deepseek-ai/dsh-web-search-deepseek是内置组件;把它加入 profile 的dsh.profile.bundles会导致重复注册并启动退出,因此它不应被当作可注册插件。All reactions