@deepseek-ai/dsh-client-ui-settings-plugin-inventory 0.1.3-alpha.2 → 0.1.5-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/client/ui-settings-plugin-inventory/README.md
5
- README.md: a9e4108848794bf9168c513a4223dd6769601972
6
- README.zh.md: ccca8826387f7a97978190eec3175df1b3122a55
5
+ README.md: 9a7ea91521c08dd1855925af59521d3af6e47b25
6
+ README.zh.md: 2427d667d92b7a4c620fc6222507ecd8c2fabcef
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-settings-plugin-inventory` contributes the read-only **Plugin list** tab to the Web Settings Plugins section. The tab lazily calls `ctx.remote.pluginInventory.list()` the first time it is selected and renders the inventory in two collapsible groups. The agent-preset group comes first, open by default: a display-only switcher pill over the roster opens on the default preset, and each composition row is a compact disclosure card carrying its enablement — including `conditional` for a disabled gate the Host could not evaluate — with provenance facts behind the disclosure. The global group follows collapsed, its header carrying the entry count and a failure count; expanded, failures float first, and an entry disabled globally but enabled by at least one preset is marked as preset-provided in place — its details name the enabling presets — instead of reading as plainly disabled. Search filters both groups, forces the collapsed groups open, and points at matches sitting in unselected presets. Loading, empty, no-match, and generic failure states stay local to the mounted component, and a failed read can be retried without exposing transport details; without a roster the tab renders the global plane alone, expanded.
12
+ The **Plugin list** tab lets Web users inspect plugins without changing their configuration. It presents agent-preset compositions first and keeps the global inventory collapsed until needed. Cards expose enablement, provenance, runtime status, disabled conditions, and discovery failures; global entries supplied by presets are identified with the enabling presets. Search covers both groups and points to matches in other presets. The tab supports loading, empty, no-match, failure, and retry states without exposing transport details, and it still shows the global inventory when no preset roster is available.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-client-ui-settings-plugin-inventory` Web 设置的「插件」分区贡献只读的**插件列表**标签页。该标签页在首次被选择时懒调用 `ctx.remote.pluginInventory.list()`,并把清单分成两个可折叠分组渲染。Agent 预设组在前、默认展开:一个只改显示的切换器胶囊覆盖 roster、初始停在默认预设,每个组合行是一张紧凑折叠卡片,携带其启停状态——含宿主无法求值的 disabled 门对应的 `conditional`——出处事实收在折叠里。全局组随后且默认收起,组头带条目计数与失败计数;展开后失败行浮在最前,全局停用但被至少一个预设启用的条目就地标记为预设提供——详情列出启用它的预设——而不是读作单纯的已停用。搜索同时过滤两组、强制撑开收起的分组,并指出未选中预设里的匹配。加载、空结果、无匹配与通用失败状态只属于已挂载组件,读取失败后可以重试,且不会暴露传输细节;没有 roster 时标签页只渲染全局平面并保持展开。
12
+ **插件列表**标签页让 Web 用户查看插件,而不改变其配置。它优先展示 Agent 预设组合,并在需要前收起全局清单。卡片展示启停状态、出处、运行状态、禁用条件与发现失败;由预设提供的全局条目会标明启用它的预设。搜索覆盖两个分组,并指出其他预设中的匹配。标签页支持加载、空结果、无匹配、失败与重试状态,且不暴露传输细节;没有预设 roster 时仍会展示全局清单。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-settings-plugin-inventory",
3
3
  "description": "Read-only Cordis Loader inventory tab in Web Plugins settings",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -45,16 +45,16 @@
45
45
  "@types/react": "~18.3.1",
46
46
  "react": "^18.2.0",
47
47
  "react-dom": "^18.2.0",
48
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
49
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
50
- "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
51
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
48
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-alpha.1",
49
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.1",
50
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.1",
51
+ "@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.5-alpha.1",
52
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.1",
53
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-alpha.1",
56
54
  "@deepseek-ai/cordis": "^4.0.2",
57
- "@deepseek-ai/dsh-agent-presets": "^0.1.3-alpha.2"
55
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.1",
56
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.1",
57
+ "@deepseek-ai/dsh-agent-presets": "^0.1.5-alpha.1"
58
58
  },
59
59
  "files": [
60
60
  "lib/index.js",