@shgroup/dsh-serenity-hooks 1.27.4 → 1.27.5
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/dsh.plugin.json +1 -1
- package/lib/client.js +12 -16
- package/package.json +1 -1
package/dsh.plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "dsh-serenity-hooks",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.5",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"description": "宁静号 ACC harness(Native Cordis 插件):真实 DSH 工具 cc_fs/session/acc_msm/eap/neat/cce/handyman/session_rebuild/skiff_admin + 拦截缝机械约束(safe-mode/路径守卫)+ 高级设定面板(双端口网关/账号管理)+ Skiff 认知子集角色(实验性)。适配 DSH 公开版(0.1.0-rc,deepseek-ai/deepseek-harness)。",
|
|
6
6
|
"engines": {
|
package/lib/client.js
CHANGED
|
@@ -3962,7 +3962,7 @@ Instruction-following style:
|
|
|
3962
3962
|
children: [
|
|
3963
3963
|
!publicAskOn && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("p", {
|
|
3964
3964
|
className: "ae-warn",
|
|
3965
|
-
children: "⚠️
|
|
3965
|
+
children: "⚠️ Skiff 问答页当前关闭——先开启上方「Skiff 问答页」开关,外部访问才生效。"
|
|
3966
3966
|
}),
|
|
3967
3967
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
3968
3968
|
className: "ae-block",
|
|
@@ -4773,13 +4773,13 @@ Instruction-following style:
|
|
|
4773
4773
|
max: 65535,
|
|
4774
4774
|
value: acpPort,
|
|
4775
4775
|
disabled: !acpOn && !publicAskOn,
|
|
4776
|
-
title: "ACP +
|
|
4776
|
+
title: "ACP + Skiff 问答共用端口(默认 3100)",
|
|
4777
4777
|
onChange: (e) => setAcpPort(Number(e.target.value))
|
|
4778
4778
|
})]
|
|
4779
4779
|
})
|
|
4780
4780
|
}) }),
|
|
4781
4781
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("li", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(RowCard, {
|
|
4782
|
-
title: "
|
|
4782
|
+
title: "Skiff 问答页",
|
|
4783
4783
|
desc: "按认知容器暴露问答页(需 key;首次开启自动生成,见 ~/.dsh/serenity-hooks.json)",
|
|
4784
4784
|
control: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Toggle, {
|
|
4785
4785
|
checked: publicAskOn,
|
|
@@ -4789,7 +4789,7 @@ Instruction-following style:
|
|
|
4789
4789
|
]
|
|
4790
4790
|
}),
|
|
4791
4791
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Collapse, {
|
|
4792
|
-
title: "
|
|
4792
|
+
title: "Skiff 问答页配置",
|
|
4793
4793
|
desc: "开放容器白名单 · 访问 key 与地址",
|
|
4794
4794
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PublicAskEditor, { publicAskOn })
|
|
4795
4795
|
}),
|
|
@@ -4803,19 +4803,15 @@ Instruction-following style:
|
|
|
4803
4803
|
desc: "persona 输出风格(默认关闭)",
|
|
4804
4804
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PersonaEditor, {})
|
|
4805
4805
|
}),
|
|
4806
|
-
/* @__PURE__ */ (0, react_jsx_runtime.
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
children: "Autopilot Trajectory"
|
|
4811
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(AutopilotTrajectoryStatusBlock, {})]
|
|
4806
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Collapse, {
|
|
4807
|
+
title: "Autopilot Trajectory",
|
|
4808
|
+
desc: "多 CCC 自动巡航轨迹 · 状态与立即唤起",
|
|
4809
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(AutopilotTrajectoryStatusBlock, {})
|
|
4812
4810
|
}),
|
|
4813
|
-
/* @__PURE__ */ (0, react_jsx_runtime.
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
children: "微信桥"
|
|
4818
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(WeixinBridgeEditor, {})]
|
|
4811
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Collapse, {
|
|
4812
|
+
title: "微信桥",
|
|
4813
|
+
desc: "扫码绑定微信账号 · 路由到 skiff 角色",
|
|
4814
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(WeixinBridgeEditor, {})
|
|
4819
4815
|
})
|
|
4820
4816
|
]
|
|
4821
4817
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgroup/dsh-serenity-hooks",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.5",
|
|
4
4
|
"description": "宁静号 ACC harness — Native Cordis 插件(DeepSeek Harness 运行时)。真实 DSH 工具注册(cc_fs/session/acc_msm 等 9 工具)+ 拦截缝机械约束(safe-mode/路径守卫/会话落盘)+ 系统提示词注入(ACC/CCE/Constraints/SKILL/Session 五块)。适配 DSH 公开版(deepseek-ai/deepseek-harness 0.1.0-rc)。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|