@telosmaylx/dsh-session-notify 0.1.2 → 0.1.4
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/LICENSE +21 -21
- package/README.md +545 -196
- package/cordis.patch.yml +10 -0
- package/lib/client.js +1208 -1180
- package/lib/core.js +303 -303
- package/lib/index.js +330 -291
- package/package.json +70 -66
- package/scripts/build.sh +16 -16
- package/scripts/probe-card-render.mjs +100 -100
- package/scripts/probe-client-e2e.mjs +134 -134
- package/scripts/probe-client.mjs +145 -145
- package/scripts/probe-diag-settings.mjs +79 -79
- package/scripts/probe-settings-card.mjs +137 -137
- package/scripts/probe-settings-check.mjs +87 -87
- package/scripts/verify-notice.mjs +110 -110
package/cordis.patch.yml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# dsh-session-notify bundle for DeepSeek Harness (dsh).
|
|
2
|
+
# 本文件由 package.json 的 dsh.bundle.patch 指向:`dsh plugin add` 安装本包时
|
|
3
|
+
# 自动应用该 patch,把插件挂载进 profile 装配——npm / GitHub 源一条命令装完即用,
|
|
4
|
+
# 无需手动编辑 cordis.patch.yml 或执行 dev_install_package。
|
|
5
|
+
# 插件行经 profile 的 node_modules 按包名解析;host 半边(lib/index.js)订阅
|
|
6
|
+
# session/event 写入系统消息,client 半边(lib/client.js)经启动图注入,
|
|
7
|
+
# 负责浏览器推送与官方设置面板。
|
|
8
|
+
- insert:
|
|
9
|
+
- id: dsh-session-notify
|
|
10
|
+
name: '@telosmaylx/dsh-session-notify'
|