@tnnevol/dsh-fnos 0.1.1-rc.2.0

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.md ADDED
@@ -0,0 +1,8 @@
1
+ # @tnnevol/dsh-fnos
2
+
3
+ fnOS DSH 适配的功能说明、需求状态和实现计划已统一迁移到文档站:
4
+
5
+ - [FNOS-001:DSH 飞牛 NAS 适配](https://fnapps-doc.tnnevol.cn/requirements/2026-08-19-dsh-fnos-adaptation)
6
+ - [2026-08-19-PLAN-DSH 飞牛 NAS 适配](https://fnapps-doc.tnnevol.cn/plans/2026-08-19-plan-dsh-fnos-adaptation)
7
+
8
+ 本 README 仅保留插件识别信息,不再维护具体功能、交互和调试说明。
@@ -0,0 +1,24 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "engines": {
4
+ "node": "^22.19.0 || >=24.0.0"
5
+ },
6
+ "dshPluginApi": {
7
+ "version": "0.1.1-rc.2",
8
+ "packages": [
9
+ "@deepseek-ai/dsh-client-runtime",
10
+ "@deepseek-ai/dsh-client-ui-theme",
11
+ "@deepseek-ai/dsh-client-ui-settings",
12
+ "@deepseek-ai/dsh-client-locale",
13
+ "@deepseek-ai/dsh-client-ui-conversation",
14
+ "@deepseek-ai/dsh-client-ui-input-trigger",
15
+ "@deepseek-ai/dsh-client-ui-primitives",
16
+ "@deepseek-ai/dsh-client-ui-workspace",
17
+ "@deepseek-ai/dsh-client-ui-settings-plugins",
18
+ "@deepseek-ai/dsh-client-ui-slots",
19
+ "@deepseek-ai/dsh-host-webserver",
20
+ "@deepseek-ai/dsh-settings",
21
+ "@deepseek-ai/schemastery"
22
+ ]
23
+ }
24
+ }
@@ -0,0 +1,3 @@
1
+ - insert:
2
+ - id: dsh-fnos
3
+ name: '@tnnevol/dsh-fnos'